Skip to content

Commit

Permalink
Add geant3 as an external.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Jun 30, 2015
1 parent 810383b commit 773b90e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aliroot.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package: aliroot
version: v5-06-28
requires:
- root
- geant3
source: http://git.cern.ch/pub/AliRoot
tag: master
---
Expand Down
16 changes: 16 additions & 0 deletions geant3.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package: geant3
version: v2-0
requires:
- root
source: http://root.cern.ch/git/geant3.git
tag: v2-0
---
#!/bin/sh

mkdir obj
cd obj
cmake $BUILDDIR -DCMAKE_INSTALL_PREFIX=$INSTALLROOT \
-DROOTSYS=$ROOT_ROOT \
-DCMAKE_SKIP_RPATH=TRUE
make ${JOBS+-j $JOBS}
make install

0 comments on commit 773b90e

Please sign in to comment.