You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just ran into this with @madbaron. For some reason MarlinFastJet cannot be built when sourcing the generated setup script but seems to build fine when done via spack. The reason is that apparently the includes for the fastjet contribs are not properly propagated.
[ 25%] Building CXX object CMakeFiles/MarlinFastJet.dir/src/FastJetClustering.cc.o[ 50%] Building CXX object CMakeFiles/MarlinFastJet.dir/src/FastJetProcessor.cpp.oIn file included from /afs/desy.de/user/m/madlener/private/work/tmp/MarlinFastJet/src/FastJetProcessor.cpp:10:/afs/desy.de/user/m/madlener/private/work/tmp/MarlinFastJet/./include/FastJetUtil.h:48:10: fatal error: fastjet/contrib/ValenciaPlugin.hh: No such file or directory 48 | #include <fastjet/contrib/ValenciaPlugin.hh> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~compilation terminated.
It's currently not clear to me if this is a spack problem, a fastjet problem, a pkg-config problem in cmake, or simply just something that needs to be solved in MarlinFastJet.
The text was updated successfully, but these errors were encountered:
Just ran into this with @madbaron. For some reason
MarlinFastJet
cannot be built when sourcing the generated setup script but seems to build fine when done via spack. The reason is that apparently the includes for the fastjet contribs are not properly propagated.To reproduce:
which will lead to
It's currently not clear to me if this is a spack problem, a fastjet problem, a pkg-config problem in cmake, or simply just something that needs to be solved in MarlinFastJet.
The text was updated successfully, but these errors were encountered: