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 8ad7964 commit dd96272Copy full SHA for dd96272
1 file changed
spack_repo/fenics/packages/fenics_basix/package.py
@@ -51,6 +51,6 @@ class FenicsBasix(CMakePackage):
51
52
def cmake_args(self):
53
return [
54
- "-DBLAS_LIBRARIES=" + self.spec["blas"].libs.joined(),
55
- "-DLAPACK_LIBRARIES=" + self.spec["blas"].libs.joined(),
+ "-DBLAS_LIBRARIES=" + self.spec["blas"].libs.joined(";"),
+ "-DLAPACK_LIBRARIES=" + self.spec["blas"].libs.joined(";"),
56
]
0 commit comments