diff options
author | 2020-02-08 18:05:52 +0100 | |
---|---|---|
committer | 2020-02-08 18:05:52 +0100 | |
commit | 9272dbf42dee789cc3d5d9af35c5eda5433a7892 (patch) | |
tree | 527ce5ac74349dbde25503191ad9cb0c2d20b29f /sci-libs | |
parent | net-misc/apt-cacher-ng: [QA] Remove unnecessary -DCMAKE_INSTALL_PREFIX arguments (diff) | |
download | gentoo-9272dbf42dee789cc3d5d9af35c5eda5433a7892.tar.gz gentoo-9272dbf42dee789cc3d5d9af35c5eda5433a7892.tar.bz2 gentoo-9272dbf42dee789cc3d5d9af35c5eda5433a7892.zip |
sci-libs/lapack: [QA] Remove unnecessary -DCMAKE_INSTALL_PREFIX arguments
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/lapack/lapack-3.8.0.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sci-libs/lapack/lapack-3.8.0.ebuild b/sci-libs/lapack/lapack-3.8.0.ebuild index 8ad78cf13254..3c90d0068c8b 100644 --- a/sci-libs/lapack/lapack-3.8.0.ebuild +++ b/sci-libs/lapack/lapack-3.8.0.ebuild @@ -32,7 +32,6 @@ src_configure() { local mycmakeargs=( -DCBLAS=ON -DLAPACKE=$(usex lapacke) - -DCMAKE_INSTALL_PREFIX="${EPREFIX}"/usr -DBUILD_SHARED_LIBS=ON ) cmake-utils_src_configure |