pyRMSD icon indicating copy to clipboard operation
pyRMSD copied to clipboard

build.py --cuda when python2.x is not installed in the default places

Open TruHuynh opened this issue 11 years ago • 1 comments

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.

TruHuynh avatar Sep 04 '13 17:09 TruHuynh

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?

victor-gil-sepulveda avatar Sep 10 '13 09:09 victor-gil-sepulveda