From 3908a45c4544bffe061b9a1ad7bbedc1761b96e7 Mon Sep 17 00:00:00 2001
From: Marcel Loose <loose@astron.nl>
Date: Tue, 7 Aug 2007 08:07:49 +0000
Subject: [PATCH] BugID: 835

Added AIPS++ compiler variant definition. This is needed since the new
lofar_aips++.m4 macro does not check for the AIPSPATH environment variable
anymore. Hence, we must now ALWAYS pass the --with-aipspp or --with-casacore
option to lofarconf/configure.
---
 autoconf_share/variants.dop131 | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/autoconf_share/variants.dop131 b/autoconf_share/variants.dop131
index 97df48a8f85..49c28319464 100644
--- a/autoconf_share/variants.dop131
+++ b/autoconf_share/variants.dop131
@@ -1,3 +1,5 @@
-gnu.compiler.conf:	CXX="$CCACHE /usr/bin/g++"
+gnu.compiler.conf:		CXX="$CCACHE /usr/bin/g++"
 
-lofar_root.var:		--with-lofar-default=weekly --with-doxygen-dot
+gnu.compiler.aipspp.var:	--with-aipspp=/aips++/weekly/dop131_gnu
+
+lofar_root.var:			--with-lofar-default=weekly --with-doxygen-dot
-- 
GitLab