Migration
+700 net lines, good luck to the reviewer.
Merge request reports
Activity
changed milestone to %Alma9 migration
added Ongoing label
requested review from @paconnor
assigned to @lmoureau
added 2 commits
- Resolved by Patrick Louis S Connor
Simplify the sourcing? After installation on NAF or lxplus, we currently need:
source ./setup source tools/setup.sh
Notes:
- I think that we had agreed to keep the extension for the source scripts, but to remove them for the actual executables installed in
tools
. - With Micromamba,
source ./setup
is superseeded bymicromamba activate my_env
. I haven't found (yet) a way to includesource tools/setup.sh
inmicromamba activate my_env
, but I guess that it should be possible? - I also added
scripts/setup
for CMSSW prerequisites (a priori only needed in apptainer).
- I think that we had agreed to keep the extension for the source scripts, but to remove them for the actual executables installed in
added 2 commits
added 5 commits
- 5ad1431e - reducing the number of the commands + reducing and syncing the length of the...
- 56ec7d0d - unifying cc7 and el8 + das-cmssw now delegates the apptainer command to cc7 or el8
- d97c74f9 - improving and generalising the installation of CMSSW
- 82e514bc - changes to README about containers according to suggestions by @lmoureau
- 50dfaa56 - Merge branch 'feature/cmssw-el8' into 'migration'
Toggle commit listmentioned in issue #9 (closed)
- Resolved by Patrick Louis S Connor
Test at CERN
- Resolved by Patrick Louis S Connor
- Resolved by Patrick Louis S Connor
- Resolved by Patrick Louis S Connor
- Resolved by Patrick Louis S Connor
added changemajor label
added typesoftware label
added 2 commits
- c79d22c3 - minor change required by Core!175 (merged)
- 3a2804bb - Merge branch 'bugfix/install_script' into 'migration'
- Resolved by Louis Moureaux
- Resolved by Patrick Louis S Connor
- Resolved by Patrick Louis S Connor
- Resolved by Patrick Louis S Connor
- Resolved by Patrick Louis S Connor
- Resolved by Patrick Louis S Connor
- Resolved by Patrick Louis S Connor
To create
tools
elsewhere: set-DCMAKE_INSTALL_PREFIX=/the/location/of/tools
in the very firstcmake
command and rebuild. It might also work to change it afterwards by runningcmake -B build -DCMAKE_INSTALL_PREFIX=/the/location/of/tools
and recompiling.Edited by Louis Moureaux
mentioned in issue #26 (closed)
added 2 commits
mentioned in merge request Proto/Darwin!63 (merged)
added 9 commits
- bd62589a - using native micromamba image
- e13a3fbd - fixing type to identify redhat release
- f202b1f2 - adding missing statement in instructions to install with LCG
- cf43f634 - adding script to uninstall environment
- 3462e596 - adding version dynamically in CMS/das.xml
- 31960a0a - simplifiyng the installation script of CMSSW
- 591aaab9 - writing CONTRIBUTING.md
- 452aa05e - adding pipeline badges
- edda63e3 - applying the convention about scripts extensions
Toggle commit listadded 8 commits
- ff4a4f95 - using native micromamba image
- 2c472558 - fixing type to identify redhat release
- c9cea2d6 - adding missing statement in instructions to install with LCG
- e824b01f - adding script to uninstall environment
- 5d11be53 - adding version dynamically in CMS/das.xml
- 5d1780be - simplifiyng the installation script of CMSSW
- 56f8a975 - writing CONTRIBUTING.md
- 516457a7 - adding pipeline badges
Toggle commit listadded 8 commits
- c627579a - using native micromamba image
- e668de50 - fixing type to identify redhat release
- f4524b9c - adding missing statement in instructions to install with LCG
- 089359f7 - adding script to uninstall environment
- 08910fdd - adding version dynamically in CMS/das.xml
- bebfab32 - simplifiyng the installation script of CMSSW
- f408dfa9 - writing CONTRIBUTING.md
- 398ca190 - adding pipeline badges
Toggle commit listadded 7 commits
- 25af7d11 - fixing type to identify redhat release
- 52ff6750 - adding missing statement in instructions to install with LCG
- 638172e1 - adding script to uninstall environment
- 165d2d97 - adding version dynamically in CMS/das.xml
- 9d2ec372 - simplifiyng the installation script of CMSSW
- 0815e786 - writing CONTRIBUTING.md
- 541cf463 - adding pipeline badges
Toggle commit listmentioned in commit 337336b1