File tree Expand file tree Collapse file tree 6 files changed +10
-9
lines changed
Expand file tree Collapse file tree 6 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 11package: AEGIS
22version: " %(tag_basename)s"
3- tag: v1.5.3
3+ tag: v1.5.3-alice2
44requires:
55 - ROOT
66 - VMC
2424cmake $SOURCEDIR -DCMAKE_INSTALL_PREFIX=$INSTALLROOT \
2525 ${CMAKE_GENERATOR: +-G " $CMAKE_GENERATOR " } \
2626 -DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE \
27- -DCMAKE_SKIP_RPATH=TRUE \
27+ -DCMAKE_SKIP_RPATH=TRUE \
28+ -DPYTHIA6_DIR=${PYTHIA6_ROOT} \
2829 ${SPECIALFFLAGS: +-DCMAKE_Fortran_FLAGS=" -fallow-argument-mismatch" }
2930cmake --build . -- ${JOBS: +-j$JOBS } install
3031
Original file line number Diff line number Diff line change 11package: HepMC3
22version: " %(tag_basename)s"
3- tag: 3.2.5
3+ tag: 3.3.0
44source: https://gitlab.cern.ch/hepmc/HepMC3.git
55requires:
66 - GCC-Toolchain:(? ! osx.* )
Original file line number Diff line number Diff line change 11package: JAliEn-ROOT
22version: " %(tag_basename)s"
3- tag: " 0.7.10 "
3+ tag: " 0.7.12 "
44source: https://gitlab.cern.ch/jalien/jalien-root.git
55requires:
66 - ROOT
Original file line number Diff line number Diff line change 11package: MCStepLogger
22version: " %(tag_basename)s"
3- tag: " v0.6.0 "
3+ tag: " v0.6.1 "
44source: https://github.com/AliceO2Group/VMCStepLogger.git
55requires:
66 - " GCC-Toolchain:(?!osx)"
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ requires:
2121 - protobuf
2222 - FFTW3
2323 - Vc
24+ - pythia
2425build_requires:
2526 - CMake
2627 - " Xcode:(osx.*)"
@@ -158,9 +159,7 @@ cmake $SOURCEDIR
158159 ${FFTW3_ROOT: +-DFFTW_DIR=${FFTW3_ROOT} } \
159160 -Dfftw3=ON \
160161 -Dpgsql=OFF \
161- -Dminuit2=ON \
162- -Dpythia6=ON \
163- -Dpythia6_nolink=ON \
162+ -Dminuit=ON \
164163 -Dmathmore=ON \
165164 -Droofit=ON \
166165 -Dhttp=ON \
@@ -179,6 +178,7 @@ cmake $SOURCEDIR
179178 -Dtmva-gpu=OFF \
180179 -Ddavix=OFF \
181180 -Dunfold=ON \
181+ -Dpythia8=ON \
182182 ${USE_BUILTIN_GLEW: +-Dbuiltin_glew=ON} \
183183 ${DISABLE_MYSQL: +-Dmysql=OFF} \
184184 ${ROOT_HAS_PYTHON: +-DPYTHON_PREFER_VERSION=3} \
Original file line number Diff line number Diff line change 11package: vgm
22version: " %(tag_basename)s"
3- tag: " v5-2 "
3+ tag: " v5-3 "
44source: https://github.com/vmc-project/vgm
55requires:
66 - ROOT
You can’t perform that action at this time.
0 commit comments