Skip to content

Commit 2b8564e

Browse files
committed
downgrade max gcc to 15, gcc 16 not yet released
Signed-off-by: DONNOT Benjamin <[email protected]>
1 parent 8d2292f commit 2b8564e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ orbs:
77
executors:
88
gcc_latest:
99
docker:
10-
- image: gcc:16
10+
- image: gcc:15
1111
gcc_prev_latest:
1212
docker:
13-
- image: gcc:15
13+
- image: gcc:14
1414
gcc_earliest:
1515
docker:
1616
- image: gcc:8

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,13 +282,13 @@ cd ..
282282

283283
Some tests are performed automatically on standard platform each time modifications are made in the lightsim2grid code.
284284

285-
These tests include, for now, compilation on gcc (version 8, 12 and 13) and clang (version 11, 16 and 17).
285+
These tests include, for now, compilation on gcc (version 8, 14 and 15) and clang (version 11, 20 and 21).
286286

287287
**NB** Intermediate versions of clang and gcc (*eg* gcc 9 or clang 12) are not tested regularly, but lightsim2grid used to work on these.
288-
We suppose that if it works on *eg* clang 10 and clang 14 then it compiles also on all intermediate versions.
288+
We suppose that if it works on *eg* clang 11 and clang 21 then it compiles also on all intermediate versions.
289289

290290
**NB** Package might work (we never tested it) on earlier version of these compilers.
291-
The only "real" requirement for lightsim2grid is to have a compiler supporting c++11
291+
The only "real" requirement for lightsim2grid is to have a compiler supporting c++14
292292
(at least).
293293

294294
### Known issues

0 commit comments

Comments
 (0)