aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-04-16 08:32:15 +0200
committerJustin Lecher <jlec@gentoo.org>2015-04-16 08:32:15 +0200
commit7b22c591c98ae02c17799724e9ddd2cf34c83718 (patch)
treefdb328401bfff05bc06d57b252507ba600cc9bfd /sci-libs/silo/silo-4.9.1.ebuild
parentIn CVS (diff)
downloadsci-7b22c591c98ae02c17799724e9ddd2cf34c83718.tar.gz
sci-7b22c591c98ae02c17799724e9ddd2cf34c83718.tar.bz2
sci-7b22c591c98ae02c17799724e9ddd2cf34c83718.zip
In CVS
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs/silo/silo-4.9.1.ebuild')
-rw-r--r--sci-libs/silo/silo-4.9.1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/sci-libs/silo/silo-4.9.1.ebuild b/sci-libs/silo/silo-4.9.1.ebuild
deleted file mode 100644
index 9cfc91415..000000000
--- a/sci-libs/silo/silo-4.9.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="A mesh and field I/O library and scientific database"
-HOMEPAGE="https://wci.llnl.gov/codes/silo"
-SRC_URI="https://wci.llnl.gov/codes/silo/${P}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64"
-IUSE="hdf5 qt4 +silex static-libs"
-
-REQUIRED_USE="silex? ( qt4 )"
-
-RDEPEND="
- hdf5? ( sci-libs/hdf5 )
- qt4? ( dev-qt/qtgui:4 )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-qtlibs.patch"
-}
-
-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} )
-}