Skip to content

Commit

Permalink
Auto-update: defaults-o2.sh aliphysics.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Oct 19, 2024
1 parent ea6d4ba commit 09c8e34
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
4 changes: 2 additions & 2 deletions aliphysics.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package: AliPhysics
version: "%(commit_hash)s"
tag: master
version: "%(tag_basename)s_O2"
tag: "vAN-20241019"
requires:
- AliRoot
- RooUnfold
Expand Down
35 changes: 18 additions & 17 deletions defaults-o2.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package: defaults-o2
version: v1
disable:
- mesos
- MySQL
env:
CFLAGS: -fPIC -O2
CMAKE_BUILD_TYPE: RELWITHDEBINFO
Expand All @@ -8,29 +9,29 @@ env:
ENABLE_VMC: 'ON'
GEANT4_BUILD_MULTITHREADED: 'OFF'
MACOSX_DEPLOYMENT_TARGET: '14.0'
disable:
- mesos
- MySQL
overrides:
AliPhysics:
version: '%(commit_hash)s_O2'
tag: 'v5-09-60a-01'
tag: vAN-20241019
version: '%(tag_basename)s_O2'
AliRoot:
version: '%(commit_hash)s_O2'
tag: 'v5-09-60a'
requires:
- ROOT
- DPMJET
- fastjet:(?!.*ppc64)
- GEANT3
- GEANT4_VMC
- Vc
- ZeroMQ
- JAliEn-ROOT
- ROOT
- DPMJET
- fastjet:(?!.*ppc64)
- GEANT3
- GEANT4_VMC
- Vc
- ZeroMQ
- JAliEn-ROOT
tag: v5-09-60a
version: '%(commit_hash)s_O2'
cgal:
version: 4.12.2
fastjet:
tag: v3.4.1_1.052-alice2
package: defaults-o2
version: v1

Check failure on line 34 in defaults-o2.sh

View workflow job for this annotation

GitHub Actions / alidistlint

too many blank lines (1 > 0) [yl:empty-lines]
---
# This file is included in any build recipe and it's only used to set
# environment variables. Which file to actually include can be defined by the
Expand Down

0 comments on commit 09c8e34

Please sign in to comment.