Skip to content
Snippets Groups Projects
Commit 7a47bb47 authored by Mulas, Giacomo's avatar Mulas, Giacomo
Browse files

remove unsupported (but unnecessary) "--std=legacy" option when compiling with flang

parent 1e22c8ab
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ compatibility_stage: ...@@ -101,7 +101,7 @@ compatibility_stage:
- mkdir build_clang17 - mkdir build_clang17
- cd build_clang17 - cd build_clang17
- cp -r ../build/* . - cp -r ../build/* .
- CXX=clang++-17 FC=flang-new-17 ./configure --with-fflags="-O3 -std=legacy" --with-include="-I/usr/include/c++/14 -I/usr/include/x86_64-linux-gnu/c++/14" --with-ldflags="-L/usr/lib/llvm-17/lib -L/usr/lib/gcc/x86_64-linux-gnu/14" --disable-openmp - CXX=clang++-17 FC=flang-new-17 ./configure --with-fflags="-O3" --with-include="-I/usr/include/c++/14 -I/usr/include/x86_64-linux-gnu/c++/14" --with-ldflags="-L/usr/lib/llvm-17/lib -L/usr/lib/gcc/x86_64-linux-gnu/14" --disable-openmp
- make wipe - make wipe
- make -j - make -j
#- echo "Running make with Intel ifort and Intel icpx..." #- echo "Running make with Intel ifort and Intel icpx..."
...@@ -111,7 +111,7 @@ compatibility_stage: ...@@ -111,7 +111,7 @@ compatibility_stage:
- mkdir build_clang18 - mkdir build_clang18
- cd build_clang18 - cd build_clang18
- cp -r ../build/* . - cp -r ../build/* .
- CXX=clang++-18 FC=flang-new-18 ./configure --with-fflags="-O3 -std=legacy" --with-include="-I/usr/include/c++/14 -I/usr/include/x86_64-linux-gnu/c++/14" --with-ldflags="-L/usr/lib/llvm-18/lib -L/usr/lib/gcc/x86_64-linux-gnu/14" --disable-openmp - CXX=clang++-18 FC=flang-new-18 ./configure --with-fflags="-O3" --with-include="-I/usr/include/c++/14 -I/usr/include/x86_64-linux-gnu/c++/14" --with-ldflags="-L/usr/lib/llvm-18/lib -L/usr/lib/gcc/x86_64-linux-gnu/14" --disable-openmp
- make wipe - make wipe
- make -j - make -j
- cd .. - cd ..
...@@ -120,7 +120,7 @@ compatibility_stage: ...@@ -120,7 +120,7 @@ compatibility_stage:
- mkdir build_clang19 - mkdir build_clang19
- cd build_clang19 - cd build_clang19
- cp -r ../build/* . - cp -r ../build/* .
- CXX=clang++-19 FC=flang-new-19 ./configure --with-fflags="-O3 -std=legacy" --with-include="-I/usr/include/c++/14 -I/usr/include/x86_64-linux-gnu/c++/14" --with-ldflags="-L/usr/lib/llvm-19/lib -L/usr/lib/gcc/x86_64-linux-gnu/14" --disable-openmp - CXX=clang++-19 FC=flang-new-19 ./configure --with-fflags="-O3" --with-include="-I/usr/include/c++/14 -I/usr/include/x86_64-linux-gnu/c++/14" --with-ldflags="-L/usr/lib/llvm-19/lib -L/usr/lib/gcc/x86_64-linux-gnu/14" --disable-openmp
- make wipe - make wipe
- make -j - make -j
- cd .. - cd ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment