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

Analysis folder no longer compiles #516

Open
cameronc137 opened this issue Aug 19, 2021 · 0 comments
Open

Analysis folder no longer compiles #516

cameronc137 opened this issue Aug 19, 2021 · 0 comments
Labels

Comments

@cameronc137
Copy link
Contributor

Environment: (where does this bug occur, have you tried other environments)

  • branch: Develop
  • revision: HEAD
  • OS or system: JLab ifarm1901, softenv.csh 2.4, module load cmake 3.5.1
  • Special ROOT or Geant4 versions? Standard CUE 2.4

Steps to reproduce: (give a step by step account of how to trigger the bug)

  1. Develop branch, load up CUE 2.4, module load cmake 3.5.1
  2. execute the ./initialize.sh script (or do those steps by hand)

Expected Result: (what do you expect when you execute the steps above)

Analysis folder compiles

Actual Result: (what do you get when you execute the steps above)

The CMakeLists.txt fail to find the correct include folders within each sub-folder in analysis.
Lines 36 and 37 of analysis/pe/CMakeLists.txt have a relative path to the include folder there, which will work when running all of this on separate systems (not JLab ifarm)
If I hard code the absolute paths instead of relying on the relative path it works, but this is not a valid general solution.

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

No branches or pull requests

1 participant