diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/r.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/r.rb b/Library/Formula/r.rb index 1d1c72871..4c186bd9e 100644 --- a/Library/Formula/r.rb +++ b/Library/Formula/r.rb @@ -15,7 +15,8 @@ class R <Formula ENV["FCFLAGS"] = ENV["CFLAGS"] ENV["FFLAGS"] = ENV["CFLAGS"] - system "./configure", "--prefix=#{prefix}" + system "./configure", "--prefix=#{prefix}", "--with-aqua", "--enable-R-framework", + "--with-lapack" system "make" ENV.j1 # Serialized installs, please system "make install" |
