aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2017-06-05 15:14:19 +0900
committerBenda Xu <heroxbd@gentoo.org>2017-06-05 15:15:18 +0900
commit83c2b58ab3dd3b7b45d5baa6473e2bfa6fa8d134 (patch)
treea90805869a9f4b3bbf0cea10b4558f1482ab93c1 /sci-libs/lapack-reference/lapack-reference-3.7.0-r100.ebuild
parentsci-libs/cblas-reference: guide cmake to find eselected blas (diff)
downloadsci-83c2b58ab3dd3b7b45d5baa6473e2bfa6fa8d134.tar.gz
sci-83c2b58ab3dd3b7b45d5baa6473e2bfa6fa8d134.tar.bz2
sci-83c2b58ab3dd3b7b45d5baa6473e2bfa6fa8d134.zip
sci-libs/cblas-reference: configure BLAS_LIBRARIES implicitly
sci-libs/lapack-reference: configure BLAS_LIBRARIES implicitly cmake option USE_OPTIMIZED_BLAS uses pkg-config to figure out BLAS_LIBRARIES in Gentoo FindBLAS cmake patch. Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-libs/lapack-reference/lapack-reference-3.7.0-r100.ebuild')
-rw-r--r--sci-libs/lapack-reference/lapack-reference-3.7.0-r100.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/sci-libs/lapack-reference/lapack-reference-3.7.0-r100.ebuild b/sci-libs/lapack-reference/lapack-reference-3.7.0-r100.ebuild
index ad5d1cac3..d9378271a 100644
--- a/sci-libs/lapack-reference/lapack-reference-3.7.0-r100.ebuild
+++ b/sci-libs/lapack-reference/lapack-reference-3.7.0-r100.ebuild
@@ -81,7 +81,6 @@ src_configure() {
-DBLAS_REQUIRES="${blas_requires}"
-DLIBNAME="${libname}"
-DUSE_OPTIMIZED_BLAS=ON
- -DBLAS_LIBRARIES="$($(tc-getPKG_CONFIG) --libs ${blas_profname} | sed 's,",\\\\\\\",g')"
-DBUILD_TESTING="$(usex test)"
-DUSE_XBLAS="$(usex xblas)"
-DBUILD_DEPRECATED="$(usex deprecated)"