Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/build/pkgs/iml/patches/build.patch
8820 views
1
diff -ruN src/Makefile.in b/Makefile.in
2
--- src/Makefile.in 2008-07-28 16:53:18.000000000 +0200
3
+++ b/Makefile.in 2013-06-12 14:55:49.462405872 +0200
4
@@ -79,8 +79,8 @@
5
AMDEP_TRUE = @AMDEP_TRUE@
6
AMTAR = @AMTAR@
7
AR = @AR@
8
-ATLAS_CFLAGS = @ATLAS_CFLAGS@
9
-ATLAS_LIBS = @ATLAS_LIBS@
10
+ATLAS_CFLAGS =
11
+ATLAS_LIBS =
12
AUTOCONF = @AUTOCONF@
13
AUTOHEADER = @AUTOHEADER@
14
AUTOMAKE = @AUTOMAKE@
15
diff -ruN src/configure b/configure
16
--- src/configure 2008-06-16 01:52:33.000000000 +0200
17
+++ b/configure 2013-06-12 14:55:49.962394579 +0200
18
@@ -20000,15 +20000,15 @@
19
sed 's/^/| /' conftest.$ac_ext >&5
20
21
22
- unset ATLAS_CFLAGS
23
- unset ATLAS_LIBS
24
- { { echo "$as_me:$LINENO: error: ATLAS not found!
25
-ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
26
-" >&5
27
-echo "$as_me: error: ATLAS not found!
28
-ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
29
-" >&2;}
30
- { (exit 1); exit 1; }; }
31
+# unset ATLAS_CFLAGS
32
+# unset ATLAS_LIBS
33
+# { { echo "$as_me:$LINENO: error: ATLAS not found!
34
+#ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
35
+#" >&5
36
+#echo "$as_me: error: ATLAS not found!
37
+#ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
38
+#" >&2;}
39
+# { (exit 1); exit 1; }; }
40
41
fi
42
rm -f conftest.err conftest.$ac_objext \
43
@@ -20044,23 +20044,23 @@
44
elif test -n "$atlas_problem"; then
45
echo "$as_me:$LINENO: result: problem" >&5
46
echo "${ECHO_T}problem" >&6
47
- { { echo "$as_me:$LINENO: error: ATLAS not found!
48
-ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
49
-" >&5
50
-echo "$as_me: error: ATLAS not found!
51
-ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
52
-" >&2;}
53
- { (exit 1); exit 1; }; }
54
-elif test "x$atlas_found" = "xno" ; then
55
- echo "$as_me:$LINENO: result: not found" >&5
56
-echo "${ECHO_T}not found" >&6
57
- { { echo "$as_me:$LINENO: error: ATLAS not found!
58
-ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
59
-" >&5
60
-echo "$as_me: error: ATLAS not found!
61
-ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
62
-" >&2;}
63
- { (exit 1); exit 1; }; }
64
+# { { echo "$as_me:$LINENO: error: ATLAS not found!
65
+#ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
66
+#" >&5
67
+#echo "$as_me: error: ATLAS not found!
68
+#ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
69
+#" >&2;}
70
+# { (exit 1); exit 1; }; }
71
+#elif test "x$atlas_found" = "xno" ; then
72
+# echo "$as_me:$LINENO: result: not found" >&5
73
+#echo "${ECHO_T}not found" >&6
74
+# { { echo "$as_me:$LINENO: error: ATLAS not found!
75
+#ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
76
+#" >&5
77
+#echo "$as_me: error: ATLAS not found!
78
+#ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
79
+#" >&2;}
80
+# { (exit 1); exit 1; }; }
81
fi
82
83
CFLAGS=${BACKUP_CFLAGS}
84
diff -ruN src/src/Makefile.in b/src/Makefile.in
85
--- src/src/Makefile.in 2008-07-28 16:53:18.000000000 +0200
86
+++ b/src/Makefile.in 2013-06-12 14:55:49.962394579 +0200
87
@@ -94,8 +94,8 @@
88
AMDEP_TRUE = @AMDEP_TRUE@
89
AMTAR = @AMTAR@
90
AR = @AR@
91
-ATLAS_CFLAGS = @ATLAS_CFLAGS@
92
-ATLAS_LIBS = @ATLAS_LIBS@
93
+ATLAS_CFLAGS =
94
+ATLAS_LIBS =
95
AUTOCONF = @AUTOCONF@
96
AUTOHEADER = @AUTOHEADER@
97
AUTOMAKE = @AUTOMAKE@
98
99