Skip to content

Commit 3a77d58

Browse files
committed
Way of calling blas changed in Makefile, but forgot to update README
1 parent 70ecb89 commit 3a77d58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ This software uses some level-1 BLAS subroutines. The needed functions are
8888
included in this package. If a BLAS library is available on your
8989
machine, you may use it by modifying the Makefile: Unmark the following line
9090

91-
#LIBS ?= -lblas
91+
#LIBS = -lblas
9292

9393
and mark
9494

95-
LIBS ?= blas/blas.a
95+
LIBS = blas/blas.a
9696

9797
The tool `svm-scale', borrowed from LIBSVM, is for scaling input data file.
9898

0 commit comments

Comments
 (0)