aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schäfer <gentryx@gmx.de>2014-02-01 22:26:45 +0100
committerAndreas Schäfer <gentryx@gmx.de>2014-02-01 22:26:45 +0100
commit0b2f6eda312cf39b63bf28976b43038ad0bbb1fa (patch)
treebfa3c4f988b8ac1590a04c013070a78fcb570d24 /sci-libs/silo
parentreplaced epatch with PATCHES (diff)
downloadsci-0b2f6eda312cf39b63bf28976b43038ad0bbb1fa.tar.gz
sci-0b2f6eda312cf39b63bf28976b43038ad0bbb1fa.tar.bz2
sci-0b2f6eda312cf39b63bf28976b43038ad0bbb1fa.zip
silo will now install shared libs by default, also adds some previously missing headers
Diffstat (limited to 'sci-libs/silo')
-rw-r--r--sci-libs/silo/silo-4.9.1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-libs/silo/silo-4.9.1.ebuild b/sci-libs/silo/silo-4.9.1.ebuild
index 775f14096..a2da0371c 100644
--- a/sci-libs/silo/silo-4.9.1.ebuild
+++ b/sci-libs/silo/silo-4.9.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://wci.llnl.gov/codes/silo/${P}/${P}.tar.gz"
SLOT="0"
LICENSE="BSD"
KEYWORDS="~amd64"
-IUSE="hdf5 qt4 +silex"
+IUSE="hdf5 qt4 +silex static-libs"
REQUIRED_USE="silex? ( qt4 )"
@@ -28,7 +28,10 @@ src_prepare() {
src_configure() {
econf \
+ --enable-install-lite-headers \
+ --enable-shared \
$(use_enable silex silex ) \
+ $(use_enable static-libs static ) \
$(use_with qt4 Qt-lib-dir "${EPREFIX}"/usr/lib${LIB_LOCATION_SUFFIX}/qt4 ) \
$(use_with qt4 Qt-include-dir "${EPREFIX}"/usr/include/qt4 ) \
$(use_with hdf5 hdf5 ${EPREFIX}"/usr/include,${EPREFIX}"/usr/lib${LIB_LOCATION_SUFFIX} )