The subpackage scipy.stsci misses the directories convolve and image. Instead the distutils file setup.py is installed.
i take a look at it today. -jef
Okay this is a bit odd, taking the scipy 0.6.0 tarball and doing a fresh build from source and the stsci tree doesn't build as expected. Can you try to confirm that locally? It seems like an upstream bug in the 0.6.0 release. If I pull from scipy svn and build locally it works. I'll try to track down the necessary patch and get it applied. -jef
I have built the srpm (scipy-0.6.0-5.fc9.src.rpm) in mock and it's as you say, the stsci part doesn't build.
Found it... the image and convolve directories as shipped in scipy 0.6.0 were missing the setupy.py files. As soon as they are added things appear to build. I'll get this fixed in our package and ping upstream and see if they'll roll out a point release tarball to fix this. -jef
Hey can you do a quick test using this package: http://people.fedoraproject.org/~jspaleta/scipy-0.6.0-6.fc9.i386.rpm If that works for you I'll stick it in the build system as an update. -jef
Something is wrong, the files are still missing $ rpm -q scipy scipy-0.6.0-6.fc9.i386 $ rpm -ql scipy |grep stsci /usr/lib/python2.5/site-packages/scipy/stsci /usr/lib/python2.5/site-packages/scipy/stsci/__init__.py /usr/lib/python2.5/site-packages/scipy/stsci/__init__.pyc /usr/lib/python2.5/site-packages/scipy/stsci/__init__.pyo /usr/lib/python2.5/site-packages/scipy/stsci/setup.py /usr/lib/python2.5/site-packages/scipy/stsci/setup.pyc /usr/lib/python2.5/site-packages/scipy/stsci/setup.pyo
I'm an idiot.. made a mistake in copying in the files. I've confirmed that the files do actually get built in development tree. I'll fire off some builds today for rawhide and then for F9 updates-testing. Bodhi should ping this bug ticket when they land in updates-testing. -jef
scipy-0.6.0-7.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/scipy-0.6.0-7.fc9
This is rather minor, but I think setup.py shouldn't be installed. (It is in site-packages/scipy/stsci)
scipy-0.6.0-7.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update scipy'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-8667
scipy-0.6.0-7.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report.