From d756716f399cc52cca7d3d3637e9ef75e99137f8 Mon Sep 17 00:00:00 2001 From: Alexander van Amesfoort <amesfoort@astron.nl> Date: Mon, 18 Nov 2013 16:31:52 +0000 Subject: [PATCH] Task #2669: variants file to system links for ccache --- CMake/variants/variants.dop256 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMake/variants/variants.dop256 b/CMake/variants/variants.dop256 index 06b238024db..5f3b11b6d31 100644 --- a/CMake/variants/variants.dop256 +++ b/CMake/variants/variants.dop256 @@ -8,10 +8,10 @@ set(GNU_COMPILE_DEFINITIONS -DCL_USE_DEPRECATED_OPENCL_1_1_APIS) # /opt/lofar/external is searched by default # Refer to symlink that go may through ccache. -set(GNU_C /home/amesfoort/gcc ) -set(GNU_CXX /home/amesfoort/g++ ) +set(GNU_C /usr/lib/ccache/gcc ) +set(GNU_CXX /usr/lib/ccache/g++ ) set(GNU_Fortran /usr/bin/gfortran ) -set(GNU_ASM /home/amesfoort/gcc ) +set(GNU_ASM /usr/lib/ccache/gcc ) # CUDA 5.0 headers refuse to try gcc 4.7. Force 4.6 for the moment. # This is only needed if configuring/compiling a .cu file with nvcc (not anymore). -- GitLab