aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher (jlec) <jlec@j-schmitz.net>2009-04-26 13:24:24 +0200
committerJustin Lecher (jlec) <jlec@j-schmitz.net>2009-04-26 13:24:24 +0200
commit7199cd118ec4b75d95ba0d26a3dd24176f030ed3 (patch)
treea6c9ac7c8930c4825eceffde8497b7bd7566b330 /sci-chemistry/refmac/files
parentmoved scripts from Documentation to scripts part 2 (diff)
downloadsci-7199cd118ec4b75d95ba0d26a3dd24176f030ed3.tar.gz
sci-7199cd118ec4b75d95ba0d26a3dd24176f030ed3.tar.bz2
sci-7199cd118ec4b75d95ba0d26a3dd24176f030ed3.zip
refamc bumped to experimental version
Diffstat (limited to 'sci-chemistry/refmac/files')
-rw-r--r--sci-chemistry/refmac/files/5.6.0027-allow-dynamic-linking.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/sci-chemistry/refmac/files/5.6.0027-allow-dynamic-linking.patch b/sci-chemistry/refmac/files/5.6.0027-allow-dynamic-linking.patch
new file mode 100644
index 000000000..0c1652005
--- /dev/null
+++ b/sci-chemistry/refmac/files/5.6.0027-allow-dynamic-linking.patch
@@ -0,0 +1,37 @@
+--- makefile_refmac.inc1 2009-02-23 22:54:53.000000000 +0100
++++ makefile_refmac.inc1.new 2009-04-26 13:07:13.301394474 +0200
+@@ -68,9 +68,7 @@
+ bridge.o \
+ i0.o \
+ i1.o \
+-chbevl.o \
+-$(LLIBCIF) \
+-$(LLIBLAPACK)
++chbevl.o
+ #$(LLIBCCP) \
+ #crt0.o \
+ #heavy.o \
+@@ -102,9 +100,7 @@
+ iheap_sort.o \
+ linalgebra.o \
+ math_refmac.o \
+-subnumrec.o \
+-$(LLIBLAPACK) \
+-$(LLIBCCP)
++subnumrec.o
+
+ #--------------------------------------------------------------------------------
+
+@@ -115,10 +111,10 @@
+ all: refmac libcheck
+
+ refmac: $(SUBR)
+- $(FC) $(FFLAGS) -o refmac${VERSION} ${SUBR} $(LLIBOTHERS) $(LLIBCCP)
++ $(FC) $(FFLAGS) $(LDFLAGS) -o refmac${VERSION} ${SUBR} $(LLIBOTHERS) $(LLIBCCP) $(LLIBCIF) $(LLIBLAPACK)
+
+ libcheck: $(SUBL)
+- $(FC) $(FFLAGS) -o libcheck${VERSION} $(SUBL)
++ $(FC) $(FFLAGS) $(LDFLAGS) -o libcheck${VERSION} $(SUBL) $(LLIBCIF) $(LLIBLAPACK)
+
+ clean:
+ /bin/rm *.o