thegooglecodearchive / guiqwt

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

build dependencies consistencies #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello Pierre,

I am preparing the 2.3.0 versionof guiqwt.

I am facing this problem

picca@mordor:~/Debian/main/guiqwt/guiqwt$ rgrep guidata README  PKG-INFO 
setup.py sift/create_exe.py 
README:            guidata 1.3.2 or later
PKG-INFO:Requires: guidata (>=1.3.0)
setup.py:      requires=["PyQt4 (>4.3)", "NumPy", "guidata (>=1.3.0)"],
sift/create_exe.py:    raise ImportError("This script requires guidata 1.4+")

so in the documentation and in the code there is different information about 
guidata vesion.
now, there is build dependencies and runtime dependencies.

both should be clearly identfied,

I can not compile guiqwt 2.3.0 if guidata < 1.6.0, (cythonnize_all is missing).

So can you fix the documentation, so I can rely on the docu to fix the right 
rutime and build dependencies.

thanks

Frederic

Original issue reported on code.google.com by pi...@synchrotron-soleil.fr on 24 May 2013 at 8:18

GoogleCodeExporter commented 9 years ago
This issue was closed by revision b3a93cb6617d.

Original comment by pierre.raybaut on 24 May 2013 at 1:41