diff options
author | Patrick Lauer <patrick@gentoo.org> | 2017-09-25 08:06:46 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2017-09-25 08:06:59 +0000 |
commit | d50704d90187b7920d6fc2a1141943481e8560ef (patch) | |
tree | 53b1cb0d65a7157e9e3190c2944d8aa76a25d4c9 /sci-libs | |
parent | mail-mta/exim: cleanup as much as we can for #622212 (diff) | |
download | gentoo-d50704d90187b7920d6fc2a1141943481e8560ef.tar.gz gentoo-d50704d90187b7920d6fc2a1141943481e8560ef.tar.bz2 gentoo-d50704d90187b7920d6fc2a1141943481e8560ef.zip |
sci-libs/arpack: Fix test phase #617836
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/arpack/arpack-3.4.0.ebuild | 5 | ||||
-rw-r--r-- | sci-libs/arpack/arpack-3.5.0.ebuild | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/sci-libs/arpack/arpack-3.4.0.ebuild b/sci-libs/arpack/arpack-3.4.0.ebuild index 2d605fd24733..8f4688842a61 100644 --- a/sci-libs/arpack/arpack-3.4.0.ebuild +++ b/sci-libs/arpack/arpack-3.4.0.ebuild @@ -41,11 +41,6 @@ src_configure() { $(use_enable mpi) } -src_test() { - cp "${S}"/TESTS/testA.mtx "${BUILD_DIR}"/TESTS || die - default -} - src_install() { default diff --git a/sci-libs/arpack/arpack-3.5.0.ebuild b/sci-libs/arpack/arpack-3.5.0.ebuild index 2d605fd24733..8f4688842a61 100644 --- a/sci-libs/arpack/arpack-3.5.0.ebuild +++ b/sci-libs/arpack/arpack-3.5.0.ebuild @@ -41,11 +41,6 @@ src_configure() { $(use_enable mpi) } -src_test() { - cp "${S}"/TESTS/testA.mtx "${BUILD_DIR}"/TESTS || die - default -} - src_install() { default |