public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/refmac/files: 5.6.0075-allow-dynamic-linking.patch
@ 2010-05-16 12:56 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2010-05-16 12:56 UTC (permalink / raw
  To: gentoo-commits

jlec        10/05/16 12:56:16

  Added:                5.6.0075-allow-dynamic-linking.patch
  Log:
  Version Bump
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-chemistry/refmac/files/5.6.0075-allow-dynamic-linking.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/files/5.6.0075-allow-dynamic-linking.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/files/5.6.0075-allow-dynamic-linking.patch?rev=1.1&content-type=text/plain

Index: 5.6.0075-allow-dynamic-linking.patch
===================================================================
diff --git a/makefile_refmac.inc1 b/makefile_refmac.inc1
index 97791e0..6c43c5d 100644
--- a/makefile_refmac.inc1
+++ b/makefile_refmac.inc1
@@ -83,9 +83,7 @@ messy_pdb.o                 \
 bridge.o                    \
 i0.o                        \
 i1.o                        \
-chbevl.o                    \
-$(LLIBCIF)                  \
-$(LLIBLAPACK)
+chbevl.o
 
 
 SUBL =                      \
@@ -118,9 +116,8 @@ cell_symm_subrs.o           \
 iheap_sort.o                \
 linalgebra.o                \
 math_refmac.o               \
-subnumrec.o                 \
-$(LLIBLAPACK)               \
-$(LLIBCCP)
+subnumrec.o
+
 
 #--------------------------------------------------------------------------------
 
@@ -188,7 +185,7 @@ linalgebra_f90.o: linalgebra_f90.f90
 	$(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 +206,7 @@ libcheck.o:	libcheck.f elements_module.f90 pdb2libcheck.f90
 	$(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) $(LLIBCIF) $(LLIBLAPACK)
 
 clean:
 	/bin/rm *.o






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-16 12:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-16 12:56 [gentoo-commits] gentoo-x86 commit in sci-chemistry/refmac/files: 5.6.0075-allow-dynamic-linking.patch Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox