Gentoo Archives: gentoo-dev

From: Maciej Mrozowski <reavertm@×××××.com>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: [PATCH 3/3] Convert virtualgl to cmake-multilib.
Date: Thu, 07 Feb 2013 23:08:16
Message-Id: 3014246.fDN9FPDeo3@lebrodyl
In Reply to: [gentoo-dev] [PATCH 3/3] Convert virtualgl to cmake-multilib. by "Michał Górny"
1 On Tuesday 05 of February 2013 21:19:24 you wrote:
2
3 > +CMAKE_VERBOSE=1
4
5 This is already eclass default.
6
7 > + abi_configure() {
8 > + local mycmakeargs=(
9 > + "${mycmakeargs[@]}"
10 > + -DVGL_LIBDIR=/usr/$(get_libdir)
11 > + -DTJPEG_LIBRARY=/usr/$(get_libdir)/libturbojpeg.so
12 > + -DCMAKE_LIBRARY_PATH=/usr/$(get_libdir)
13 > + -DVGL_FAKELIBDIR=/usr/fakelib/${ABI}
14
15 No no, we should patch CMake instead to avoid doing things like those for
16 every single ebuild. So to teach CMake to know our libsuffix and such.
17
18 regards
19 MM

Attachments

File name MIME type
signature.asc application/pgp-signature