diff options
| author | Alcides Fonseca | 2010-08-28 16:23:12 +0100 |
|---|---|---|
| committer | David Höppner | 2010-08-29 13:02:02 +0200 |
| commit | 8f07811a177334f5f224a693fde0e54873d39d7c (patch) | |
| tree | a7aebd82df5a7c98d3ea1ac644da0baf3130f478 /Library/Formula | |
| parent | 2407bc15530fccf0ff440cdfd079a28a4430e3da (diff) | |
| download | homebrew-8f07811a177334f5f224a693fde0e54873d39d7c.tar.bz2 | |
R now compiles as a framework.
Signed-off-by: David Höppner <0xffea@gmail.com>
* did remove --with-blas=-framework vecLib (linker errors)
Diffstat (limited to 'Library/Formula')
| -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" |
