Path: blob/master/build/pkgs/atlas/patches/shell.patch
8818 views
diff -dNru src.orig/makes/Make.Flp src/makes/Make.Flp1--- src.orig/makes/Make.Flp 2013-01-08 19:15:41.000000000 +01002+++ src/makes/Make.Flp 2013-03-27 18:01:17.224597923 +01003@@ -756,7 +756,7 @@45$(FLAdir)/lapack_$(ARCH).a : $(FLAdir)/make.inc6cd $(FLAdir) ; $(PMAKE) lib7- if [ -e $(FLAdir)/liblapack.a ]; then \8+ if [ -f $(FLAdir)/liblapack.a ]; then \9ln -s $(FLAdir)/liblapack.a $(FLAdir)/lapack_$(ARCH).a ; \10fi1112diff -dNru src.orig/makes/Make.ttune src/makes/Make.ttune13--- src.orig/makes/Make.ttune 2013-01-08 19:15:42.000000000 +010014+++ src/makes/Make.ttune 2013-03-27 18:01:17.020597929 +010015@@ -26,7 +26,7 @@16- rm -f $(sumf)17echo "#ifndef ATLAS_SUMM_H" > $(sumf)18echo " #define ATLAS_SUMM_H" >> $(sumf)19- if [ -e res/aff.h ]; then \20+ if [ -f res/aff.h ]; then \21cat res/aff.h >> $(sumf) ; \22else \23echo "#define ATL_TAFFINITY 0" >> $(sumf) ; \242526