Gentoo Archives: gentoo-commits

From: Nicolas Bock <nicolasbock@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/silo/
Date: Sat, 01 Feb 2014 23:06:33
Message-Id: 1391290005.0b2f6eda312cf39b63bf28976b43038ad0bbb1fa.nicolasbock@gentoo
1 commit: 0b2f6eda312cf39b63bf28976b43038ad0bbb1fa
2 Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
3 AuthorDate: Sat Feb 1 21:26:45 2014 +0000
4 Commit: Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
5 CommitDate: Sat Feb 1 21:26:45 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0b2f6eda
7
8 silo will now install shared libs by default, also adds some previously missing headers
9
10 ---
11 sci-libs/silo/silo-4.9.1.ebuild | 5 ++++-
12 1 file changed, 4 insertions(+), 1 deletion(-)
13
14 diff --git a/sci-libs/silo/silo-4.9.1.ebuild b/sci-libs/silo/silo-4.9.1.ebuild
15 index 775f140..a2da037 100644
16 --- a/sci-libs/silo/silo-4.9.1.ebuild
17 +++ b/sci-libs/silo/silo-4.9.1.ebuild
18 @@ -13,7 +13,7 @@ SRC_URI="https://wci.llnl.gov/codes/silo/${P}/${P}.tar.gz"
19 SLOT="0"
20 LICENSE="BSD"
21 KEYWORDS="~amd64"
22 -IUSE="hdf5 qt4 +silex"
23 +IUSE="hdf5 qt4 +silex static-libs"
24
25 REQUIRED_USE="silex? ( qt4 )"
26
27 @@ -28,7 +28,10 @@ src_prepare() {
28
29 src_configure() {
30 econf \
31 + --enable-install-lite-headers \
32 + --enable-shared \
33 $(use_enable silex silex ) \
34 + $(use_enable static-libs static ) \
35 $(use_with qt4 Qt-lib-dir "${EPREFIX}"/usr/lib${LIB_LOCATION_SUFFIX}/qt4 ) \
36 $(use_with qt4 Qt-include-dir "${EPREFIX}"/usr/include/qt4 ) \
37 $(use_with hdf5 hdf5 ${EPREFIX}"/usr/include,${EPREFIX}"/usr/lib${LIB_LOCATION_SUFFIX} )