File tree Expand file tree Collapse file tree 5 files changed +0
-11
lines changed
Expand file tree Collapse file tree 5 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,3 @@ set CMAKE_PREFIX_PATH=%ROOTSYS%;%CMAKE_PREFIX_PATH%
1414set PYTHONPATH = %ROOTSYS% \bin;%PYTHONPATH%
1515set OLDPATH =
1616set THIS =
17- set CLING_STANDARD_PCH = " none"
Original file line number Diff line number Diff line change 232232 setenv JUPYTER_CONFIG_DIR ${ROOTSYS} /etc/notebook
233233endif
234234
235- # Prevent Cppyy from checking the PCH (and avoid warning)
236- setenv CLING_STANDARD_PCH none
237-
238235endif # if ("$thisroot" != "")
239236
240237set thisroot=
Original file line number Diff line number Diff line change @@ -50,9 +50,6 @@ update_path CMAKE_PREFIX_PATH "$old_rootsys" "" $ROOTSYS
5050update_path JUPYTER_PATH " $old_rootsys " " /etc/notebook" $ROOTSYS /etc/notebook
5151update_path JUPYTER_CONFIG_DIR " $old_rootsys " " /etc/notebook" $ROOTSYS /etc/notebook
5252
53- # Prevent Cppyy from checking the PCH (and avoid warning)
54- set -xg CLING_STANDARD_PCH none
55-
5653functions -e update_path
5754set -e old_rootsys
5855set -e thisroot
Original file line number Diff line number Diff line change @@ -7,4 +7,3 @@ $ROOTSYS = split-path -parent (get-item $scriptPath)
77$env: PATH = $ROOTSYS + ' \bin;' + $env: PATH
88$env: CMAKE_PREFIX_PATH = $ROOTSYS + ' ;' + $env: CMAKE_PREFIX_PATH
99$env: PYTHONPATH = $ROOTSYS + ' \bin;' + $env: PYTHONPATH
10- $env: CLING_STANDARD_PCH = " none"
Original file line number Diff line number Diff line change @@ -252,9 +252,6 @@ clean_environment
252252set_environment
253253
254254
255- # Prevent Cppyy from checking the PCH (and avoid warning)
256- export CLING_STANDARD_PCH=none
257-
258255if (root-config --arch | grep -v win32gcc | grep -q -i win32); then
259256 ROOTSYS=" $( cygpath -w " $ROOTSYS " ) "
260257fi
You can’t perform that action at this time.
0 commit comments