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
Compare revisions
b328e3cea773c8d9131dbdd4e03b560996951b19 to d59f8453c96a98a4b19cb12fded43485a89ceb30
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
containers/eic_container
Select target project
No results found
d59f8453c96a98a4b19cb12fded43485a89ceb30
Select Git revision
Swap
Target
containers/eic_container
Select target project
containers/eic_container
wdconinc/eic_container
tooba/eic_container
3 results
b328e3cea773c8d9131dbdd4e03b560996951b19
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
chore: juggler-10.0.1
· abfc7cc6
Wouter Deconinck
authored
1 year ago
abfc7cc6
chore: root-6.28.04
· d59f8453
Wouter Deconinck
authored
1 year ago
d59f8453
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
spack-environment/packages.yaml
+1
-1
1 addition, 1 deletion
spack-environment/packages.yaml
with
4 additions
and
4 deletions
.gitlab-ci.yml
View file @
d59f8453
...
@@ -3,7 +3,7 @@ image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest
...
@@ -3,7 +3,7 @@ image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest
variables
:
variables
:
## Application versions used for the main release
## Application versions used for the main release
## note: nightly builds will always use the master/main branch
## note: nightly builds will always use the master/main branch
JUGGLER_VERSION
:
"
v10.0.
0
"
JUGGLER_VERSION
:
"
v10.0.
1
"
EICRECON_VERSION
:
"
v1.4.1"
EICRECON_VERSION
:
"
v1.4.1"
## Local registry
## Local registry
...
@@ -301,7 +301,7 @@ jug_xl:default:
...
@@ -301,7 +301,7 @@ jug_xl:default:
matrix
:
matrix
:
-
BASE_IMAGE
:
jug_dev
-
BASE_IMAGE
:
jug_dev
BUILD_IMAGE
:
jug_xl
BUILD_IMAGE
:
jug_xl
PLATFORM
:
linux/amd64
,linux/arm64/v8
PLATFORM
:
linux/amd64
# - BASE_IMAGE: jug_dev_oneapi
# - BASE_IMAGE: jug_dev_oneapi
# BUILD_IMAGE: jug_xl_oneapi
# BUILD_IMAGE: jug_xl_oneapi
# PLATFORM: linux/amd64
# PLATFORM: linux/amd64
...
@@ -335,7 +335,7 @@ jug_xl:nightly:
...
@@ -335,7 +335,7 @@ jug_xl:nightly:
matrix
:
matrix
:
-
BASE_IMAGE
:
jug_dev
-
BASE_IMAGE
:
jug_dev
BUILD_IMAGE
:
jug_xl
BUILD_IMAGE
:
jug_xl
PLATFORM
:
linux/amd64
,linux/arm64/v8
PLATFORM
:
linux/amd64
# - BASE_IMAGE: jug_dev_oneapi
# - BASE_IMAGE: jug_dev_oneapi
# BUILD_IMAGE: jug_xl_oneapi
# BUILD_IMAGE: jug_xl_oneapi
# PLATFORM: linux/amd64
# PLATFORM: linux/amd64
...
...
This diff is collapsed.
Click to expand it.
spack-environment/packages.yaml
View file @
d59f8453
...
@@ -274,7 +274,7 @@ packages:
...
@@ -274,7 +274,7 @@ packages:
-
+opengl
-
+opengl
root
:
root
:
require
:
require
:
-
'
@6.2
6.10
'
-
'
@6.2
8.04
'
-
cxxstd=17 +fftw +fortran +gdml +http -ipo +mlp +pythia8 +root7 +tmva +vc -webgui +xrootd +ssl
-
cxxstd=17 +fftw +fortran +gdml +http -ipo +mlp +pythia8 +root7 +tmva +vc -webgui +xrootd +ssl
-
any_of
:
[
+opengl +x
,
-opengl -x
]
-
any_of
:
[
+opengl +x
,
-opengl -x
]
spdlog
:
spdlog
:
...
...
This diff is collapsed.
Click to expand it.