annotate src/of-linear-algebra-2-dev-fixes.patch @ 4423:8c4a121b1e71

of-linear-algebra: add patch for dev octave * src/of-linear-algebra-2-dev-fixes.patch: new file * dist-files.mk: add of-linear-algebra-2-dev-fixes.patch
author John D
date Fri, 14 Jul 2017 11:57:08 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4423
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
1 diff -ur linear-algebra.orig/src/configure linear-algebra/src/configure
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
2 --- linear-algebra.orig/src/configure 2017-07-13 15:57:44.643245981 -0400
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
3 +++ linear-algebra/src/configure 2017-07-13 16:02:41.757621133 -0400
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
4 @@ -599,13 +599,9 @@
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
5 FFLAGS
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
6 F77
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
7 CPICFLAG
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
8 -altopath
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
9 -altmpath
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
10 -altpath
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
11 xpath
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
12 opath
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
13 mpath
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
14 -subver
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
15 ver
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
16 OCTAVE_CONFIG
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
17 MKOCTFILE
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
18 @@ -664,9 +660,6 @@
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
19 with_mpath
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
20 with_opath
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
21 with_xpath
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
22 -with_altpath
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
23 -with_altmpath
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
24 -with_altopath
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
25 '
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
26 ac_precious_vars='build_alias
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
27 host_alias
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
28 @@ -1286,9 +1279,6 @@
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
29 --with-mpath override path for m-files
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
30 --with-opath override path for oct-files
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
31 --with-xpath override path for executables
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
32 - --with-altpath alternative functions install path prefix
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
33 - --with-altmpath override path for alternative m-files
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
34 - --with-altopath override path for alternative oct-files
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
35
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
36 Some influential environment variables:
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
37 CC C compiler command
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
38 @@ -2662,10 +2652,6 @@
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
39
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
40
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
41
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
42 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
43 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
44 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
45 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
46 # Check whether --with-path was given.
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
47 if test "${with_path+set}" = set; then :
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
48 withval=$with_path; path=$withval
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
49 @@ -2690,86 +2676,10 @@
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
50 fi
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
51
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
52
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
53 -# Check whether --with-altpath was given.
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
54 -if test "${with_altpath+set}" = set; then :
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
55 - withval=$with_altpath; altpath=$withval
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
56 -fi
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
57 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
58 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
59 -# Check whether --with-altmpath was given.
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
60 -if test "${with_altmpath+set}" = set; then :
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
61 - withval=$with_altmpath; altmpath=$withval
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
62 -fi
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
63 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
64 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
65 -# Check whether --with-altopath was given.
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
66 -if test "${with_altopath+set}" = set; then :
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
67 - withval=$with_altopath; altopath=$withval
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
68 -fi
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
69 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
70 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
71 if test -n "$path" ; then
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
72 test -z "$mpath" && mpath=$path
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
73 test -z "$opath" && opath=$path/oct
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
74 test -z "$xpath" && xpath=$path/bin
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
75 - test -z "$altpath" && altpath=$path-alternatives
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
76 -fi
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
77 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
78 -if test -n "$altpath" ; then
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
79 - test -z "$altmpath" && altmpath=$altpath
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
80 - test -z "$altopath" && altopath=$altpath/oct
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
81 -fi
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
82 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
83 -#if test -z "$mpath" || test -z "$opath" || test -z "$xpath" || test -z "$altmpath" || test -z "$altopath" || test -z "$ver" ; then
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
84 -if test -z "$mpath" || test -z "$opath" || test -z "$xpath" || test -z "$ver" ; then
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
85 - cat > conftest.cc <<EOF
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
86 -#include <octave/config.h>
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
87 -#include <octave/version.h>
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
88 -#include <octave/defaults.h>
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
89 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
90 -#define INFOV "\nINFOV=" OCTAVE_VERSION "\n"
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
91 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
92 -#define INFOH "\nINFOH=" OCTAVE_CANONICAL_HOST_TYPE "\n"
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
93 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
94 -#ifdef OCTAVE_LOCALVERFCNFILEDIR
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
95 -# define INFOM "\nINFOM=" OCTAVE_LOCALVERFCNFILEDIR "\n"
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
96 -#else
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
97 -# define INFOM "\nINFOM=" OCTAVE_LOCALFCNFILEPATH "\n"
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
98 -#endif
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
99 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
100 -#ifdef OCTAVE_LOCALVEROCTFILEDIR
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
101 -# define INFOO "\nINFOO=" OCTAVE_LOCALVEROCTFILEDIR "\n"
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
102 -#else
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
103 -# define INFOO "\nINFOO=" OCTAVE_LOCALOCTFILEPATH "\n"
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
104 -#endif
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
105 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
106 -#ifdef OCTAVE_LOCALVERARCHLIBDIR
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
107 -# define INFOX "\nINFOX=" OCTAVE_LOCALVERARCHLIBDIR "\n"
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
108 -#else
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
109 -# define INFOX "\nINFOX=" OCTAVE_LOCALARCHLIBDIR "\n"
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
110 -#endif
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
111 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
112 -const char *infom = INFOM;
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
113 -const char *infoo = INFOO;
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
114 -const char *infox = INFOX;
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
115 -const char *infoh = INFOH;
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
116 -const char *infov = INFOV;
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
117 -EOF
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
118 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
119 - $MKOCTFILE conftest.cc || as_fn_error $? "Could not run $MKOCTFILE" "$LINENO" 5
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
120 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
121 - eval `strings conftest.o | grep "^INFO.=" | sed -e "s,//.*$,,"`
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
122 - rm -rf conftest*
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
123 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
124 - ver=`echo $INFOV | sed -e "s/\.//" -e "s/\..*$//"`
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
125 - subver=`echo $INFOV | sed -e "s/^[^.]*[.][^.]*[.]//"`
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
126 - alt_mbase=`echo $INFOM | sed -e "s,\/[^\/]*$,,"`
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
127 - alt_obase=`echo $INFOO | sed -e "s,/site.*$,/site,"`
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
128 - test -z "$mpath" && mpath=$INFOM/octave-forge
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
129 - test -z "$opath" && opath=$INFOO/octave-forge
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
130 - test -z "$xpath" && xpath=$INFOX
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
131 - test -z "$altmpath" && altmpath=$alt_mbase/octave-forge-alternatives/m
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
132 - test -z "$altopath" && altopath=$alt_obase/octave-forge-alternatives/oct/$INFOH
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
133 fi
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
134
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
135
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
136 @@ -2880,6 +2790,7 @@
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
137 $as_echo "$OCTAVE_VERSION" >&6; }
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
138
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
139
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
140 +ver=`echo $OCTAVE_VERSION | sed -e "s/\.//" -e "s/\..*$//"`
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
141
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CANONICAL_HOST_TYPE in octave-config" >&5
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
143 $as_echo_n "checking for CANONICAL_HOST_TYPE in octave-config... " >&6; }
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
144 @@ -2897,6 +2808,34 @@
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
145
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
146
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
147
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
148 +if test -z "$mpath"; then
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
149 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LOCALVERFCNFILEDIR in octave-config" >&5
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
150 +$as_echo_n "checking for LOCALVERFCNFILEDIR in octave-config... " >&6; }
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
151 +mpath=`$OCTAVE_CONFIG -p LOCALVERFCNFILEDIR`
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
152 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mpath" >&5
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
153 +$as_echo "$mpath" >&6; }
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
154 +
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
155 +
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
156 +fi
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
157 +if test -z "$opath"; then
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
158 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LOCALVEROCTFILEDIR in octave-config" >&5
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
159 +$as_echo_n "checking for LOCALVEROCTFILEDIR in octave-config... " >&6; }
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
160 +opath=`$OCTAVE_CONFIG -p LOCALVEROCTFILEDIR`
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
161 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $opath" >&5
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
162 +$as_echo "$opath" >&6; }
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
163 +
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
164 +
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
165 +fi
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
166 +if test -z "$xpath"; then
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
167 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LOCALVERARCHLIBDIR in octave-config" >&5
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
168 +$as_echo_n "checking for LOCALVERARCHLIBDIR in octave-config... " >&6; }
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
169 +xpath=`$OCTAVE_CONFIG -p LOCALVERARCHLIBDIR`
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
170 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xpath" >&5
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
171 +$as_echo "$xpath" >&6; }
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
172 +
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
173 +
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
174 +fi
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
175 +
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
177 $as_echo_n "checking whether ln -s works... " >&6; }
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
178 LN_S=$as_ln_s
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
179 @@ -3065,9 +3004,6 @@
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
180 m-files: $mpath
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
181 oct-files: $opath
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
182 binaries: $xpath
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
183 -alternatives:
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
184 - m-files: $altmpath
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
185 - oct-files: $altopath
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
186
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
187 shell commands will install into the following directories:
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
188 binaries: $bindir
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
189 @@ -3077,8 +3013,8 @@
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
190
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
191 octave-forge is configured with
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
192 octave: $OCTAVE (version $OCTAVE_VERSION)
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
193 - mkoctfile: $MKOCTFILE for Octave $subver
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
194 - octave-config: $OCTAVE_CONFIG for Octave $subver"
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
195 + mkoctfile: $MKOCTFILE for Octave $OCTAVE_VERSION
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
196 + octave-config: $OCTAVE_CONFIG for Octave $OCTAVE_VERSION"
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
197 ac_config_files="$ac_config_files $CONFIGURE_OUTPUTS"
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
198
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
199
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
200 diff -ur linear-algebra.orig/src/configure.base linear-algebra/src/configure.base
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
201 --- linear-algebra.orig/src/configure.base 2017-07-13 15:57:44.644246010 -0400
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
202 +++ linear-algebra/src/configure.base 2017-07-13 16:01:17.552247526 -0400
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
203 @@ -53,13 +53,9 @@
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
204 test -z "$OCTAVE_CONFIG" && AC_MSG_WARN([no octave-config found on path])
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
205
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
206 AC_SUBST(ver)
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
207 -AC_SUBST(subver)
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
208 AC_SUBST(mpath)
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
209 AC_SUBST(opath)
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
210 AC_SUBST(xpath)
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
211 -AC_SUBST(altpath)
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
212 -AC_SUBST(altmpath)
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
213 -AC_SUBST(altopath)
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
214
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
215 AC_ARG_WITH(path,
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
216 [ --with-path install path prefix],
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
217 @@ -73,83 +69,11 @@
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
218 AC_ARG_WITH(xpath,
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
219 [ --with-xpath override path for executables],
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
220 [xpath=$withval])
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
221 -AC_ARG_WITH(altpath,
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
222 - [ --with-altpath alternative functions install path prefix],
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
223 - [ altpath=$withval ])
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
224 -AC_ARG_WITH(altmpath,
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
225 - [ --with-altmpath override path for alternative m-files],
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
226 - [altmpath=$withval])
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
227 -AC_ARG_WITH(altopath,
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
228 - [ --with-altopath override path for alternative oct-files],
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
229 - [altopath=$withval])
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
230
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
231 if test -n "$path" ; then
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
232 test -z "$mpath" && mpath=$path
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
233 test -z "$opath" && opath=$path/oct
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
234 test -z "$xpath" && xpath=$path/bin
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
235 - test -z "$altpath" && altpath=$path-alternatives
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
236 -fi
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
237 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
238 -if test -n "$altpath" ; then
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
239 - test -z "$altmpath" && altmpath=$altpath
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
240 - test -z "$altopath" && altopath=$altpath/oct
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
241 -fi
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
242 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
243 -dnl Don't query if path/ver are given in the configure environment
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
244 -#if test -z "$mpath" || test -z "$opath" || test -z "$xpath" || test -z "$altmpath" || test -z "$altopath" || test -z "$ver" ; then
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
245 -if test -z "$mpath" || test -z "$opath" || test -z "$xpath" || test -z "$ver" ; then
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
246 - dnl Construct program to get mkoctfile version and local install paths
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
247 - cat > conftest.cc <<EOF
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
248 -#include <octave/config.h>
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
249 -#include <octave/version.h>
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
250 -#include <octave/defaults.h>
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
251 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
252 -#define INFOV "\nINFOV=" OCTAVE_VERSION "\n"
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
253 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
254 -#define INFOH "\nINFOH=" OCTAVE_CANONICAL_HOST_TYPE "\n"
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
255 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
256 -#ifdef OCTAVE_LOCALVERFCNFILEDIR
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
257 -# define INFOM "\nINFOM=" OCTAVE_LOCALVERFCNFILEDIR "\n"
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
258 -#else
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
259 -# define INFOM "\nINFOM=" OCTAVE_LOCALFCNFILEPATH "\n"
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
260 -#endif
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
261 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
262 -#ifdef OCTAVE_LOCALVEROCTFILEDIR
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
263 -# define INFOO "\nINFOO=" OCTAVE_LOCALVEROCTFILEDIR "\n"
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
264 -#else
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
265 -# define INFOO "\nINFOO=" OCTAVE_LOCALOCTFILEPATH "\n"
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
266 -#endif
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
267 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
268 -#ifdef OCTAVE_LOCALVERARCHLIBDIR
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
269 -# define INFOX "\nINFOX=" OCTAVE_LOCALVERARCHLIBDIR "\n"
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
270 -#else
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
271 -# define INFOX "\nINFOX=" OCTAVE_LOCALARCHLIBDIR "\n"
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
272 -#endif
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
273 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
274 -const char *infom = INFOM;
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
275 -const char *infoo = INFOO;
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
276 -const char *infox = INFOX;
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
277 -const char *infoh = INFOH;
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
278 -const char *infov = INFOV;
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
279 -EOF
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
280 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
281 - dnl Compile program perhaps with a special version of mkoctfile
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
282 - $MKOCTFILE conftest.cc || AC_MSG_ERROR(Could not run $MKOCTFILE)
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
283 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
284 - dnl Strip the config info from the compiled file
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
285 - eval `strings conftest.o | grep "^INFO.=" | sed -e "s,//.*$,,"`
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
286 - rm -rf conftest*
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
287 -
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
288 - dnl set the appropriate variables if they are not already set
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
289 - ver=`echo $INFOV | sed -e "s/\.//" -e "s/\..*$//"`
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
290 - subver=`echo $INFOV | sed -e "[s/^[^.]*[.][^.]*[.]//]"`
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
291 - alt_mbase=`echo $INFOM | sed -e "[s,\/[^\/]*$,,]"`
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
292 - alt_obase=`echo $INFOO | sed -e "[s,/site.*$,/site,]"`
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
293 - test -z "$mpath" && mpath=$INFOM/octave-forge
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
294 - test -z "$opath" && opath=$INFOO/octave-forge
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
295 - test -z "$xpath" && xpath=$INFOX
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
296 - test -z "$altmpath" && altmpath=$alt_mbase/octave-forge-alternatives/m
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
297 - test -z "$altopath" && altopath=$alt_obase/octave-forge-alternatives/oct/$INFOH
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
298 fi
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
299
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
300 dnl *******************************************************************
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
301 @@ -269,6 +193,7 @@
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
302 dnl should check that $(OCTAVE) --version matches $(MKOCTFILE) --version
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
303 AC_CHECK_PROG(OCTAVE,octave,octave)
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
304 OCTAVE_CONFIG_EVAL(VERSION,OCTAVE_VERSION)
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
305 +ver=`echo $OCTAVE_VERSION | sed -e "s/\.//" -e "s/\..*$//"`
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
306
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
307 dnl grab canonical host type so we can write system specific install stuff
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
308 OCTAVE_CONFIG_EVAL(CANONICAL_HOST_TYPE,canonical_host_type)
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
309 @@ -276,6 +201,16 @@
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
310 dnl grab SHLEXT from octave config
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
311 OCTAVE_CONFIG_EVAL(SHLEXT,SHLEXT)
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
312
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
313 +if test -z "$mpath"; then
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
314 +OCTAVE_CONFIG_EVAL(LOCALVERFCNFILEDIR,mpath)
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
315 +fi
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
316 +if test -z "$opath"; then
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
317 +OCTAVE_CONFIG_EVAL(LOCALVEROCTFILEDIR,opath)
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
318 +fi
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
319 +if test -z "$xpath"; then
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
320 +OCTAVE_CONFIG_EVAL(LOCALVERARCHLIBDIR,xpath)
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
321 +fi
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
322 +
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
323 AC_PROG_LN_S
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
324
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
325 AC_PROG_RANLIB
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
326 @@ -313,9 +248,6 @@
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
327 m-files: $mpath
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
328 oct-files: $opath
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
329 binaries: $xpath
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
330 -alternatives:
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
331 - m-files: $altmpath
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
332 - oct-files: $altopath
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
333
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
334 shell commands will install into the following directories:
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
335 binaries: $bindir
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
336 @@ -325,5 +257,5 @@
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
337
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
338 octave-forge is configured with
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
339 octave: $OCTAVE (version $OCTAVE_VERSION)
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
340 - mkoctfile: $MKOCTFILE for Octave $subver
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
341 - octave-config: $OCTAVE_CONFIG for Octave $subver"
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
342 + mkoctfile: $MKOCTFILE for Octave $OCTAVE_VERSION
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
343 + octave-config: $OCTAVE_CONFIG for Octave $OCTAVE_VERSION"
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
344 diff -ur linear-algebra.orig/src/Makeconf.in linear-algebra/src/Makeconf.in
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
345 --- linear-algebra.orig/src/Makeconf.in 2017-07-13 15:57:44.644246010 -0400
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
346 +++ linear-algebra/src/Makeconf.in 2017-07-13 16:01:36.615784895 -0400
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
347 @@ -59,8 +59,6 @@
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
348 MPATH = @mpath@
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
349 OPATH = @opath@
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
350 XPATH = @xpath@
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
351 -ALTMPATH = @altmpath@
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
352 -ALTOPATH = @altopath@
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
353
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
354 %.o: %.c ; $(MKOCTFILE) -c $<
8c4a121b1e71 of-linear-algebra: add patch for dev octave
John D
parents:
diff changeset
355 %.o: %.f ; $(MKOCTFILE) -c $<