summarylogtreecommitdiffstats
path: root/namd.patch
diff options
context:
space:
mode:
authorViktor Drobot2020-09-05 01:35:03 +0300
committerViktor Drobot2020-09-05 01:35:03 +0300
commit10893e0e8b85139affb4660792c0068f012c87a4 (patch)
tree5814a1c3e67f6084094e9e5b9bd54846ef4ac91d /namd.patch
parent34ca27c3fe5bdc6fdeb88919494c3c65b2098eac (diff)
downloadaur-10893e0e8b85139affb4660792c0068f012c87a4.tar.gz
Use shared linking for FFTW and Tcl
Diffstat (limited to 'namd.patch')
-rw-r--r--namd.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/namd.patch b/namd.patch
index 8d15f1327616..032b637f297e 100644
--- a/namd.patch
+++ b/namd.patch
@@ -49,10 +49,11 @@
#TCLDIR=/Projects/namd2/tcl/tcl8.5.9-linux-x86_64
-TCLDIR=/Projects/namd2/tcl/tcl8.5.9-linux-x86_64-threaded
-+TCLDIR=/opt/tcl85-static
++TCLDIR=/usr
TCLINCL=-I$(TCLDIR)/include
#TCLLIB=-L$(TCLDIR)/lib -ltcl8.5 -ldl
- TCLLIB=-L$(TCLDIR)/lib -ltcl8.5 -ldl -lpthread
+-TCLLIB=-L$(TCLDIR)/lib -ltcl8.5 -ldl -lpthread
++TCLLIB=-L$(TCLDIR)/lib -ltcl8.6 -ldl -lpthread
TCLFLAGS=-DNAMD_TCL
TCL=$(TCLINCL) $(TCLFLAGS)
--- arch/Linux-x86_64.fftw3 2020-08-05 20:51:20.000000000 +0300
@@ -60,7 +61,7 @@
@@ -1,7 +1,7 @@
-FFTDIR=$(HOME)/fftw3
-+FFTDIR=/opt/fftw-static
++FFTDIR=/usr
FFTINCL=-I$(FFTDIR)/include
FFTLIB=-L$(FFTDIR)/lib -lfftw3f
FFTFLAGS=-DNAMD_FFTW -DNAMD_FFTW_3