Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
easybuild-repository-public-release
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DEEP-SEA
easybuild-repository-public-release
Commits
f4474084
Commit
f4474084
authored
Jun 15, 2022
by
Sebastian Achilles
Browse files
Options
Downloads
Plain Diff
Merge branch '2022' into '2022'
CERN-ROOT See merge request hps-public/easybuild-repository!1300
parents
4811a598
e290e487
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Golden_Repo/r/ROOT/ROOT-6.26.04-gpsmpi-2021b.eb
+57
-0
57 additions, 0 deletions
Golden_Repo/r/ROOT/ROOT-6.26.04-gpsmpi-2021b.eb
acls.yml
+3
-0
3 additions, 0 deletions
acls.yml
with
60 additions
and
0 deletions
Golden_Repo/r/ROOT/ROOT-6.26.04-gpsmpi-2021b.eb
0 → 100644
+
57
−
0
View file @
f4474084
name = 'ROOT'
version = '6.26.04'
homepage = 'https://root.cern.ch/drupal/'
description = """The ROOT system provides a set of OO frameworks with all the functionality
needed to handle and analyze large amounts of data in a very efficient way."""
toolchain = {'name': 'gpsmpi', 'version': '2021b'}
toolchainopts = {'pic': True}
source_urls = ['https://root.cern.ch/download/']
sources = ['%(namelower)s_v%(version)s.source.tar.gz']
checksums = ['a271cf82782d6ed2c87ea5eef6681803f2e69e17b3036df9d863636e9358421e']
builddependencies = [
('CMake', '3.21.1'),
('pkg-config', '0.29.2'),
]
dependencies = [
('GSL', '2.7'),
('libxml2', '2.9.10'),
('PCRE', '8.45'),
('CFITSIO', '4.0.0'),
('freetype', '2.11.0'),
('Python', '3.9.6'),
('SciPy-bundle', '2021.10', '', ('gcccoremkl', '11.2.0-2021.4.0')),
('zlib', '1.2.11'),
('X11', '20210802'),
('OpenGL', '2021b'),
('GL2PS', '1.4.2'),
('FFTW', '3.3.10'),
('SQLite', '3.36'),
('XZ', '5.2.5'),
('libpng', '1.6.37'),
('tbb', '2020.3'),
('Perl', '5.34.0'),
('Go', '1.17.3', '', SYSTEM),
('nlohmann-json', '3.10.4'),
('LibTIFF', '4.3.0'),
]
# NOTE: Ensure that each configopts string begins with a blank
# disable some components
configopts = " -Dxrootd=OFF -Dmysql=OFF -Dkrb5=OFF -Dodbc=OFF -Doracle=OFF -Dpgsql=OFF -Dqt=OFF"
# make sure some components are enabled
configopts += " -Dpcre=ON -Dzlib=ON -Dpyroot=ON"
configopts += " -Dunuran=ON -Dexplicitlink=ON -Dminuit2=ON -Droofit=ON "
# Add component-specific settings based on dependencies
configopts += ' -Dfftw3=ON -Dgsl=ON -DOpenGL_GL_PREFERENCE=GLVND'
# Set C++ standard to C++17 for better stability
configopts += ' -DCMAKE_CXX_STANDARD=17'
moduleclass = 'data'
This diff is collapsed.
Click to expand it.
acls.yml
+
3
−
0
View file @
f4474084
...
...
@@ -1127,3 +1127,6 @@ software:
-
name
:
'
HDFView'
owner
:
'
luehrs2'
base
:
True
-
name
:
'
ROOT'
owner
:
'
breuer1'
mpi
:
True
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
sign in
to comment