File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments