From 18caa8cfae03da59a432bfab4da90e52b0d2df18 Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Wed, 1 Feb 2012 09:00:03 -0800 Subject: Eigen: Derp. That should be ENV.fortran This is what happens when I try to make quick fixes before the first cup of coffee... --- Library/Formula/eigen.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/eigen.rb b/Library/Formula/eigen.rb index 3d9f1ce64..f751181de 100644 --- a/Library/Formula/eigen.rb +++ b/Library/Formula/eigen.rb @@ -8,7 +8,7 @@ class Eigen < Formula depends_on 'cmake' => :build def install - ENV.gfortran + ENV.fortran mkdir 'eigen-build' Dir.chdir 'eigen-build' do -- cgit v1.2.3