From c2d374ae8119be4aeb5d600fc7703d020b2710d0 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Thu, 5 Jan 2023 21:12:07 -0800 Subject: [PATCH] octave: revision bump (sundials 6.5.0) Closes #119907. Signed-off-by: Patrick Linnane Signed-off-by: Rui Chen Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/octave.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Formula/octave.rb b/Formula/octave.rb index 7a4de6a9566..cce1344cce6 100644 --- a/Formula/octave.rb +++ b/Formula/octave.rb @@ -5,7 +5,7 @@ class Octave < Formula mirror "https://ftpmirror.gnu.org/octave/octave-7.3.0.tar.xz" sha256 "a508ee6aebccfa68967c9e7e0a08793c4ca8e4ddace723aabdb8f71ad34d57f1" license "GPL-3.0-or-later" - revision 1 + revision 2 bottle do sha256 arm64_ventura: "886881e62fb6ee1472687a3e1fa476d3572f54665b80ba8e841071bc25054eb3" @@ -82,6 +82,9 @@ class Octave < Formula /%OCTAVE_CONF_OCT(AVE)?_LINK_(DEPS|OPTS)%/, '""' + # SUNDIALS 6.4.0 and later needs C++14 for C++ based features + ENV.append "CXXFLAGS", "-std=c++14" + # Qt 5.12 compatibility # https://savannah.gnu.org/bugs/?55187 ENV["QCOLLECTIONGENERATOR"] = "qhelpgenerator"