Skip to content

Commit

Permalink
Now that suite-sparse is keg-only, show Julia where it lives
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Aug 22, 2014
1 parent 2c7f097 commit bba1061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ before_install:
brew install -v --only-dependencies --HEAD julia;
brew update;
brew upgrade gcc;
make $BUILDOPTS -C contrib -f repackage_system_suitesparse4.make;
LDFLAGS="-L$(brew --prefix suite-sparse-julia)/lib" make $BUILDOPTS -C contrib -f repackage_system_suitesparse4.make;
fi
script:
- make $BUILDOPTS prefix=/tmp/julia install
Expand Down

0 comments on commit bba1061

Please sign in to comment.