Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NP_TMcode
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Giacomo Mulas
NP_TMcode
Commits
f70e9000
Commit
f70e9000
authored
8 months ago
by
Mulas, Giacomo
Browse files
Options
Downloads
Patches
Plain Diff
remove flang15 from checks (not functional on trixie)
parent
f1ba7426
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-2
0 additions, 2 deletions
.gitlab-ci.yml
with
0 additions
and
2 deletions
.gitlab-ci.yml
+
0
−
2
View file @
f70e9000
...
...
@@ -55,8 +55,6 @@ compatibility_stage:
-
make clean && BUILDDIR=$PWD/../build_gnu13 CXX=g++-13 FC=gfortran-13 make -j
-
echo "Running make with gnu compilers version 14..."
-
make clean && BUILDDIR=$PWD/../build_gnu14 CXX=g++-14 FC=gfortran-14 make -j
-
echo "Running make with flang version 15 and clang version 15..."
-
make clean && BUILDDIR=$PWD/../build_clang15 CXX="clang++-15 -stdlib=libstdc++ -I/usr/include/c++/13 -I/usr/include/x86_64-linux-gnu/c++/13" FC=flang-new-15 FCFLAGS=-O3 LDFLAGS="-L/usr/lib/llvm-15/lib -L/usr/lib/gcc/x86_64-linux-gnu/13" make -j
-
echo "Running make with flang version 16 and clang version 16..."
-
make clean && BUILDDIR=$PWD/../build_clang16 CXX="clang++-16 -stdlib=libstdc++ -I/usr/include/c++/13 -I/usr/include/x86_64-linux-gnu/c++/13" FC=flang-new-16 FCFLAGS=-O3 LDFLAGS="-L/usr/lib/llvm-16/lib -L/usr/lib/gcc/x86_64-linux-gnu/13" make -j
-
echo "Running make with flang version 17 and clang version 17..."
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment