mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-libs/cholmod: fix typo
Bug: https://bugs.gentoo.org/974246 Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
This commit is contained in:
@@ -77,7 +77,7 @@ src_configure() {
|
||||
if has_version 'virtual/blas[flexiblas]'; then
|
||||
mycmakeargs+=( -DBLA_VENDOR=FlexiBLAS )
|
||||
else
|
||||
mycmakeargs+=( BLA_VENDOR=Generic )
|
||||
mycmakeargs+=( -DBLA_VENDOR=Generic )
|
||||
fi
|
||||
# TODO: Figure out how to make sci-libs/mkl work. Bug 974246
|
||||
|
||||
|
||||
Reference in New Issue
Block a user