Skip to content
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

DD4hep installation fails if Intel compiler is used for compilation #1392

Open
1 task
andriish opened this issue Jan 26, 2025 · 0 comments
Open
1 task

DD4hep installation fails if Intel compiler is used for compilation #1392

andriish opened this issue Jan 26, 2025 · 0 comments

Comments

@andriish
Copy link
Contributor

Check duplicate issues.

  • Checked for duplicates

Goal

Compile and install dd4hep with Intel compiler
Errors:

cmake --install BUILD
-- Install configuration: "RelWithDebInfo"
-- Up-to-date: /replaced/bin/listcomponents_dd4hep
-- Installing:/replaced/X/lib/libDD4hepGaudiPluginMgr.so.1.30
CMake Error at BUILD/GaudiPluginService/cmake_install.cmake:75 (file):
  file RPATH_CHANGE could not write new RPATH:

    /replaced/lib

  to the file:

   /replaced/lib/libDD4hepGaudiPluginMgr.so.1.30

  The current RUNPATH is:

    ::::::::::::::::::::::::::::::::::

  which does not contain:

    ::::::::::::::::::::::::::::::::::::

  as was expected.
Call Stack (most recent call first):
  BUILD/cmake_install.cmake:56 (include)





Operating System and Version

Fedora40 x86_64

compiler

IntelLLVM 2025

ROOT Version

6-32-06

DD4hep Version

master

Reproducer

 cmake -S . -B BUILD -DCMAKE_CXX_COMPILER=icpx -DDD4HEP_RELAX_PYVER=ON -DCMAKE_INSTALL_PREFIX=$(pwd)/X 
 cmake --build BUILD -j 10
 cmake --install BUILD/

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants