Skip to content

Commit

Permalink
Use build_requires wherever appropriate
Browse files Browse the repository at this point in the history
Feature introduced in alisw/alibuild#72
  • Loading branch information
Dario Berzano committed Sep 18, 2015
1 parent 9680229 commit e539277
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion aliroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ package: AliRoot
version: "%(short_hash)s"
requires:
- ROOT
- CMake
- fastjet
build_requires:
- CMake
env:
ALICE_ROOT: "$ALIROOT_ROOT"
source: http://git.cern.ch/pub/AliRoot
Expand Down
3 changes: 2 additions & 1 deletion crmc.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package: CRMC
version: v1.5.4
requires:
- CMake
- boost
- HepMC
build_requires:
- CMake
---
#!/bin/bash -ex

Expand Down
2 changes: 1 addition & 1 deletion gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tag: alice/4.9.3
prepend_path:
"LD_LIBRARY_PATH": "$GCC_ROOT/lib64"
"DYLD_LIBRARY_PATH": "$GCC_ROOT/lib64"
requires:
build_requires:
- autotools
---
#!/bin/bash -e
Expand Down
1 change: 1 addition & 0 deletions geant3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package: GEANT3
version: v2-0
requires:
- ROOT
build_requires:
- CMake
source: http://root.cern.ch/git/geant3.git
tag: v2-0
Expand Down
2 changes: 1 addition & 1 deletion geant4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package: GEANT4
version: v10.01.p02-alice2
source: https://github.com/alisw/geant4
tag: v4.10.01.p02-alice2
requires:
build_requires:
- CMake
env:
G4INSTALL: "$GEANT4_ROOT"
Expand Down
3 changes: 2 additions & 1 deletion geant4_vmc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package: GEANT4_VMC
version: "v3-2"
source: https://github.com/alisw/geant4_vmc
requires:
- CMake
- ROOT
- GEANT4
build_requires:
- CMake
env:
G4VMCINSTALL: "$GEANT4_VMC_ROOT"
prepend_path:
Expand Down
1 change: 1 addition & 0 deletions lhapdf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ source: https://github.com/alisw/LHAPDF
requires:
- yaml-cpp
- boost
build_requires:
- autotools
---
#!/bin/bash -ex
Expand Down
2 changes: 1 addition & 1 deletion libatomic_ops.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package: libatomic_ops
version: libatomic_ops-7_4_2
source: https://github.com/ivmai/libatomic_ops/
tag: master
requires:
build_requires:
- autotools:(slc[56].*|ubt.*)
---
#!/bin/sh
Expand Down
1 change: 1 addition & 0 deletions libxml2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ source: git://git.gnome.org/libxml2
tag: v2.9.2
requires:
- zlib
build_requires:
- autotools
---
#!/bin/sh
Expand Down
2 changes: 1 addition & 1 deletion sodium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package: sodium
version: master
source: https://github.com/jedisct1/libsodium
tag: master
requires:
build_requires:
- autotools
---
#!/bin/sh
Expand Down
1 change: 1 addition & 0 deletions yaml-cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ source: https://github.com/jbeder/yaml-cpp
tag: release-0.5.2
requires:
- boost
build_requires:
- CMake
---
#!/bin/sh
Expand Down

0 comments on commit e539277

Please sign in to comment.