Skip to content

Commit c382d90

Browse files
committed
debugging
1 parent 6e774c8 commit c382d90

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/check-python.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,15 @@ jobs:
3333
# loading TFEL
3434
spack load tfel
3535
which python3
36-
cmake -DCMAKE_BUILD_TYPE=Release . \
37-
-Denable-c-bindings=ON \
38-
-Denable-fortran-bindings=ON \
39-
-Denable-python-bindings=ON \
40-
-Denable-portable-build=ON \
41-
-Denable-julia-bindings=OFF \
42-
-DTFEL_DIR=`spack location -i tfel`/share/tfel/cmake \
43-
-Denable-parallel-stl-algorithms=OFF
36+
cmake -DCMAKE_BUILD_TYPE=Release . \
37+
-Denable-c-bindings=ON \
38+
-Denable-fortran-bindings=ON \
39+
-Denable-python-bindings=ON \
40+
-Denable-portable-build=ON \
41+
-Denable-julia-bindings=OFF \
42+
-DTFEL_DIR=`spack location -i tfel`/share/tfel/cmake \
43+
-Denable-parallel-stl-algorithms=OFF \
44+
-DPython_EXECUTABLE=`spack location -i tfel`/bin/python3
4445
- name: make
4546
shell: spack-sh {0}
4647
run: |

0 commit comments

Comments
 (0)