Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build error #17

Open
John-Colvin opened this issue May 1, 2013 · 5 comments
Open

build error #17

John-Colvin opened this issue May 1, 2013 · 5 comments

Comments

@John-Colvin
Copy link

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
Copy link

hoofsc commented May 14, 2013

I ran into the same problem. Any ideas?

@rockybulwinkle
Copy link

same problem.

@hckr
Copy link

hckr commented Jan 16, 2016

I have the same issue.

@rockybulwinkle
Copy link

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

@agcala
Copy link

agcala commented Nov 20, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants