Skip to content

Commit 71b8f97

Browse files
committed
Downgrade LLVM from 18 to 16 in CI and update README accordingly.
1 parent 3687d5c commit 71b8f97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/spack_default_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ jobs:
129129
packages:
130130
llvm:
131131
externals:
132-
- spec: llvm@18
133-
prefix: /usr/lib/llvm-18
132+
- spec: llvm@16
133+
prefix: /usr/lib/llvm-16
134134
EOF
135135
136136
- name: Configure GHCR mirror

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You should have all of the following installed before installing GridKit™
1818
- [Suitesparse](https://github.com/DrTimothyAldenDavis/SuiteSparse) >= 5.x (optional)
1919
- [Ipopt](https://github.com/coin-or/Ipopt) >= 3.x (optional)
2020
- [Enzyme](https://github.com/EnzymeAD/Enzyme) >=0.0.131 (optional)
21-
- [LLVM](https://github.com/llvm/llvm-project) >= 18.x
21+
- [LLVM](https://github.com/llvm/llvm-project) 16.x
2222
- [CMake](https://cmake.org/) >= 3.12
2323
- C++ 17 compliant compiler
2424

0 commit comments

Comments
 (0)