Skip to content

Commit

Permalink
No CMake dep in GEANT3/4 modulefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario Berzano committed Jan 12, 2016
1 parent 9b32690 commit 75afc3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion geant3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ proc ModulesHelp { } {
set version $PKGVERSION-@@PKGREVISION@$PKGHASH@@
module-whatis "ALICE Modulefile for $PKGNAME $PKGVERSION-@@PKGREVISION@$PKGHASH@@"
# Dependencies
module load BASE/1.0 ROOT/$ROOT_VERSION-$ROOT_REVISION CMake/$CMAKE_VERSION-$CMAKE_REVISION
module load BASE/1.0 ROOT/$ROOT_VERSION-$ROOT_REVISION
# Our environment
setenv GEANT3_ROOT \$::env(BASEDIR)/$PKGNAME/\$version
setenv GEANT3DIR \$::env(GEANT3_ROOT)
Expand Down
2 changes: 1 addition & 1 deletion geant4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ proc ModulesHelp { } {
set version $PKGVERSION-@@PKGREVISION@$PKGHASH@@
module-whatis "ALICE Modulefile for $PKGNAME $PKGVERSION-@@PKGREVISION@$PKGHASH@@"
# Dependencies
module load BASE/1.0 CMake/$CMAKE_VERSION-$CMAKE_REVISION
module load BASE/1.0
# Our environment
set osname [uname sysname]
setenv GEANT4_ROOT \$::env(BASEDIR)/$PKGNAME/\$version
Expand Down
2 changes: 1 addition & 1 deletion geant4_vmc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ proc ModulesHelp { } {
set version $PKGVERSION-@@PKGREVISION@$PKGHASH@@
module-whatis "ALICE Modulefile for $PKGNAME $PKGVERSION-@@PKGREVISION@$PKGHASH@@"
# Dependencies
module load BASE/1.0 GEANT4/$GEANT4_VERSION-$GEANT4_REVISION ROOT/$ROOT_VERSION-$ROOT_REVISION CMake/$CMAKE_VERSION-$CMAKE_REVISION
module load BASE/1.0 GEANT4/$GEANT4_VERSION-$GEANT4_REVISION ROOT/$ROOT_VERSION-$ROOT_REVISION
# Our environment
setenv GEANT4_VMC_ROOT \$::env(BASEDIR)/$PKGNAME/\$version
setenv G4VMCINSTALL \$::env(GEANT4_VMC_ROOT)
Expand Down

0 comments on commit 75afc3a

Please sign in to comment.