Skip to content

Commit

Permalink
bump({main,x11}/octave{,-x}): 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twaik committed Oct 23, 2024
1 parent 53bb0b0 commit f87c9a9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 14 deletions.
7 changes: 3 additions & 4 deletions packages/octave/0003-undefine-the-macro-in-pwd.h.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
--- a/liboctave/system/oct-password.cc
+++ b/liboctave/system/oct-password.cc
@@ -31,6 +31,15 @@
+++ ./liboctave/wrappers/pwd-wrappers.c
@@ -32,6 +32,15 @@

#if defined (HAVE_PWD_H)
# include <pwd.h>
Expand All @@ -15,4 +14,4 @@
+# endif
#endif

#include "lo-error.h"
#include "pwd-wrappers.h"
5 changes: 2 additions & 3 deletions packages/octave/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://octave.org
TERMUX_PKG_DESCRIPTION="GNU Octave is a high-level language, primarily intended for numerical computations. (only CLI)"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=8.4.0
TERMUX_PKG_REVISION=6
TERMUX_PKG_VERSION="9.2.0"
TERMUX_PKG_SRCURL=https://ftpmirror.gnu.org/octave/octave-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=6f9ad73a3ee4291b6341d6c0f5e5c85d6e0310376e4991b959a6d340b3ffa8a8
TERMUX_PKG_SHA256=21417afb579105b035cac0bea09201522e384893ae90a781b8727efa32765807
TERMUX_PKG_DEPENDS="arpack-ng, bzip2, fftw, fontconfig, freetype, glpk, graphicsmagick, libcurl, libhdf5, libiconv, libopenblas, libsndfile, openssl, pcre2, portaudio, qhull, qrupdate-ng, rapidjson, readline, suitesparse, sundials, zlib"
TERMUX_PKG_BUILD_DEPENDS="gnuplot, less"
TERMUX_PKG_RECOMMENDS="gnuplot, less"
Expand Down
7 changes: 3 additions & 4 deletions x11-packages/octave-x/0003-undefine-the-macro-in-pwd.h.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
--- a/liboctave/system/oct-password.cc
+++ b/liboctave/system/oct-password.cc
@@ -31,6 +31,15 @@
+++ ./liboctave/wrappers/pwd-wrappers.c
@@ -32,6 +32,15 @@

#if defined (HAVE_PWD_H)
# include <pwd.h>
Expand All @@ -15,4 +14,4 @@
+# endif
#endif

#include "lo-error.h"
#include "pwd-wrappers.h"
6 changes: 3 additions & 3 deletions x11-packages/octave-x/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ TERMUX_PKG_HOMEPAGE=https://octave.org
TERMUX_PKG_DESCRIPTION="GNU Octave is a high-level language, primarily intended for numerical computations. (only CLI)"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=8.4.0
TERMUX_PKG_REVISION=5
TERMUX_PKG_VERSION="9.2.0"
TERMUX_PKG_SRCURL=https://ftpmirror.gnu.org/octave/octave-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=6f9ad73a3ee4291b6341d6c0f5e5c85d6e0310376e4991b959a6d340b3ffa8a8
TERMUX_PKG_SHA256=21417afb579105b035cac0bea09201522e384893ae90a781b8727efa32765807
TERMUX_PKG_DEPENDS="arpack-ng, bzip2, fftw, fltk, fontconfig, freetype, glpk, glu, graphicsmagick, libcurl, libhdf5, libiconv, libopenblas, libsndfile, opengl, openssl, pcre, portaudio, qhull, qrupdate-ng, rapidjson, readline, suitesparse, sundials, zlib"
TERMUX_PKG_BUILD_DEPENDS="gnuplot, less"
TERMUX_PKG_RECOMMENDS="gnuplot, less"
TERMUX_PKG_CONFLICTS="octave-x"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--with-x
--without-qt
--disable-java
--enable-link-all-dependencies
--disable-openmp
Expand Down

0 comments on commit f87c9a9

Please sign in to comment.