AutoBuild: update-octave started at 2025-02-08-08UTC (#11270)

* Octave 9.3.0 => 9.4.0

* Add built packages for linux/amd64 to update-octave

* Add built packages for linux/arm/v7 to update-octave

---------

Co-authored-by: Ed Reel <edreel@gmail.com>
Co-authored-by: uberhacker <uberhacker@users.noreply.github.com>
Co-authored-by: Satadru Pramanik, DO, MPH, MEng <satadru@gmail.com>
This commit is contained in:
github-actions[bot]
2025-02-09 00:21:21 +00:00
committed by GitHub
parent 4dccfcb5c8
commit d7016529df
3 changed files with 4966 additions and 4964 deletions

View File

@@ -3,7 +3,7 @@ require 'buildsystems/autotools'
class Octave < Autotools
description 'Scientific Programming Language'
homepage 'https://octave.org/'
version '9.3.0'
version '9.4.0'
license 'GPL-3'
compatibility 'x86_64 aarch64 armv7l'
source_url "https://ftpmirror.gnu.org/octave/octave-#{version}.tar.lz"
@@ -11,9 +11,9 @@ class Octave < Autotools
binary_compression 'tar.zst'
binary_sha256({
aarch64: '1f1f064e4687c6e763d459aa413aa1af7d9dae1b40a900d68bee6d2279c080bc',
armv7l: '1f1f064e4687c6e763d459aa413aa1af7d9dae1b40a900d68bee6d2279c080bc',
x86_64: 'a8563280d303c5f643f89af2c919f484208b537d0ea42fd7260bfe742db0c655'
aarch64: 'bd9708082a6f4c3052e073bf9642c2b54d2e0bcc95aa305d6bc99676894b2e3a',
armv7l: 'bd9708082a6f4c3052e073bf9642c2b54d2e0bcc95aa305d6bc99676894b2e3a',
x86_64: '393c3e8cf5f81936be330275e7d4439fbd2da85bca44b3a69ec407a8273d106a'
})
depends_on 'bzip2' # R
@@ -30,10 +30,12 @@ class Octave < Autotools
depends_on 'libglu' # R
depends_on 'libglvnd' # R
depends_on 'librsvg' => :build
depends_on 'libsndfile' # R
depends_on 'libx11' # R
depends_on 'openblas' => :build
depends_on 'openblas' # R
depends_on 'pcre2' # R
depends_on 'readline' # R
depends_on 'zlib' # R
depends_on 'openblas' # R
run_tests
end