the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: cdat
Version: 4.0
Revision: 1015
Maintainer: None
BuildDepends: x11-dev, tcltk-dev, netcdf (>= 3.6.0-1002), xgks, g77, libdap9 , libnc-dap3 (>= 1:3.7.3-1), f2py-py25, fink (>= 0.24.12)
Depends: x11, netcdf-shlibs (>= 3.6.0-1002), numeric-py25, pmw-py25, gplot (>= 4.3-2), netpbm-bin, gifsicle, ghostscript, scientificpython-py25, pyfort-py25, pyfort-py25-bin, python25 (>= 1:2.5.4-1), libdap9-shlibs, libnc-dap3-shlibs (>= 1:3.7.3-1), ioapi, python-mx-py25
Source: mirror:sourceforge:%n/CDAT-%v.rc1-%n.tar.gz
Source-MD5: f068050b07a0b0c90959ed89d4a4951f
SourceDirectory: CDAT-%v.rc1
PatchFile: %n.patch
PatchFile-MD5: e2211c41e742ade3496674a6e7eeb84b
PatchScript: sed 's|@PREFIX@|%p|' < %{PatchFile} | patch -p1
CompileScript: echo "no compile script"
NoSetCPPFLAGS: true
NoSetLDFLAGS: true
InstallScript: <<
#!/bin/sh -ex
export CC=/usr/bin/cc
export PYTHONHOME=%i
export PYTHONPATH=%i/lib/python2.5/site-packages:%p/lib/python2.5:%p/lib/python2.5/lib-dynload:%p/lib/python2.5/site-packages
export FC=%p/bin/g77
mkdir -p %i/lib/python2.5
mkdir -p %i/bin
mkdir -p %i/include
ln -s %p/bin/python2.5 %i/bin/python
ln -s %p/bin/pyfort2.5 %i/bin/pyfort
ln -s %p/lib/python2.5/config %i/lib/python2.5/config
ln -s %p/include/python2.5 %i/include/python2.5
%p/bin/python2.5 install.py --configuration=myconfig --with-opendap=%p --enable-ioapi --disable-hdf --force
/bin/rm -f %i/lib/python2.5/config
/bin/rm -f %i/bin/python
/bin/rm -f %i/bin/pyfort
/bin/rm -f %i/include/python2.5
/bin/rm -rf %i/man
/bin/rm -f %i/lib/libcdms.a
<<
DocFiles: README.txt HELP.txt ReleaseNotes.txt Legal.htm DeveloperHowTo.html Changes_3.3_to_4.pdf
Description: Climate Data Analysis Tools
DescDetail: <<
A software infrastructure that uses an object-oriented scripting
language (python) to link together separate software subsystems
and packages thus forming an integrated environment for solving
model diagnosis problems.
<<
DescPort: <<
Lots of tricks to prevent it from being installed directly in %p.
Only one version of python supported (otherwise too many files
would have to be renamed).
Some contrib packages are disabled that already have fink packages
of their own.
<<
License: OSI-Approved
Homepage: http://cdat.sourceforge.net