Valentin Volkl
Valentin Volkl
Feature request: would be neat if during the build one could specify (by github link) additional package repos beside `builtin` to be included.
The matrixMul example fails for several CPU backends, for example `-DALPAKA_ACC_CPU_B_OMP2_T_SEQ_ENABLE=ON`: ``` ... Error! Matrix[51197]=0.00000000, ref=1.59999990 error term is > 1.000000E-06 Error! Matrix[51198]=0.00000000, ref=1.59999990 error term is > 1.000000E-06 Error!...
``` source /cvmfs/sw.hsf.org/spackages5/key4hep-stack/2022-05-21/x86_64-centos7-gcc11.2.0-opt/7c3ak/setup.sh python config/FCCAnalysisRun.py examples/FCCee/top/hadronic/analysis_stage1.py --test --nevents 1000 ``` ``` ... cling::DynamicLibraryManager::loadLibrary(): /cvmfs/sw-nightlies.hsf.org/spackages5/podio/commit.469b739c855841ed7821d2a43e3f8c779a471e02/x86_64-centos7-gcc11.2.0-opt/julf5/lib64/libpodioDict.so: undefined symbol: _ZTVN5podio10ROOTReaderE cling::DynamicLibraryManager::loadLibrary(): /cvmfs/sw-nightlies.hsf.org/spackages5/podio/commit.469b739c855841ed7821d2a43e3f8c779a471e02/x86_64-centos7-gcc11.2.0-opt/julf5/lib64/libpodioDict.so: undefined symbol: _ZTVN5podio10ROOTReaderE cling::DynamicLibraryManager::loadLibrary(): /cvmfs/sw-nightlies.hsf.org/spackages5/podio/commit.469b739c855841ed7821d2a43e3f8c779a471e02/x86_64-centos7-gcc11.2.0-opt/julf5/lib64/libpodioDict.so: undefined symbol: _ZTVN5podio10ROOTReaderE cling::DynamicLibraryManager::loadLibrary(): /cvmfs/sw-nightlies.hsf.org/spackages5/podio/commit.469b739c855841ed7821d2a43e3f8c779a471e02/x86_64-centos7-gcc11.2.0-opt/julf5/lib64/libpodioDict.so: undefined...
As was brought up by a post on the CernVM-FS forum, the page https://opendata.cern.ch/docs/alice-virtual-machine#vbox instructs users to get contexts from cernvm-online. However, this service has been deprecated since a long...
On a x86_64 machine running Fedora 40, I see the following compilation error: ``` gcc -o Linux_All_DBG.OBJ/jsapi.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=__va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R...
A few fixes (possibly non-exhaustive) to `spack external find root` Several variants have had `when=` clauses added that need to be propagated to determine_variants. The previously used Version.satifies("") method also...
Fixes #417 But may require updates in downstream code, as now ```diff -#include "FCCAnalyses/JetClustering.h" +#include "FastJet/JetClustering.h" ```
The FastJet addon uses symbols from [`JetClusteringUtils.cc`](https://github.com/HEP-FCC/FCCAnalyses/blob/master/addons/FastJet/src/JetClustering.cc) ([here](https://github.com/HEP-FCC/FCCAnalyses/blob/master/addons/FastJet/src/JetClustering.cc#L24) for example) and should actually link to the FccAnalyses target where `JetClusteringUtils.cc` is built. But the FccAnalyses target links against the FastJet...