On 15 Jan 2004, at 12:15, Andrea Riciputi wrote:

I was looking for some packeges I need for data visualization, namely Gri and Python-Biggles, and I noticed that they are both unavailable under 10.3 tree. Is there any severe issue about these packages that prevent them from being available?

What I mean is: are they on their way or it's better to look for something else?

And what about SciPy? It's missing too... and I miss it... ;-)

There seem to be problems with some of the dependencies rather than scipy itself. I actually managed to get around it by copying the .debs from a 10.2 installation into my /sw/fink/10.3/local tree, then grabbed the old scipy info and patch, and built that in my local tree. Tracing that back, the critical dependencies then were reportlab-py23 and f2py-py23. reportlab is in 10.3 now, and the only remaining issue with f2py appears to be that it requires gcc 3.1 to build. After doing 'gcc_select 3', I've been able to rebuild f2py from the 10.2 info file, and then with 'gcc_select 3.3' rebuilt scipy. I've been using scipy on Panther fairly regularly, though not extensively (mostly limited to the interpolate routines), and didn't run into any trouble yet.
Seems that gri has the same problems, it also built successfully after selecting gcc 3, whereas with Python-Biggles apparently it's a python versioning problem. After modifying the info file to use (e.g.) python2.3, that package also built without further trouble (see below). I've run the Biggles examples from their website, and they work fine - nice package indeed, I might come to use that as alternative/addition to gnuplot-py :-).
I guess the gcc_select could be incorporated into the f2py/gri build process, if that's the only obstacle.


HTH,
                                                                Derek


Package: python-biggles-py23
Version: 1.6.3
Revision: 1
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
BuildDepends: libpng3, db3, readline, gdbm, gmp, expat, guile-dev, plotutils-dev, tcltk-dev, dlcompat-dev
Depends: numeric-py23, plotutils-shlibs
Source: mirror:sourceforge:biggles/python-biggles-%v.tar.gz
Source-MD5: 316717ce5f54311d47853e6b2948a329
PatchScript: sed 's|@PREFIX@|%p|g' < %a/%f.patch | patch -p1
CompileScript: python2.3 setup.py build
InstallScript: <<
python2.3 setup.py install --prefix=%i
mkdir -p %i/share/doc/%n
cp -R examples %i/share/doc/%n
<<
DocFiles: INSTALL README COPYING ChangeLog
Description: Python module for creating 2D scientific plots
DescDetail: <<
It supports multiple output formats (postscript, x11, png, svg, gif),
understands simple TeX, and sports a high-level, elegant interface.
It's intended for technical users with sophisticated plotting needs.
<<
License: GPL
Homepage: http://biggles.sourceforge.net




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to