From f8458d691136b0e657f04c13cf5e2ac7fa0dc49f Mon Sep 17 00:00:00 2001
From: Alexander van Amesfoort <amesfoort@astron.nl>
Date: Wed, 13 Nov 2013 18:20:56 +0000
Subject: [PATCH] Task #2669: update my variants file with symlink for ccache.
 Parallel build performance is a lot faster for me after the first time.

---
 CMake/variants/variants.dop256 | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/CMake/variants/variants.dop256 b/CMake/variants/variants.dop256
index 4bb0ea4a7e0..06b238024db 100644
--- a/CMake/variants/variants.dop256
+++ b/CMake/variants/variants.dop256
@@ -7,6 +7,12 @@ 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_Fortran   /usr/bin/gfortran )
+set(GNU_ASM       /home/amesfoort/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).
 #set(GNU_C         /usr/bin/gcc-4.6 )
-- 
GitLab