Skip to content

Commit

Permalink
create BUILDDIR before cd'ing to it
Browse files Browse the repository at this point in the history
in deps/blas.mk for lapack
[av skip]
  • Loading branch information
tkelman authored and mfasi committed Sep 5, 2016
1 parent 0796df9 commit 1e06b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/blas.mk
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ $(SRCDIR)/srccache/lapack-$(LAPACK_VER).tgz: | $(SRCDIR)/srccache
$(JLDOWNLOAD) $@ http://www.netlib.org/lapack/$(notdir $@)
$(BUILDDIR)/lapack-$(LAPACK_VER)/make.inc: $(SRCDIR)/srccache/lapack-$(LAPACK_VER).tgz
$(JLCHECKSUM) $<
mkdir -p $(BUILDDIR)
cd $(BUILDDIR) && $(TAR) zxf $<
cp $(dir $@)INSTALL/make.inc.gfortran $(dir $@)make.inc
touch -c $@
Expand Down

0 comments on commit 1e06b87

Please sign in to comment.