Skip to content

Commit a280ec6

Browse files
committed
Syntax error in yml file
1 parent 3c0d2e1 commit a280ec6

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/spack-ubuntu.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,4 @@ jobs:
1313
uses: LIHPC-Computational-Geometry/lihpccg-ci/.github/workflows/spack-ubuntu.yml@main
1414
with:
1515
run-tests: false
16-
cmake-options: "-DCMAKE_C_COMPILER=/usr/bin/gcc
17-
-DCMAKE_CXX_COMPILER=/usr/bin/g++
18-
-DCMAKE_Fortran_COMPILER=/usr/bin/gfortran
19-
-DCMAKE_CXX_FLAGS="-std=c++11"
20-
-DCMAKE_Fortran_FLAGS="-fdefault-integer-8
21-
-fdefault-real-8
22-
-fdefault-double-8"
23-
-DCMAKE_BUILD_TYPE:STRING=Release
24-
-DCMAKE_VERBOSE_MAKEFILE=ON
25-
-DBUILD_XLMLIMA=ON
26-
-DBUILD_TESTS:BOOL=ON
27-
-DBUILD_SCRIPTING:BOOL=ON
28-
-DBUILD_SHARED_LIBS:BOOL=ON
29-
-DINT_8:BOOL=ON
30-
-DREAL_8:BOOL=ON
31-
-DUSE_PYTHON_3:BOOL=ON
32-
-DPython3_ROOT_DIR=/usr/lib/python3"
16+
cmake-options: "-DUSE_PYTHON_3:BOOL=ON"

0 commit comments

Comments
 (0)