We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ecb89 commit 3a77d58Copy full SHA for 3a77d58
1 file changed
README
@@ -88,11 +88,11 @@ This software uses some level-1 BLAS subroutines. The needed functions are
88
included in this package. If a BLAS library is available on your
89
machine, you may use it by modifying the Makefile: Unmark the following line
90
91
- #LIBS ?= -lblas
+ #LIBS = -lblas
92
93
and mark
94
95
- LIBS ?= blas/blas.a
+ LIBS = blas/blas.a
96
97
The tool `svm-scale', borrowed from LIBSVM, is for scaling input data file.
98
0 commit comments