Skip to content

Commit

Permalink
revise git clone to more general HTTPS protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsinfu committed Sep 29, 2015
1 parent 5adef49 commit eefb173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ fortran_opt = $(shell gcc -v 2>&1 | perl -e '$$x = join(" ", <STDIN>); if($$x =~
# option.
openblas_compiled:
echo "Note: see tools/Makefile for options regarding OpenBLAS compilation"
-git clone git://github.com/xianyi/OpenBLAS
-git clone https://github.com/xianyi/OpenBLAS.git
-cd OpenBLAS; git pull
cd OpenBLAS; sed 's:# FCOMMON_OPT = -frecursive:FCOMMON_OPT = -frecursive:' < Makefile.rule >tmp && mv tmp Makefile.rule
# $(MAKE) PREFIX=`pwd`/OpenBLAS/install FC=gfortran $(fortran_opt) DEBUG=1 USE_THREAD=1 NUM_THREADS=64 -C OpenBLAS all install
Expand Down

0 comments on commit eefb173

Please sign in to comment.