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.py --cuda when python2.x is not installed in the default places #5

Open
TruHuynh opened this issue Sep 4, 2013 · 1 comment
Assignees

Comments

@TruHuynh
Copy link

TruHuynh commented Sep 4, 2013

for example:
g++ -pthread -fopenmp src/matrix/Matrix.o src/matrix/Statistics.o -L/c5/shared/Python/2.7.4-shared/lib/python2.7/site-packages -lpython2.7 -o condensedMatrix.so
/usr/bin/ld: cannot find -lpython2.7
collect2: ld returned 1 exit status

python2.7 is installed under /c5/shared/Python/2.7.4-shared/lib
LDFLAGS is properly defined, but build.py does not honor it.

@victor-gil-sepulveda
Copy link
Owner

Dear TruHuynh, first of all sorry for the late answer, I wasn't 'watching' the project and thus I didn't get any notification of the issues you opened. Could you please send me the complete line you're using to compile the CUDA version?

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

2 participants