|
@@ -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
|