[atlas/3.10.0-rc1: 1/3] patch added

Frantisek Kluknavsky fkluknav at fedoraproject.org
Wed Nov 28 12:46:18 UTC 2012


commit ae7cd6c41093cc9d463ce8806a8c5ffe659408b0
Author: Frantisek Kluknavsky <fkluknav at redhat.com>
Date:   Wed Nov 14 15:05:39 2012 +0100

    patch added

 atlas-build-id.patch |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/atlas-build-id.patch b/atlas-build-id.patch
new file mode 100644
index 0000000..891e659
--- /dev/null
+++ b/atlas-build-id.patch
@@ -0,0 +1,24 @@
+diff -up ATLAS/makes/Make.lib.ref ATLAS/makes/Make.lib
+--- ATLAS/makes/Make.lib.ref	2012-11-01 13:41:35.271895924 +0100
++++ ATLAS/makes/Make.lib	2012-11-01 13:43:12.796344243 +0100
+@@ -131,16 +131,16 @@ TRYALL :
+ 	if $(MAKE) GCCTRY outso="$(outso)" libas="$(libas)"  \
+         LIBS="$(F77SYSLIB) -lc $(LIBS) -lgcc" LIBINSTdir="$(LIBINSTdir)"; then \
+            echo "$(outso) built wt gcc and all libs" ; \
+-        elif $(MAKE) LDTRY outso="$(outso)" libas="$(libas)"  \
+-        LIBS="$(F77SYSLIB) -lc $(LIBS) -lgcc" LIBINSTdir="$(LIBINSTdir)"; then \
+-           echo "$(outso) built wt ld and all sys libs" ; \
+-	elif $(MAKE) GCCTRY_norp outso="$(outso)" libas="$(libas)"  \
++        elif $(MAKE) GCCTRY_norp outso="$(outso)" libas="$(libas)"  \
+         LIBS="$(F77SYSLIB) -lc $(LIBS) -lgcc" LIBINSTdir="$(LIBINSTdir)"; then \
+            echo "$(outso) built wt gcc and all libs and no rpath" ; \
+         elif $(MAKE) GCCTRY outso="$(outso)" libas="$(libas)"  \
+         LIBS="-lc $(LIBS) -lgcc" LIBINSTdir="$(LIBINSTdir)"; then \
+            echo "$(outso) built wt gcc and all C libs" ; \
+         elif $(MAKE) LDTRY outso="$(outso)" libas="$(libas)"  \
++        LIBS="$(F77SYSLIB) -lc $(LIBS) -lgcc" LIBINSTdir="$(LIBINSTdir)"; then \
++           echo "$(outso) built wt ld and all sys libs" ; \
++        elif $(MAKE) LDTRY outso="$(outso)" libas="$(libas)"  \
+         LIBS="-lc $(LIBS) -lgcc" LIBINSTdir="$(LIBINSTdir)"; then \
+            echo "$(outso) built wt ld and -lc -lgcc" ; \
+         elif $(MAKE) GCCTRY_norp outso="$(outso)" libas="$(libas)"  \


More information about the scm-commits mailing list