Skip to content

Commit 2f38cf0

Browse files
ferdymercuryguitargeek
authored andcommitted
[ci] enable Fortran on all Linux
1 parent 71e2bd8 commit 2f38cf0

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/root-ci-config/buildconfig/alma8.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ builtin_nlohmannjson=ON
33
builtin_tbb=ON
44
builtin_vdt=ON
55
ccache=ON
6-
fortran=OFF
76
tmva-sofie=ON

.github/workflows/root-ci-config/buildconfig/ubuntu2404-cuda.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ tmva-cpu=ON
77
tmva-gpu=ON
88
tmva-cudnn=ON
99
tmva-pymva=OFF
10-
fortran=OFF
1110
gdml=OFF
1211
spectrum=OFF
1312
sqlite=OFF

.github/workflows/root-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ jobs:
387387
- image: alma9
388388
is_special: true
389389
property: march_native
390-
overrides: ["CMAKE_BUILD_TYPE=RelWithDebInfo", "CMAKE_CXX_FLAGS=-march=native", "CMAKE_C_FLAGS=-march=native", "fortran=OFF", "builtin_zlib=ON", "builtin_zstd=ON"]
390+
overrides: ["CMAKE_BUILD_TYPE=RelWithDebInfo", "CMAKE_CXX_FLAGS=-march=native", "CMAKE_C_FLAGS=-march=native", "builtin_zlib=ON", "builtin_zstd=ON"]
391391
- image: alma9
392392
is_special: true
393393
property: arm64

0 commit comments

Comments
 (0)