Skip to content

Commit 04cad0d

Browse files
authored
Merge pull request ITHACA-FV#609 from giovastabile/update_submodules
Updating to c++17
2 parents 4db63e8 + 72e2ea4 commit 04cad0d

47 files changed

Lines changed: 46 additions & 46 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

applications/POD/Make/options

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ EXE_INC = \
3434
-I$(LIB_ITHACA_SRC)/thirdparty/spectra/include \
3535
-Wno-comment \
3636
-w \
37-
-std=c++14
37+
-std=c++17
3838

3939
EXE_LIBS = \
4040
-lturbulenceModels \

applications/extract_time_evolution/Make/options

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ EXE_INC = \
2525
-I$(LIB_SRC)/turbulenceModels/compressible/turbulenceModel \
2626
-I$(LIB_SRC)/functionObjects/forces/lnInclude \
2727
-w \
28-
-std=c++14
28+
-std=c++17
2929

3030
EXE_LIBS = \
3131
-lturbulenceModels \

gtest/Make/options

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ EXE_INC = \
1313
-I$(LIB_ITHACA_SRC)/thirdparty/splinter/include \
1414
-w \
1515
-DOFVER=$${WM_PROJECT_VERSION%.*} \
16-
-std=c++14
16+
-std=c++17
1717

1818
EXE_LIBS = \
1919
-lturbulenceModels \

src/ITHACA_CORE/Make/options

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ EXE_INC = \
4242
-O2 \
4343
-Wno-comment \
4444
-DOFVER=$${WM_PROJECT_VERSION%.*} \
45-
-std=c++14
45+
-std=c++17
4646

4747

4848
EXE_LIBS = \

src/ITHACA_DEIM/Make/options

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ EXE_INC = \
2424
-I$(LIB_ITHACA_SRC)/ITHACA_CORE/Containers \
2525
-Wno-comment \
2626
-DOFVER=$${WM_PROJECT_VERSION%.*} \
27-
-std=c++14
27+
-std=c++17
2828

2929
EXE_LIBS = \
3030
-lITHACA-CORE \

src/ITHACA_FOMPROBLEMS/Make/options

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ EXE_INC = \
3737
-Wno-comment \
3838
-w \
3939
-DOFVER=$${WM_PROJECT_VERSION%.*} \
40-
-std=c++14
40+
-std=c++17
4141

4242

4343
EXE_LIBS = \

src/ITHACA_MUQ/Make/options

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ EXE_INC = \
4545
-DOFVER=$${WM_PROJECT_VERSION%.*} \
4646
-Wno-comment \
4747
-g \
48-
-std=c++14 \
48+
-std=c++17 \
4949
-Wall \
5050
-Wno-maybe-uninitialized \
5151
-Wno-sign-compare \

src/ITHACA_ROMPROBLEMS/Make/options

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ EXE_INC = \
4040
-Wno-comment \
4141
-w \
4242
-DOFVER=$${WM_PROJECT_VERSION%.*} \
43-
-std=c++14
43+
-std=c++17
4444

4545

4646
EXE_LIBS = \

src/ITHACA_THIRD_PARTY/Make/options

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ EXE_INC = \
1313
-I$(LIB_ITHACA_SRC)/ITHACA_THIRD_PARTY/cnpy \
1414
-I$(LIB_ITHACA_SRC)/thirdparty/Eigen \
1515
-I$(LIB_ITHACA_SRC)/thirdparty/redsvd \
16-
-std=c++14 \
16+
-std=c++17 \
1717
-ftemplate-depth=500 \
1818
-w \
1919
-Wno-old-style-cast \

src/ITHACA_TORCH/Make/.options.swp

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)