aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/nwchem/files/nwchem-6.5-python_makefile.patch')
-rw-r--r--sci-chemistry/nwchem/files/nwchem-6.5-python_makefile.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/sci-chemistry/nwchem/files/nwchem-6.5-python_makefile.patch b/sci-chemistry/nwchem/files/nwchem-6.5-python_makefile.patch
new file mode 100644
index 000000000..c37310c79
--- /dev/null
+++ b/sci-chemistry/nwchem/files/nwchem-6.5-python_makefile.patch
@@ -0,0 +1,15 @@
+--- src/config/makefile.h 2014-11-03 14:00:59.808794970 +0100
++++ src/config/makefile.h 2014-11-03 14:29:13.353470102 +0100
+@@ -2521,10 +2521,10 @@
+ endif
+ ifdef USE_PYTHON64
+- CORE_LIBS += $(PYTHONHOME)/lib64/python$(PYTHONVERSION)/$(PYTHONCONFIGDIR)/libpython$(PYTHONVERSION).$(PYTHONLIBTYPE)
++ CORE_LIBS += $(PYTHONHOME)/lib64/libpython$(PYTHONVERSION).$(PYTHONLIBTYPE)
+ else
+ ifeq ($(GOTMINGW32),1)
+ CORE_LIBS += $(PYTHONHOME)/libs/libpython$(PYTHONVERSION).$(PYTHONLIBTYPE)
+ else
+- CORE_LIBS += $(PYTHONHOME)/lib/python$(PYTHONVERSION)/$(PYTHONCONFIGDIR)/libpython$(PYTHONVERSION).$(PYTHONLIBTYPE)
++ CORE_LIBS += $(PYTHONHOME)/lib/libpython$(PYTHONVERSION).$(PYTHONLIBTYPE)
+ endif
+ endif