Skip to content

Commit d9145dd

Browse files
authored
Change std=c++17 to c++20 (#147)
1 parent bc99f38 commit d9145dd

File tree

6 files changed

+6
-6
lines changed
  • apptainer
    • 2023-05-08_tensorflow-2.8_v1/makefiles/config
    • 2023-08-09_tensorflow-2.8_onnx-1.15_v1/makefiles/config
    • 2023-11-08_tensorflow-2.14_v1/makefiles/config
    • 2025-04-23_tensorflow-2.17_onnx-1.20_v1/makefiles/config
    • 2025-04-23_tensorflow-2.17_onnx-1.20_v2/makefiles/config
  • config

6 files changed

+6
-6
lines changed

apptainer/2023-05-08_tensorflow-2.8_v1/makefiles/config/cc-gcc.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CCFLAGS += -pipe
2626
CCFLAGS += -funsigned-char
2727
CCFLAGS += -fno-exceptions
2828
CFLAGS += -std=c99
29-
CXXFLAGS += -std=c++17
29+
CXXFLAGS += -std=c++20
3030
CXXFLAGS += -Wno-unknown-pragmas -Werror=return-type
3131
#CCFLAGS += -pedantic
3232
CCFLAGS += -Wall

apptainer/2023-08-09_tensorflow-2.8_onnx-1.15_v1/makefiles/config/cc-gcc.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CCFLAGS += -pipe
2626
CCFLAGS += -funsigned-char
2727
CCFLAGS += -fno-exceptions
2828
CFLAGS += -std=c99
29-
CXXFLAGS += -std=c++17
29+
CXXFLAGS += -std=c++20
3030
CXXFLAGS += -Wno-unknown-pragmas -Werror=return-type
3131
#CCFLAGS += -pedantic
3232
CCFLAGS += -fPIC

apptainer/2023-11-08_tensorflow-2.14_v1/makefiles/config/cc-gcc.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ CCFLAGS += -pipe
2727
CCFLAGS += -funsigned-char
2828
CCFLAGS += -fno-exceptions
2929
CFLAGS += -std=c99
30-
CXXFLAGS += -std=c++17
30+
CXXFLAGS += -std=c++20
3131
CXXFLAGS += -Wno-unknown-pragmas -Werror=return-type
3232
CCFLAGS += -Wall
3333
CCFLAGS += -Wno-long-long

apptainer/2025-04-23_tensorflow-2.17_onnx-1.20_v1/makefiles/config/cc-gcc.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ CCFLAGS += -pipe
2727
CCFLAGS += -funsigned-char
2828
CCFLAGS += -fno-exceptions
2929
CFLAGS += -std=c99
30-
CXXFLAGS += -std=c++17
30+
CXXFLAGS += -std=c++20
3131
CXXFLAGS += -Wno-unknown-pragmas
3232
#CCFLAGS += -pedantic
3333
CCFLAGS += -Wall

apptainer/2025-04-23_tensorflow-2.17_onnx-1.20_v2/makefiles/config/cc-gcc.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ CCFLAGS += -pipe
2727
CCFLAGS += -funsigned-char
2828
CCFLAGS += -fno-exceptions
2929
CFLAGS += -std=c99
30-
CXXFLAGS += -std=c++17
30+
CXXFLAGS += -std=c++20
3131
CXXFLAGS += -Wno-unknown-pragmas
3232
#CCFLAGS += -pedantic
3333
CCFLAGS += -Wall

config/cc-gcc.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ CCFLAGS += -pipe
2727
CCFLAGS += -funsigned-char
2828
CCFLAGS += -fno-exceptions
2929
CFLAGS += -std=c99
30-
CXXFLAGS += -std=c++17
30+
CXXFLAGS += -std=c++20
3131
CXXFLAGS += -Wno-unknown-pragmas -Werror=return-type
3232
#CCFLAGS += -pedantic
3333
CCFLAGS += -Wall

0 commit comments

Comments
 (0)