butterflypack: add 2.1.1 (#29467)

* added version2.1.1 for butterflypack

* fixing a tag in butterflypack

* minor fix for superlu-dist
This commit is contained in:
liuyangzhuan 2022-03-13 08:46:57 -07:00 committed by GitHub
parent a649ee9b69
commit 406939f485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,7 @@ def append_from_variant(*args):
append_define('CMAKE_INSTALL_BINDIR:STRING', self.prefix.bin)
append_define('TPL_BLAS_LIBRARIES', spec['blas'].libs)
append_define('TPL_LAPACK_LIBRARIES', spec['lapack'].libs)
append_define('TPL_ENABLE_LAPACKLIB', True)
append_define('USE_XSDK_DEFAULTS', True)
append_define('TPL_PARMETIS_LIBRARIES', [
spec['parmetis'].libs.ld_flags,