aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHonza Macháček <Hloupy.Honza@centrum.cz>2014-11-11 15:06:29 +0100
committerHonza Macháček <Hloupy.Honza@centrum.cz>2014-11-11 15:06:29 +0100
commit22f5947bb0b1a31ccc37aff042a7a12e8fdc6c33 (patch)
tree89ce117005e4b56242e7ffee1e795d7090eb3a40 /sci-chemistry/nwchem/files/nwchem-6.5-python_makefile.patch
parentMerge remote-tracking branch 'github/master' (diff)
downloadsci-22f5947bb0b1a31ccc37aff042a7a12e8fdc6c33.tar.gz
sci-22f5947bb0b1a31ccc37aff042a7a12e8fdc6c33.tar.bz2
sci-22f5947bb0b1a31ccc37aff042a7a12e8fdc6c33.zip
sci-chemistry/nwchem bumped to 6.5_p26243. IUSE options expanded, including those fore 64 bit integers and CUDA support. CCSDTQ and linear response for CCSDT+ methods selected unconditionally for now.
Package-Manager: portage-2.2.14
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