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

Minors fixes in view setup script

parent b916fd6a
No related branches found
No related tags found
1 merge request!111Towards a GPU-enabled LCG software stack
Pipeline #618771 passed
......@@ -196,5 +196,5 @@ fi
#---then cuda
if [ -x $thisdir/bin/nvcc ]; then
PATH=${thisdir}/nvvm/bin:$PATH; export PATH
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${thisdir}/extras/CUPTI/lib64:${thisdir}/lib64/stubs; export LD_LIBRARY_PATH
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${thisdir}/extras/CUPTI/lib64; export LD_LIBRARY_PATH
fi
......@@ -362,7 +362,7 @@ LCG_external_package(tbb 2019_U1
LCG_external_package(tblib 1.3.2 )
#LCG_external_package(tcmalloc 2.4 )
LCG_external_package(tensorflow 1.12.0 )
LCG_external_package(tensorboard 1.12.0 protobuf=3.6.1 )
LCG_external_package(tensorboard 1.12.0 protobuf=3.6.1 )
LCG_external_package(termcolor 1.1.0 )
LCG_external_package(terminado 0.8.1 )
LCG_external_package(testpath 0.3.1 )
......
......@@ -2158,7 +2158,6 @@ LCGPackage_Add(
--override # override compiler version checks
--toolkit # install CUDA Toolkit
--toolkitpath=<INSTALL_DIR>
COMMAND ${CMAKE_COMMAND} -E chdir <INSTALL_DIR>/lib64/stubs ln -s libcuda.so libcuda.so.1
BUILD_IN_SOURCE 1
)
......
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