Skip to content
Snippets Groups Projects
Commit 4adbed49 authored by Alexander van Amesfoort's avatar Alexander van Amesfoort
Browse files

Task #8693: Dragnet variants file: use cuda-8.0

parent 1ec159c1
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ option(USE_CUDA "Use CUDA" ON) ...@@ -13,7 +13,7 @@ option(USE_CUDA "Use CUDA" ON)
# Specify versioned paths, such that ABI incompat updates of these don't break already installed LOFAR binaries. Matters when we have to roll-back. # Specify versioned paths, such that ABI incompat updates of these don't break already installed LOFAR binaries. Matters when we have to roll-back.
set(LOG4CPLUS_ROOT_DIR /opt/log4cplus-1.1.2) # RHEL/CentOS 7 has log4cxx in the repo, but LOFAR log4cxx is dodgy, so install log4cplus from CentOS 6 rpm pkgs. set(LOG4CPLUS_ROOT_DIR /opt/log4cplus-1.1.2) # RHEL/CentOS 7 has log4cxx in the repo, but LOFAR log4cxx is dodgy, so install log4cplus from CentOS 6 rpm pkgs.
set(BLITZ_ROOT_DIR /opt/blitz-0.10) set(BLITZ_ROOT_DIR /opt/blitz-0.10)
set(CUDA_TOOLKIT_ROOT_DIR /opt/cuda-7.5) # libcuda.so on CentOS 7 w/ CUDA driver from ElRepo resides under /usr/lib64/nvidia/ set(CUDA_TOOLKIT_ROOT_DIR /opt/cuda-8.0) # libcuda.so on CentOS 7 w/ CUDA driver from ElRepo resides under /usr/lib64/nvidia/
set(CASACORE_ROOT_DIR /opt/casacore-2.1.0) set(CASACORE_ROOT_DIR /opt/casacore-2.1.0)
set(CASAREST_ROOT_DIR /opt/casarest-1.4.1) set(CASAREST_ROOT_DIR /opt/casarest-1.4.1)
set(CASA_ROOT_DIR /opt/casasynthesis) # for awimager2; pkg has no releases; it's a chunk of CASA, so var name is misleading, since it'll fail on the real CASA root dir set(CASA_ROOT_DIR /opt/casasynthesis) # for awimager2; pkg has no releases; it's a chunk of CASA, so var name is misleading, since it'll fail on the real CASA root dir
......
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