void-packages/srcpkgs/octave/patches/01-qscintilla.patch
Piraty 6cbb6072e6 octave: add missing dependencies
+ move to qt5
+ enable octave's editor via qscintilla-qt5 (it was missing!)
+ provide support for solving linear programs via glpk
+ provide support for audio file handling
+ provide support for openGL->ghostscript printing via gl2ps
+ provide option for large arrays (but needs 64bit BLAS)

+ add gui launcher script, see: https://savannah.gnu.org/bugs/?53034

https://www.gnu.org/software/octave/doc/interpreter/External-Packages.html#External-Packages
2018-03-23 16:05:47 -04:00

14 lines
470 B
Diff

# reason: configure looks for the wrong filename
# note: should be fixed in the next release
--- configure
+++ configure
@@ -34701,7 +34701,7 @@
;;
5)
QT_MODULES="Qt5Core Qt5Gui Qt5Network Qt5OpenGL Qt5PrintSupport"
- octave_qscintilla_libnames="qscintilla2-qt5 qt5scintilla2"
+ octave_qscintilla_libnames="qscintilla2-qt5 qt5scintilla2 qscintilla2_qt5"
;;
*)
as_fn_error $? "Unrecognized Qt version $qt_version" "$LINENO" 5