Skip to content

Commit

Permalink
Merge pull request JuliaLang#6158 from Manticore/patch-2
Browse files Browse the repository at this point in the history
Ensure existence of the target directory in repackage_system_suitesparse4.make
  • Loading branch information
vtjnash committed Apr 7, 2014
2 parents 8e5965a + 7a57bc7 commit 11972c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/repackage_system_suitesparse4.make
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ifeq ($(USE_SYSTEM_BLAS),1)
ifeq ($(USE_SYSTEM_LAPACK),0)

$(build_libdir)/libgfortblas.dylib:
mkdir -p $(build_libdir)
make -C ../deps/ $(build_libdir)/libgfortblas.dylib

default: $(build_libdir)/libgfortblas.dylib
Expand Down

0 comments on commit 11972c1

Please sign in to comment.