superlu-dist: enforce OpenMP=OFF (#14708)
This commit is contained in:
parent
47ee690076
commit
d83309493f
@ -72,6 +72,7 @@ def cmake_args(self):
|
||||
args.append('-Denable_openmp=ON')
|
||||
else:
|
||||
args.append('-Denable_openmp=OFF')
|
||||
args.append('-DCMAKE_DISABLE_FIND_PACKAGE_OpenMP=ON')
|
||||
|
||||
if '+shared' in spec:
|
||||
args.append('-DBUILD_SHARED_LIBS:BOOL=ON')
|
||||
|
Loading…
Reference in New Issue
Block a user