Skip to content

Commit

Permalink
octave: revision bump (hdf5 1.14.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab authored and iMichka committed Sep 15, 2024
1 parent 0ae6868 commit 26fa1bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Formula/o/octave.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class Octave < Formula
mirror "https://ftpmirror.gnu.org/octave/octave-9.2.0.tar.xz"
sha256 "21417afb579105b035cac0bea09201522e384893ae90a781b8727efa32765807"
license "GPL-3.0-or-later"
revision 1

# New tarballs appear on https://ftp.gnu.org/gnu/octave/ before a release is
# announced, so we check the octave.org download page instead.
Expand Down Expand Up @@ -126,7 +127,10 @@ def install
end

system "./configure", *args, *std_configure_args
system "make", "all"
# https://github.com/Homebrew/homebrew-core/pull/170959#issuecomment-2351023470
ENV.deparallelize do
system "make", "all"
end

# Avoid revision bumps whenever fftw's, gcc's or OpenBLAS' Cellar paths change
inreplace "src/mkoctfile.cc" do |s|
Expand Down

0 comments on commit 26fa1bf

Please sign in to comment.