We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
depends_on :java
1 parent 7008411 commit c2fe2c9Copy full SHA for c2fe2c9
octave.rb
@@ -126,7 +126,6 @@ def install
126
ENV.m64 if MacOS.prefer_64_bit?
127
ENV.append_to_cflags "-D_REENTRANT"
128
ENV.append "LDFLAGS", "-L#{Formula["readline"].opt_lib} -lreadline" if build.with? "readline"
129
- ENV["JAVA_HOME"] = `/usr/libexec/java_home`.chomp! if build.with? :java
130
args = ["--prefix=#{prefix}"]
131
132
args << "--with-blas=-L#{Formula["openblas"].opt_lib} -lopenblas" if build.with? "openblas"
0 commit comments