-
Notifications
You must be signed in to change notification settings - Fork 183
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
add CLING_MODULEMAP_PATH to CLHEP tool #5888
Conversation
A new Pull Request was created by @davidlange6 (David Lange) for branch IB/CMSSW_11_2_X/rootmodule. @cmsbuild, @smuzaffar, @mrodozov, @tulamor can you please review it and eventually sign? Thanks. |
clhep-toolfile.spec
Outdated
@@ -30,6 +30,7 @@ cat << \EOF_TOOLFILE >%i/etc/scram.d/clhepheader.xml | |||
<runtime name="CLHEP_PARAM_PATH" value="$CLHEP_BASE"/> | |||
<runtime name="CMSSW_FWLITE_INCLUDE_PATH" value="$INCLUDE" type="path"/> | |||
<runtime name="ROOT_INCLUDE_PATH" value="$INCLUDE" type="path"/> | |||
<runtime name="CLING_MODULEMAP_PATH" value="$PCM_UTIL_BASE/include" type="path"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why PCM_UTIL_BASE ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@davidlange6 , can you please fix this? You need to use $CLHEP_BASE instead of $PCM_UTIL_BASE :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whoops
yes @davidlange6 this looks the right place |
Pull request #5888 was updated. |
fixed - I'll merge later if no one beats me to it. |
please test |
The tests are being triggered in jenkins. |
Pull request #5888 was updated. |
@vgvassilev identified this as missing from out last modules related changes.
@smuzaffar is this the right place to put the new envvar?