Skip to content

Commit 9336f83

Browse files
authored
Merge branch 'alisw:master' into master
2 parents cc63e3e + 670c91c commit 9336f83

9 files changed

Lines changed: 16 additions & 10 deletions

File tree

focal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package: FOCAL
22
version: "%(commit_hash)s"
3-
tag: v1.20
3+
tag: v1.22
44
requires:
55
- AliRoot
66
license: GPL-3.0

geant4.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package: GEANT4
22
version: "%(tag_basename)s"
3-
tag: "v11.2.0-alice1"
3+
tag: "v11.2.0-alice2"
44
source: https://github.com/alisw/geant4.git
55
# source: https://gitlab.cern.ch/geant4/geant4.git
66
requires:

geant4_vmc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package: GEANT4_VMC
22
version: "%(tag_basename)s"
3-
tag: "v6-6-update1-p3"
3+
tag: "v6-6-update2-p3"
44
source: https://github.com/vmc-project/geant4_vmc
55
requires:
66
- ROOT

ndmspc.sh

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
package: ndmspc
22
version: "%(tag_basename)s"
3-
tag: "v1.1.1"
3+
tag: "v1.2.0"
44
requires:
55
- ROOT
66
- JAliEn-ROOT
77
- nlohmann_json
88
- libwebsockets
99
- curl
1010
- libuv
11+
- ZeroMQ
1112
# - arrow
12-
license: GPL-3.0
1313
build_requires:
1414
- CMake
1515
- ninja
1616
- alibuild-recipe-tools
1717
- "OpenSSL:(?!osx)"
18+
license: GPL-3.0
1819
source: https://gitlab.com/ndmspc/ndmspc.git
1920
incremental_recipe: |
2021
[[ $ALIBUILD_NDMSPC_TESTS ]] && CXXFLAGS="${CXXFLAGS} -Werror -Wno-error=deprecated-declarations"
@@ -61,6 +62,11 @@ MODULEFILE="etc/modulefiles/$PKGNAME"
6162
alibuild-generate-module --bin --lib > "$MODULEFILE"
6263
cat >> "$MODULEFILE" <<EoF
6364
# Our environment
65+
setenv NDMSPC_RELEASE \$version
66+
setenv NDMSPC_BASEDIR \$::env(BASEDIR)/$PKGNAME
67+
setenv NDMSPC_DIR \$::env(NDMSPC_BASEDIR)/\$::env(NDMSPC_RELEASE)
68+
setenv NDMSPC_MACRO_DIR \$::env(NDMSPC_DIR)/macros
69+
setenv NDMSPC_TUTORIAL_DIR \$::env(NDMSPC_DIR)/tutorial
6470
prepend-path ROOT_DYN_PATH \$PKG_ROOT/lib
6571
prepend-path ROOT_INCLUDE_PATH \$PKG_ROOT/include/ndmspc
6672
EoF

o2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package: O2
22
version: "%(tag_basename)s"
3-
tag: "daily-20260511-0000"
3+
tag: "daily-20260601-0000"
44
requires:
55
- abseil
66
- arrow

o2dpg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package: O2DPG
22
version: "%(tag_basename)s"
3-
tag: "daily-20260511-0000"
3+
tag: "daily-20260601-0000"
44
source: https://github.com/AliceO2Group/O2DPG.git
55
build_requires:
66
- alibuild-recipe-tools

o2pdpsuite.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package: O2PDPSuite
22
version: "%(tag_basename)s"
3-
tag: "daily-20260511-0000"
3+
tag: "daily-20260601-0000"
44
requires:
55
# List important packages separately, even though they're also
66
# pulled in by O2sim, so they show up in the dependency list on Monalisa.

o2physics.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package: O2Physics
22
version: "%(tag_basename)s"
3-
tag: "daily-20260511-0000"
3+
tag: "daily-20260601-0000"
44
requires:
55
- O2
66
- ONNXRuntime

vmc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package: VMC
22
version: "%(tag_basename)s"
3-
tag: "v2-1"
3+
tag: "v2-2"
44
source: https://github.com/vmc-project/vmc
55
requires:
66
- ROOT

0 commit comments

Comments
 (0)