Files
macports-ports/math/octave/files/patch-run-octave.diff
Marcus Calhoun-LopezandMarcusCalhoun-Lopez 6d31fd8e7d octave: update version 4.4.1->5.1.0
* mark octave-devel as obsolete as it is behind octave version
* update dependencies
* fix dependencies that rely on removed Octave features
2019-03-12 11:32:35 -07:00

12 lines
506 B
Diff

--- run-octave.in.orig 2018-10-17 06:25:16.000000000 -0700
+++ run-octave.in 2018-10-17 06:29:11.000000000 -0700
@@ -47,7 +47,7 @@
d3_path=`echo "$d3_list" | $AWK '{ t = (s $0); s = t; } END { sub (/:$/, "", s); print s; }'`
d4_path=`echo "$d4_list" | $AWK '{ t = (s $0); s = t; } END { sub (/:$/, "", s); print s; }'`
-octave_executable="$builddir/src/octave"
+octave_executable="$builddir/src/octave-cli"
LOADPATH="$d1_path:$d2_path:$d3_path:$d4_path:$d5"
IMAGEPATH=".:$top_srcdir/scripts/image"