aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/nwchem/files/nwchem-6.1.1-adjust-dir-length.patch')
-rw-r--r--sci-chemistry/nwchem/files/nwchem-6.1.1-adjust-dir-length.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/sci-chemistry/nwchem/files/nwchem-6.1.1-adjust-dir-length.patch b/sci-chemistry/nwchem/files/nwchem-6.1.1-adjust-dir-length.patch
new file mode 100644
index 000000000..859c76469
--- /dev/null
+++ b/sci-chemistry/nwchem/files/nwchem-6.1.1-adjust-dir-length.patch
@@ -0,0 +1,22 @@
+--- src/nwpw/libraryps/GNUmakefile 2012-01-26 08:24:05.189490945 +0100
++++ src/nwpw/libraryps/GNUmakefile 2012-01-26 08:24:16.499490923 +0100
+@@ -10,7 +10,7 @@
+
+ USES_BLAS =
+
+- LONGNWTOP = $(shell if [ `echo $(SRCDIR) |wc -m` -gt 64 ]; then echo "Y"; fi )
++ LONGNWTOP = $(shell if [ `echo $(SRCDIR) |wc -m` -gt 80 ]; then echo "Y"; fi )
+ ifeq ($(LONGNWTOP),Y)
+ errorlongpwd:
+ @echo " "
+--- src/basis/GNUmakefile 2012-01-26 08:25:03.999490829 +0100
++++ src/basis/GNUmakefile 2012-01-26 08:25:15.549490805 +0100
+@@ -34,7 +34,7 @@
+ ########################################################
+
+ LIB_TARGETS = testbasis testbasis.o libcheck
+- LONGNWTOP = $(shell if [ `echo $(SRCDIR) |wc -m` -gt 64 ]; then echo "Y"; fi )
++ LONGNWTOP = $(shell if [ `echo $(SRCDIR) |wc -m` -gt 80 ]; then echo "Y"; fi )
+ ifeq ($(LONGNWTOP),Y)
+ errorlongpwd:
+ @echo " "