Removed '--with-blas' option because it doesn't work and is not worth fixing.
This commit is contained in:
parent
5e96b47335
commit
56074ddb12
@ -60,7 +60,7 @@ do
|
||||
done
|
||||
|
||||
# Test other builds
|
||||
configure_opts="--enable-debug --with-blas --enable-bigint"
|
||||
configure_opts="--enable-debug --enable-bigint"
|
||||
for opt in $configure_opts
|
||||
do
|
||||
./test.sh configure.sh $src_dir $opt
|
||||
|
||||
Loading…
Reference in New Issue
Block a user