From cc9c4bf9f1ebe0303ff16e25fee899e59655d534 Mon Sep 17 00:00:00 2001 From: Ger van Diepen <diepen@astron.nl> Date: Sat, 10 Jun 2006 08:07:23 +0000 Subject: [PATCH] BugID: 737 Added default python path --- autoconf_share/variants | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoconf_share/variants b/autoconf_share/variants index 892e5c3a7cd..844c0666d9f 100644 --- a/autoconf_share/variants +++ b/autoconf_share/variants @@ -44,4 +44,4 @@ sse.var: --without-sse shmem.var: --with-shmem noshmem.var: --with-shmem=no searchpath.var: --with-searchpath="+prefix +root /opt/lofar/external/+pkg+vers/+comp /opt/lofar/external/+pkg+vers /usr/local/+pkg+vers/+comp /usr/local/+pkg+vers /usr/local /usr" -python.var: --with-python-version=2.3 +python.var: --with-python-version=2.3 --with-python=/usr/include/+pkg+vers --with-python-libdir=/usr/lib -- GitLab