Skip to content
Snippets Groups Projects
Commit 07e4c8b0 authored by Pere Mato Vila's avatar Pere Mato Vila
Browse files

Missing env for cpppy standalone (with new ROOT)

parent b67bc926
No related branches found
No related tags found
1 merge request!480View setup does not work for new PyROOT on MacOS
Pipeline #1787606 passed
......@@ -109,6 +109,8 @@ if [ -x $thisdir/bin/root ]; then
else
JUPYTER_PATH=${thisdir}/etc/notebook:$JUPYTER_PATH; export JUPYTER_PATH
fi
export CPPYY_BACKEND_LIBRARY=$ROOTSYS/lib/libcppyy_backend`python -c "import sys; print('{0}_{1}'.format(*sys.version_info))"`
export CLING_STANDARD_PCH=none
fi
#---then Gaudi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment