added patch file

This commit is contained in:
Frantisek Kluknavsky 2012-11-14 14:44:33 +01:00
parent 3a14b1cf6b
commit b783d7e42f
1 changed files with 24 additions and 0 deletions

24
atlas-build-id.patch Normal file
View File

@ -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)" \