We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8433d commit 0288ca3Copy full SHA for 0288ca3
easybuild/toolchains/linalg/flexiblas.py
@@ -70,6 +70,7 @@ class FlexiBLAS(LinAlg):
70
"""
71
BLAS_MODULE_NAME = ['FlexiBLAS']
72
BLAS_LIB = ['flexiblas']
73
+ BLAS_LIB_MT = ['flexiblas']
74
BLAS_INCLUDE_DIR = [os.path.join('include', 'flexiblas')]
75
BLAS_FAMILY = TC_CONSTANT_FLEXIBLAS
76
0 commit comments