Skip to content

Commit

Permalink
[10.4.X] root tolefile: do not fail if /usr/local/include is missing …
Browse files Browse the repository at this point in the history
…e.g. in singularity
  • Loading branch information
smuzaffar committed Dec 18, 2018
1 parent ea4074b commit c11fa80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root-toolfile.spec
Expand Up @@ -38,8 +38,8 @@ EOF_TOOLFILE
cat << \EOF_TOOLFILE > %{i}/etc/scram.d/root_cxxdefaults.xml
<tool name="root_cxxdefaults" version="@TOOL_VERSION@">
<runtime name="ROOT_GCC_TOOLCHAIN" value="@GCC_ROOT@" type="path"/>
<runtime name="ROOT_INCLUDE_PATH" value="/usr/local/include" type="path"/>
<runtime name="ROOT_INCLUDE_PATH" value="/usr/include" type="path"/>
<runtime name="ROOT_INCLUDE_PATH" value="/usr/local/include" type="path" handler="warn"/>
<runtime name="ROOT_INCLUDE_PATH" value="/usr/include" type="path" handler="warn"/>
</tool>
EOF_TOOLFILE

Expand Down

0 comments on commit c11fa80

Please sign in to comment.