Skip to content

Commit

Permalink
octave: Update to v9.1.0
Browse files Browse the repository at this point in the history
Release notes available [here](https://octave.org/NEWS-9.html)

Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
  • Loading branch information
ReillyBrogan committed Mar 20, 2024
1 parent f6338c4 commit db3a045
Show file tree
Hide file tree
Showing 8 changed files with 23,945 additions and 23,415 deletions.
6 changes: 3 additions & 3 deletions packages/o/octave/abi_libs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ audioread.so
convhulln.so
fftw.so
gzip.so
liboctave.so.10
liboctgui.so.9
liboctinterp.so.11
liboctave.so.11
liboctgui.so.10
liboctinterp.so.12
37,378 changes: 18,897 additions & 18,481 deletions packages/o/octave/abi_symbols

Large diffs are not rendered by default.

20 changes: 12 additions & 8 deletions packages/o/octave/abi_used_libs
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ libGL.so.1
libGLU.so.1
libGraphicsMagick++.so.12
libGraphicsMagick.so.3
libQt5Core.so.5
libQt5Gui.so.5
libQt5Help.so.5
libQt5Network.so.5
libQt5PrintSupport.so.5
libQt5Widgets.so.5
libQt5Xml.so.5
libQt6Core.so.6
libQt6Core5Compat.so.6
libQt6Gui.so.6
libQt6Help.so.6
libQt6Network.so.6
libQt6OpenGL.so.6
libQt6OpenGLWidgets.so.6
libQt6PrintSupport.so.6
libQt6Widgets.so.6
libQt6Xml.so.6
libX11.so.6
libamd.so.2
libarpack.so.2
Expand Down Expand Up @@ -39,8 +42,9 @@ libm.so.6
libopenblas.so.0
libpcre2-8.so.0
libportaudio.so.2
libqhull_r.so.8.0
libqrupdate.so.1
libqscintilla2_qt5.so.15
libqscintilla2_qt6.so.15
libreadline.so.8
libsndfile.so.1
libspqr.so.2
Expand Down
4,896 changes: 2,499 additions & 2,397 deletions packages/o/octave/abi_used_symbols

Large diffs are not rendered by default.

25 changes: 0 additions & 25 deletions packages/o/octave/files/0001-Unset-QPA_PLATFORMTHEME.patch

This file was deleted.

6 changes: 6 additions & 0 deletions packages/o/octave/monitoring.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
releases:
id: 2528
rss: https://github.com/gnu-octave/octave/tags.atom
security:
# No known CPE, last checked 2024-03-20
cpe: ~
19 changes: 11 additions & 8 deletions packages/o/octave/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : octave
version : 8.4.0
release : 43
version : 9.1.0
release : 44
source :
- https://ftp.gnu.org/gnu/octave/octave-8.4.0.tar.xz : 6f9ad73a3ee4291b6341d6c0f5e5c85d6e0310376e4991b959a6d340b3ffa8a8
- https://ftp.gnu.org/gnu/octave/octave-9.1.0.tar.xz : ed654b024aea56c44b26f131d31febc58b7cf6a82fad9f0b0bf6e3e9aa1a134b
homepage : https://octave.org/
license : GPL-3.0-or-later
component : programming.tools
Expand All @@ -11,7 +11,9 @@ description: |
GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with Matlab. It may also be used as a batch-oriented language.
builddeps :
- pkgconfig(GraphicsMagick)
- pkgconfig(Qt5UiTools)
- pkgconfig(Qt6Core5Compat)
- pkgconfig(Qt6UiTools)
- pkgconfig(RapidJSON)
- pkgconfig(alsa)
- pkgconfig(fftw3)
- pkgconfig(fontconfig)
Expand All @@ -22,6 +24,7 @@ builddeps :
- pkgconfig(libcurl)
- pkgconfig(librsvg-2.0)
- pkgconfig(openblas)
- pkgconfig(qhull_r)
- pkgconfig(portaudio-2.0)
- pkgconfig(ptexenc)
- pkgconfig(sndfile)
Expand All @@ -35,16 +38,16 @@ builddeps :
- gnuplot
- gperf
- icoutils
- openjdk-11-devel
- openjdk-17-devel
- qrupdate-devel
- qscintilla-devel
- suitesparse-devel
- texlive-fonts-extra
environment: |
export JAVA_HOME=/usr/lib64/openjdk-11/
export JAVA_HOME=/usr/lib64/openjdk-17/
export PATH=$PATH:$JAVA_HOME/bin
setup : |
%patch -p1 -i $pkgfiles/0001-Unset-QPA_PLATFORMTHEME.patch
%configure --with-qt=5
%configure --with-qt=6
build : |
%make
install : |
Expand Down
5,010 changes: 2,517 additions & 2,493 deletions packages/o/octave/pspec_x86_64.xml

Large diffs are not rendered by default.

0 comments on commit db3a045

Please sign in to comment.