bayerj / arac

C++ library for neural networks.
Other
39 stars 57 forks source link

build error #17

Open John-Colvin opened 11 years ago

John-Colvin commented 11 years ago

Building with scons:

g++ -o test-arac src/cpp/tests/test_datasets.o src/cpp/tests/test_main.o src/cpp/tests/test_optimzation.o src/cpp/tests/test_structure.o src/cpp/tests/test_utilities.o -L/usr/lib -L. -L/usr/local/lib -L/sw/lib -larac -lgtest

I get the error

./libarac.so: undefined reference to 'cblas_ddot'
./libarac.so: undefined reference to 'cblas_dger'
./libarac.so: undefined reference to 'cblas_dgemv'

Any advice as to how to workaround/fix this?

hoofsc commented 11 years ago

I ran into the same problem. Any ideas?

rockybulwinkle commented 10 years ago

same problem.

hckr commented 8 years ago

I have the same issue.

rockybulwinkle commented 8 years ago

you need to install the cblas library. I'm not sure where to get it.

agcala commented 4 years ago

You can download BLAS from here http://www.netlib.org/blas/