Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
containers
eic_container
Commits
8275665c
Commit
8275665c
authored
1 year ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
chore: clang-16
parent
c3d5604a
No related branches found
No related tags found
1 merge request
!781
chore: clang-16
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
containers/debian/base.Dockerfile
+6
-2
6 additions, 2 deletions
containers/debian/base.Dockerfile
spack-environment/packages.yaml
+1
-1
1 addition, 1 deletion
spack-environment/packages.yaml
spack.sh
+2
-0
2 additions, 0 deletions
spack.sh
with
9 additions
and
3 deletions
containers/debian/base.Dockerfile
+
6
−
2
View file @
8275665c
...
@@ -90,9 +90,13 @@ case ${ID} in
...
@@ -90,9 +90,13 @@ case ${ID} in
*) echo "Unsupported ID=${ID}" ; exit 1 ;;
*) echo "Unsupported ID=${ID}" ; exit 1 ;;
esac
esac
# Clang version and repository
# Clang version and repository
CLANG="-1
4
"
CLANG="-1
6
"
curl -s https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
curl -s https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
echo "deb http://apt.llvm.org/${VERSION_CODENAME} llvm-toolchain-${VERSION_CODENAME}${CLANG} main" > /etc/apt/source.list.d/llvm.list
if [ ${VERSION_CODENAME} = trixie ] ; then
echo "deb http://apt.llvm.org/unstable llvm-toolchain${CLANG} main" > /etc/apt/sources.list.d/llvm.list
else
echo "deb http://apt.llvm.org/${VERSION_CODENAME} llvm-toolchain-${VERSION_CODENAME}${CLANG} main" > /etc/apt/sources.list.d/llvm.list
fi
# Install packages
# Install packages
apt-get -yqq update
apt-get -yqq update
apt-get -yqq install gcc${GCC} g++${GCC} gfortran${GCC}
apt-get -yqq install gcc${GCC} g++${GCC} gfortran${GCC}
...
...
This diff is collapsed.
Click to expand it.
spack-environment/packages.yaml
+
1
−
1
View file @
8275665c
...
@@ -144,7 +144,7 @@ packages:
...
@@ -144,7 +144,7 @@ packages:
-
'
@1.0.7'
-
'
@1.0.7'
iwyu
:
iwyu
:
require
:
require
:
-
'
@0.
18
'
-
'
@0.
20
'
jana2
:
jana2
:
require
:
require
:
-
'
@2.1.2'
-
'
@2.1.2'
...
...
This diff is collapsed.
Click to expand it.
spack.sh
+
2
−
0
View file @
8275665c
...
@@ -59,6 +59,7 @@ e1373d5408170047626583916db02911585c133a
...
@@ -59,6 +59,7 @@ e1373d5408170047626583916db02911585c133a
a65f13f79f617b6aa0b235aa5db612473b6d8c0e
a65f13f79f617b6aa0b235aa5db612473b6d8c0e
ed8ecc469e7b87842a876323878831e301f136a2
ed8ecc469e7b87842a876323878831e301f136a2
4991a60eacb5df289383f755e40702b720ed0513
4991a60eacb5df289383f755e40702b720ed0513
c485709f625429a88a184a099373d76c9438f8e3
---
---
## Ref: https://github.com/spack/spack/commit/[hash]
## Ref: https://github.com/spack/spack/commit/[hash]
## [hash]: [description]
## [hash]: [description]
...
@@ -117,3 +118,4 @@ ed8ecc469e7b87842a876323878831e301f136a2
...
@@ -117,3 +118,4 @@ ed8ecc469e7b87842a876323878831e301f136a2
## a65f13f79f617b6aa0b235aa5db612473b6d8c0e: root: add latest available tag
## a65f13f79f617b6aa0b235aa5db612473b6d8c0e: root: add latest available tag
## ed8ecc469e7b87842a876323878831e301f136a2: podio: Add the latest tag (0.17.2)
## ed8ecc469e7b87842a876323878831e301f136a2: podio: Add the latest tag (0.17.2)
## 4991a60eacb5df289383f755e40702b720ed0513: podio: Add latest tag 0.17.3
## 4991a60eacb5df289383f755e40702b720ed0513: podio: Add latest tag 0.17.3
## c485709f625429a88a184a099373d76c9438f8e3: iwyu: new versions up 0.21 (depends_on llvm-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