djay0529 / mdanalysis

Automatically exported from code.google.com/p/mdanalysis
0 stars 0 forks source link

setuptools build fails from tar.gz file #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. easy_install
http://mdanalysis.googlecode.com/files/MDAnalysis-0.6.0-rc1.tar.gz

What is the expected output? What do you see instead?
It should build cleanly.
However, pyrex fails to find the c_numpy.pxd include file
 /tmp/easy_install-HX_L4r/MDAnalysis-0.6.0-rc1/src/dcd/_dcdtest.pyx:2:8:
'c_numpy.pxd' not found
and compilation eventually fails.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by orbeckst on 25 May 2009 at 8:49

GoogleCodeExporter commented 9 years ago
Seems to be working now (0.6.0), at least I can build

 easy_install MDAnalysis

and 

 python setup.py install

Original comment by orbeckst on 1 Apr 2010 at 10:09

GoogleCodeExporter commented 9 years ago
easy installing of the tar file fails because it cannot cope with the symbolic 
link
to src/c_numpy.pxd.

Workaround: unpack the distribution

Original comment by orbeckst on 1 Apr 2010 at 11:34

GoogleCodeExporter commented 9 years ago
(better subject)

Original comment by orbeckst on 1 Apr 2010 at 11:35

GoogleCodeExporter commented 9 years ago
easy_install MDAnalysis-0.6.2-devel.tar.gz

...
/private/var/folders/ja/jaE1z6Zo2RaPfE+F75CkvU+++TM/-Tmp-/easy_install-uALJwv/MD
Analysis-0.6.2-devel/src/dcd/dcdtimeseries.pyx:2:8:
Cannot find .pxd file for module 'c_numpy'

Original comment by orbeckst on 5 May 2010 at 10:19

GoogleCodeExporter commented 9 years ago
fixed in upcoming 0.6.2

Original comment by orbeckst on 21 May 2010 at 5:05

GoogleCodeExporter commented 9 years ago
fixed in r269

Original comment by orbeckst on 21 May 2010 at 5:19