We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9295243 commit 4e60cd2Copy full SHA for 4e60cd2
.github/workflows/check.yml
@@ -38,7 +38,8 @@ jobs:
38
-Denable-python-bindings=OFF \
39
-Denable-portable-build=ON \
40
-Denable-julia-bindings=OFF \
41
- -DTFEL_DIR=`spack location -i tfel`/share/tfel/cmake
+ -DTFEL_DIR=`spack location -i tfel`/share/tfel/cmake \
42
+ -Denable-parallel-stl-algorithm=OFF
43
- name: make
44
shell: spack-sh {0}
45
run: |
0 commit comments