summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-02-17 22:37:26 (GMT)
committerGitHub <noreply@github.com>2023-02-17 22:37:26 (GMT)
commitbfef9945a88d52ad449b2f871c6d0a80ab94170f (patch)
tree11624aa2bc28f16202cb3f35ec87ec9e73a03067 /.github
parent32a54c0e2e836a9d7818cf6adfd4f0259ae2cb59 (diff)
downloadhdf5-bfef9945a88d52ad449b2f871c6d0a80ab94170f.zip
hdf5-bfef9945a88d52ad449b2f871c6d0a80ab94170f.tar.gz
hdf5-bfef9945a88d52ad449b2f871c6d0a80ab94170f.tar.bz2
Develop toolchain lowercase names and updates (#2426)
* lowercase the toolchain filenames * Change name of option define * Update CI with changed toolchain name * Correct Intel compiler names * Account for Intels name for compiler based on clang * Make icx default and rename classic to icc
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index f827ed9..0b09a94 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -91,7 +91,7 @@ jobs:
parallel: OFF
mirror_vfd: ON
direct_vfd: ON
- toolchain: "config/toolchain/GCC.cmake"
+ toolchain: "config/toolchain/gcc.cmake"
generator: "-G Ninja"
run_tests: true