aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/refmac/files/5.6-allow-dynamic-linking.patch')
-rw-r--r--sci-chemistry/refmac/files/5.6-allow-dynamic-linking.patch43
1 files changed, 0 insertions, 43 deletions
diff --git a/sci-chemistry/refmac/files/5.6-allow-dynamic-linking.patch b/sci-chemistry/refmac/files/5.6-allow-dynamic-linking.patch
deleted file mode 100644
index 6aa7697..0000000
--- a/sci-chemistry/refmac/files/5.6-allow-dynamic-linking.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-diff -ur refmac.orig//makefile_refmac.inc1 refmac//makefile_refmac.inc1
---- refmac.orig//makefile_refmac.inc1 2010-04-20 10:22:49.868462937 -0500
-+++ refmac//makefile_refmac.inc1 2010-04-20 10:29:37.378474391 -0500
-@@ -83,9 +83,7 @@
- bridge.o \
- i0.o \
- i1.o \
--chbevl.o \
--$(LLIBCIF) \
--$(LLIBLAPACK)
-+chbevl.o
-
-
- SUBL = \
-@@ -118,9 +116,7 @@
- iheap_sort.o \
- linalgebra.o \
- math_refmac.o \
--subnumrec.o \
--$(LLIBLAPACK) \
--$(LLIBCCP)
-+subnumrec.o
-
- #--------------------------------------------------------------------------------
-
-@@ -188,7 +184,7 @@
- $(FC) $(FFLAGS) -c linalgebra_f90.f90
-
- refmac: $(SUBR)
-- $(FC) $(FFLAGS) -o refmac${VERSION} ${SUBR} $(LLIBOTHERS) $(LLIBCCP)
-+ $(FC) $(FFLAGS) $(LDFLAGS) -o refmac${VERSION} ${SUBR} $(LLIBOTHERS) $(LLIBCCP) $(LLIBCIF) $(LLIBLAPACK)
-
- mol2_file.o: mol2_file.f odb_files.f90
- $(FC) $(FFLAGS) -c odb_files.f90 mol2_file.f
-@@ -209,7 +205,7 @@
- $(FC) $(FFLAGS) -c elements_module.f90 pdb2libcheck.f90 libcheck.f
-
- libcheck: $(SUBL)
-- $(FC) $(FFLAGS) -o libcheck${VERSION} $(SUBL)
-+ $(FC) $(FFLAGS) $(LDFLAGS) -o libcheck${VERSION} $(SUBL) $(LLIBCCP) $(LLIBLAPACK)
-
- clean:
- /bin/rm *.o