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
a560e9cc
Commit
a560e9cc
authored
3 years ago
by
Wouter Deconinck
Committed by
Sylvester Joosten
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
root@6.24.02
parent
a753dcf4
No related branches found
No related tags found
1 merge request
!143
root@6.24.02
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
spack.yaml
+1
-1
1 addition, 1 deletion
spack.yaml
spack/packages/root/package.py
+6
-1
6 additions, 1 deletion
spack/packages/root/package.py
with
8 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
1
View file @
a560e9cc
...
@@ -31,7 +31,7 @@ variables:
...
@@ -31,7 +31,7 @@ variables:
NIGHTLY
:
0
NIGHTLY
:
0
## Force a rebuild without using cache
## Force a rebuild without using cache
FORCE_NOCACHE
:
0
FORCE_NOCACHE
:
1
stages
:
stages
:
-
config
-
config
...
...
This diff is collapsed.
Click to expand it.
spack.yaml
+
1
−
1
View file @
a560e9cc
...
@@ -13,7 +13,7 @@ spack:
...
@@ -13,7 +13,7 @@ spack:
-
py-pip@20.2
-
py-pip@20.2
-
pkg-config@0.29.2
-
pkg-config@0.29.2
-
xrootd@5.1.0 cxxstd=17 +python
-
xrootd@5.1.0 cxxstd=17 +python
-
root@6.2
2
.0
8
cxxstd=17
-
root@6.2
4
.0
6
cxxstd=17
+fftw +fortran +gdml +http +mlp +pythia8
+fftw +fortran +gdml +http +mlp +pythia8
+root7 +tmva +vc +xrootd +ssl
+root7 +tmva +vc +xrootd +ssl
^mesa swr=none +opengl -llvm -osmesa
^mesa swr=none +opengl -llvm -osmesa
...
...
This diff is collapsed.
Click to expand it.
spack/packages/root/package.py
+
6
−
1
View file @
a560e9cc
...
@@ -28,6 +28,9 @@ class Root(CMakePackage):
...
@@ -28,6 +28,9 @@ class Root(CMakePackage):
# Development version (when more recent than production).
# Development version (when more recent than production).
# Production version
# Production version
version
(
'
6.24.06
'
,
sha256
=
'
907f69f4baca1e4f30eeb4979598ca7599b6aa803ca046e80e25b6bbaa0ef522
'
)
version
(
'
6.24.02
'
,
sha256
=
'
0507e1095e279ccc7240f651d25966024325179fa85a1259b694b56723ad7c1c
'
)
version
(
'
6.24.00
'
,
sha256
=
'
9da30548a289211c3122d47dacb07e85d35e61067fac2be6c5a5ff7bda979989
'
)
version
(
'
6.22.08
'
,
sha256
=
'
6f061ff6ef8f5ec218a12c4c9ea92665eea116b16e1cd4df4f96f00c078a2f6f
'
)
version
(
'
6.22.08
'
,
sha256
=
'
6f061ff6ef8f5ec218a12c4c9ea92665eea116b16e1cd4df4f96f00c078a2f6f
'
)
version
(
'
6.22.06
'
,
sha256
=
'
c4688784a7e946cd10b311040b6cf0b2f75125a7520e04d1af0b746505911b57
'
)
version
(
'
6.22.06
'
,
sha256
=
'
c4688784a7e946cd10b311040b6cf0b2f75125a7520e04d1af0b746505911b57
'
)
version
(
'
6.22.02
'
,
sha256
=
'
89784afa9c9047e9da25afa72a724f32fa8aa646df267b7731e4527cc8a0c340
'
)
version
(
'
6.22.02
'
,
sha256
=
'
89784afa9c9047e9da25afa72a724f32fa8aa646df267b7731e4527cc8a0c340
'
)
...
@@ -196,6 +199,7 @@ class Root(CMakePackage):
...
@@ -196,6 +199,7 @@ class Root(CMakePackage):
depends_on
(
'
libpng
'
)
depends_on
(
'
libpng
'
)
depends_on
(
'
lz4
'
,
when
=
'
@6.13.02:
'
)
# See cmake_args, below.
depends_on
(
'
lz4
'
,
when
=
'
@6.13.02:
'
)
# See cmake_args, below.
depends_on
(
'
ncurses
'
)
depends_on
(
'
ncurses
'
)
depends_on
(
'
nlohmann-json
'
,
when
=
'
@6.24:
'
)
depends_on
(
'
pcre
'
)
depends_on
(
'
pcre
'
)
depends_on
(
'
xxhash
'
,
when
=
'
@6.13.02:
'
)
# See cmake_args, below.
depends_on
(
'
xxhash
'
,
when
=
'
@6.13.02:
'
)
# See cmake_args, below.
depends_on
(
'
xz
'
)
depends_on
(
'
xz
'
)
...
@@ -326,7 +330,7 @@ class Root(CMakePackage):
...
@@ -326,7 +330,7 @@ class Root(CMakePackage):
# Options related to ROOT's ability to download and build its own
# Options related to ROOT's ability to download and build its own
# dependencies. Per Spack convention, this should generally be avoided.
# dependencies. Per Spack convention, this should generally be avoided.
options
+=
[
options
+=
[
define
(
'
builtin_afterimage
'
,
True
),
define
_from_variant
(
'
builtin_afterimage
'
,
'
x
'
),
define
(
'
builtin_cfitsio
'
,
False
),
define
(
'
builtin_cfitsio
'
,
False
),
define
(
'
builtin_davix
'
,
False
),
define
(
'
builtin_davix
'
,
False
),
define
(
'
builtin_fftw3
'
,
False
),
define
(
'
builtin_fftw3
'
,
False
),
...
@@ -338,6 +342,7 @@ class Root(CMakePackage):
...
@@ -338,6 +342,7 @@ class Root(CMakePackage):
define
(
'
builtin_llvm
'
,
True
),
define
(
'
builtin_llvm
'
,
True
),
define
(
'
builtin_lz4
'
,
self
.
spec
.
satisfies
(
'
@6.12.02:6.12.99
'
)),
define
(
'
builtin_lz4
'
,
self
.
spec
.
satisfies
(
'
@6.12.02:6.12.99
'
)),
define
(
'
builtin_lzma
'
,
False
),
define
(
'
builtin_lzma
'
,
False
),
define
(
'
builtin_nlohmannjson
'
,
False
),
define
(
'
builtin_openssl
'
,
False
),
define
(
'
builtin_openssl
'
,
False
),
define
(
'
builtin_pcre
'
,
False
),
define
(
'
builtin_pcre
'
,
False
),
define
(
'
builtin_tbb
'
,
False
),
define
(
'
builtin_tbb
'
,
False
),
...
...
This diff is collapsed.
Click to expand it.
Wouter Deconinck
@wdconinc
mentioned in commit
5355c68b
·
3 years ago
mentioned in commit
5355c68b
mentioned in commit 5355c68be4d174a0022c99416c9848a343cb3fa3
Toggle commit list
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