Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/build/pkgs/atlas/patches/shell.patch
8818 views
1
diff -dNru src.orig/makes/Make.Flp src/makes/Make.Flp
2
--- src.orig/makes/Make.Flp 2013-01-08 19:15:41.000000000 +0100
3
+++ src/makes/Make.Flp 2013-03-27 18:01:17.224597923 +0100
4
@@ -756,7 +756,7 @@
5
6
$(FLAdir)/lapack_$(ARCH).a : $(FLAdir)/make.inc
7
cd $(FLAdir) ; $(PMAKE) lib
8
- if [ -e $(FLAdir)/liblapack.a ]; then \
9
+ if [ -f $(FLAdir)/liblapack.a ]; then \
10
ln -s $(FLAdir)/liblapack.a $(FLAdir)/lapack_$(ARCH).a ; \
11
fi
12
13
diff -dNru src.orig/makes/Make.ttune src/makes/Make.ttune
14
--- src.orig/makes/Make.ttune 2013-01-08 19:15:42.000000000 +0100
15
+++ src/makes/Make.ttune 2013-03-27 18:01:17.020597929 +0100
16
@@ -26,7 +26,7 @@
17
- rm -f $(sumf)
18
echo "#ifndef ATLAS_SUMM_H" > $(sumf)
19
echo " #define ATLAS_SUMM_H" >> $(sumf)
20
- if [ -e res/aff.h ]; then \
21
+ if [ -f res/aff.h ]; then \
22
cat res/aff.h >> $(sumf) ; \
23
else \
24
echo "#define ATL_TAFFINITY 0" >> $(sumf) ; \
25
26