package/octave: bump to version 10.1.0
See release note: https://octave.org/NEWS-10.html GNU Octave now requires a C++17 compiler. This change is reflected in the Config.in dependencies. Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
97ac89eb11
commit
4672e18ca1
@@ -2,7 +2,7 @@ config BR2_PACKAGE_OCTAVE
|
||||
bool "octave"
|
||||
depends on BR2_PACKAGE_OPENBLAS_ARCH_SUPPORTS
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # C++17
|
||||
depends on BR2_TOOLCHAIN_HAS_FORTRAN
|
||||
# Some Bootlin x86_64 toolchains (like version
|
||||
# bleeding-edge-2021.11-1) has a file
|
||||
@@ -32,7 +32,7 @@ config BR2_PACKAGE_OCTAVE
|
||||
|
||||
https://www.octave.org/
|
||||
|
||||
comment "octave needs a toolchain w/ C++ and fortran, gcc >= 4.8"
|
||||
comment "octave needs a toolchain w/ C++ and fortran, gcc >= 7"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || \
|
||||
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || \
|
||||
!BR2_TOOLCHAIN_GCC_AT_LEAST_7 || \
|
||||
!BR2_TOOLCHAIN_HAS_FORTRAN
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Locally computed after checking signature
|
||||
# https://ftp.gnu.org/gnu/octave/octave-9.4.0.tar.lz.sig
|
||||
# https://ftp.gnu.org/gnu/octave/octave-10.1.0.tar.lz.sig
|
||||
# using key DBD9C84E39FE1AAE99F04446B05F05B75D36644B
|
||||
sha256 693fceb5b69211034d464b61be871c803ff74a3af4de72829341c365a53d6da1 octave-9.4.0.tar.lz
|
||||
sha256 aa1583316916ab5d08e71bcfa63eb865ecaa2561e842f769748d9b106b4cb409 octave-10.1.0.tar.lz
|
||||
sha256 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
OCTAVE_VERSION = 9.4.0
|
||||
OCTAVE_VERSION = 10.1.0
|
||||
OCTAVE_SITE = $(BR2_GNU_MIRROR)/octave
|
||||
OCTAVE_SOURCE = octave-$(OCTAVE_VERSION).tar.lz
|
||||
OCTAVE_LICENSE = GPL-3.0+
|
||||
|
||||
Reference in New Issue
Block a user