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

minor erro fixed when build in Ubuntu 13.10 #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

HaiyangXu
Copy link

1.change the construtor error.
2.using BLAS to conquer this error: liblapack.so: undefined reference to symbol 'dgemm_'

according to https://code.google.com/p/m-a-d-n-e-s-s/issues/detail?id=46
CBLAS, which is a library that provides a C interface for BLAS functions, is not required by MADNESS. Try using "-lblas" (without the quotes) instead of "-lcblas."

Haiyang Xu added 3 commits May 17, 2014 11:05
2.using BLAS to conquer this error:  liblapack.so: undefined reference to symbol 'dgemm_'

according to https://code.google.com/p/m-a-d-n-e-s-s/issues/detail?id=46
CBLAS, which is a library that provides a C interface for BLAS functions, is not required by MADNESS. Try using "-lblas" (without the quotes) instead of "-lcblas."
您的变更输入提交说明。以 '#' 开始的行将被忽略,而一个空的提交
Conflicts:
	src/BundlerApp.h
	src/CMakeLists.txt
sergarrido pushed a commit to sergarrido/cvBundler that referenced this pull request Sep 17, 2015
These point indices should be size_t rather than int so when you multipl...
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

Successfully merging this pull request may close these issues.

1 participant