Skip to content

Commit

Permalink
changed to create include directory if it does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
takuya-araki committed Jul 11, 2018
1 parent 404f63f commit 2fb51e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ include ../Makefile.in.${TARGET}

all:
install -d ./lib
install -d ./include
ifeq (${BUILD_BLAS},true)
cd lapack-3.7.1; rm -f make.inc; ln -s make.inc.${TARGET} make.inc; make blaslib; cp BLAS/SRC/libblas.a ../lib; make cblaslib; cp CBLAS/src/libcblas.a ../lib; cp CBLAS/include/cblas.h CBLAS/include/cblas_mangling.h ../include
endif
Expand Down

0 comments on commit 2fb51e8

Please sign in to comment.