mirror of
https://github.com/gonum/gonum.git
synced 2025-10-27 17:21:18 +08:00
Change from libblas to libcblas
This is required for some distributions.
This commit is contained in:
@@ -9,7 +9,7 @@ package cblas
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
#cgo CFLAGS: -g -O2
|
#cgo CFLAGS: -g -O2
|
||||||
#cgo linux LDFLAGS: -L/usr/lib/ -lblas
|
#cgo linux LDFLAGS: -L/usr/lib/ -lcblas
|
||||||
#cgo darwin LDFLAGS: -DYA_BLAS -DYA_LAPACK -DYA_BLASMULT -framework vecLib
|
#cgo darwin LDFLAGS: -DYA_BLAS -DYA_LAPACK -DYA_BLASMULT -framework vecLib
|
||||||
#include "cblas.h"
|
#include "cblas.h"
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ package cblas
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
#cgo CFLAGS: -g -O2
|
#cgo CFLAGS: -g -O2
|
||||||
#cgo linux LDFLAGS: -L/usr/lib/ -lblas
|
#cgo linux LDFLAGS: -L/usr/lib/ -lcblas
|
||||||
#cgo darwin LDFLAGS: -DYA_BLAS -DYA_LAPACK -DYA_BLASMULT -framework vecLib
|
#cgo darwin LDFLAGS: -DYA_BLAS -DYA_LAPACK -DYA_BLASMULT -framework vecLib
|
||||||
#include "${cblasHeader}"
|
#include "${cblasHeader}"
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user