diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-12 20:50:29 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-13 10:33:25 +0100 |
commit | 7d9eacdfc758857f89923f5b57e9f1b795186dd4 (patch) | |
tree | acd4b4452bdecacc05be8c813a18c44a4576cf81 /sci-libs/silo/silo-4.10.2.ebuild | |
parent | media-libs/libextractor: Non-maintainer security cleanup (diff) | |
download | gentoo-7d9eacdfc758857f89923f5b57e9f1b795186dd4.tar.gz gentoo-7d9eacdfc758857f89923f5b57e9f1b795186dd4.tar.bz2 gentoo-7d9eacdfc758857f89923f5b57e9f1b795186dd4.zip |
sci-libs/silo: Drop old
Closes: https://bugs.gentoo.org/645434
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sci-libs/silo/silo-4.10.2.ebuild')
-rw-r--r-- | sci-libs/silo/silo-4.10.2.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/sci-libs/silo/silo-4.10.2.ebuild b/sci-libs/silo/silo-4.10.2.ebuild deleted file mode 100644 index 0c77dba873a7..000000000000 --- a/sci-libs/silo/silo-4.10.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils fortran-2 - -DESCRIPTION="A mesh and field I/O library and scientific database" -HOMEPAGE="https://wci.llnl.gov/simulation/computer-codes/silo" -SRC_URI="https://wci.llnl.gov/content/assets/docs/simulation/computer-codes/${PN}/${P}/${P}.tar.gz" -SLOT="0" -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" -IUSE="hdf5 +silex static-libs qt4 test" - -REQUIRED_USE="silex? ( qt4 )" - -RDEPEND=" - hdf5? ( sci-libs/hdf5 ) - qt4? ( dev-qt/qtgui:4 )" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}/${P}-qtlibs.patch" - epatch "${FILESDIR}/${P}-tests.patch" - epatch "${FILESDIR}/${P}-mpiposix.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} ) -} |