aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/eigen.rb2
1 files changed, 1 insertions, 1 deletions
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