-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Geant4 10.4 compatibility #314
Comments
Is this a "new" version of Geant4 Marko? |
Yes, Geant4 10.4 was released December, we are presently testing in the CI 10.3.3 and 10.2.3 and I tried out the new one. The complete output can be seen here, the failed jobs are from 10.4 the passed ones are from 10.3 and 10.2. The necessary changes for the CI scripts are in this branch |
The problem is in set(CLHEP_ROOT_DIR "/some_path/CLHEP/2.3.4.3/x86_64-slc6-gcc7-opt") whereas Geant4 10.4 sets this variable set(CLHEP_DIR "/some_path/CLHEP/2.4.0.0/x86_64-slc6-gcc7-opt/lib/CLHEP-2.4.0.0") searching for a common solution |
Follow up with Geant4 https://bugzilla-geant4.kek.jp/show_bug.cgi?id=2050 |
FYI, response from Geant4
|
The following tests fail when compiling against Geant4 10.4
with the message:
It appears it does not find CLHEP, adding to USES of the target CLHEP e.g.
dd4hep_add_executable(CLICSiDAClick SOURCES scripts/CLICSiDAClick.C USES [DD4hep REQUIRED COMPONENTS DDCore DDG4] Geant4 CLHEP)
does not mitigate the problem. Apparently the propagation of CLHEP information from Geant4 has changed again.
The text was updated successfully, but these errors were encountered: