Skip to content

Commit 0288ca3

Browse files
author
Samuel Moors
committed
fix LIBBLAS_MT for flexiblas, ensure -lpthread is included
1 parent ea8433d commit 0288ca3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

easybuild/toolchains/linalg/flexiblas.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ class FlexiBLAS(LinAlg):
7070
"""
7171
BLAS_MODULE_NAME = ['FlexiBLAS']
7272
BLAS_LIB = ['flexiblas']
73+
BLAS_LIB_MT = ['flexiblas']
7374
BLAS_INCLUDE_DIR = [os.path.join('include', 'flexiblas')]
7475
BLAS_FAMILY = TC_CONSTANT_FLEXIBLAS
7576

0 commit comments

Comments
 (0)