Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv18293

Modified Files:
        gildas.info 
Log Message:
Last commit deleted the package (thanks akh:-) ; undoing it


Index: gildas.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/gildas.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gildas.info 25 Nov 2011 20:35:26 -0000      1.3
+++ gildas.info 6 Dec 2011 15:03:10 -0000       1.4
@@ -0,0 +1,70 @@
+Package: gildas
+Version: 201104h
+Revision: 1
+Description: Radioastronomy data analysis software
+License: OSI-Approved
+Maintainer: Sebastien Maret <bma...@users.sourceforge.net>
+Source: http://www.iram.fr/~gildas/dist/gildas-src-apr11h.tar.gz
+Source-MD5: be470f853ac0a72963b66996c3403088
+SourceDirectory: gildas-src-apr11h
+Depends: <<
+  fftw3-shlibs, gcc46-shlibs, libpng3-shlibs, gtk+2-shlibs,
+  python27, numpy-py27
+<<
+BuildDepends: <<
+  atk1, cfitsio, fink (>= 0.29.5-1), fftw3, fontconfig2-dev,
+  gcc46, glib2-dev, gtk+2-dev, libpng3, libgettext8-dev,
+  pango1-xft2-ft219-dev, python27-shlibs, sed, slatec
+<<
+PatchFile: gildas.patch
+PatchFile-MD5: 3d4d36127639703838937cf105bb9f89
+CompileScript: <<
+  true
+<<
+InstallScript: <<
+#!/bin/bash -ev
+  export arch="x86_64-darwin-gfortran"
+  source admin/gildas-env.sh -s 
/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Versions/Current/:/usr/X11/lib:/usr/X11/include:%p/lib/python2.7/config:%p/lib:%p/include
 -c gfortran
+  export GAG_SLDFLAGS='-install_name 
%p/lib/gildas/darwin-gfortran/lib/$(notdir $@)'
+  export DYLD_LIBRARY_PATH=%b/integ/${arch}/lib
+  export gagexedir=%i/lib/gildas
+  install -d %i/bin %i/lib
+  make install
+  mv %i/lib/gildas/${arch} %i/lib/gildas/darwin-gfortran
+  cd %i/lib/gildas/darwin-gfortran/bin/
+  for file in * ; do
+    ln -s %p/lib/gildas/darwin-gfortran/bin/${file} %i/bin/${file}
+  done
+  /usr/bin/install -d %i/etc/profile.d
+  cat >%i/etc/profile.d/%n.csh <<EOF
+setenv GAG_PATH '%p/lib/gildas/etc'
+setenv GAG_ROOT_DIR '%p/lib/gildas'
+setenv GAG_EXEC_SYSTEM 'darwin-gfortran'
+if ( \$?PYTHONPATH ) then
+  prepend_path PYTHONPATH '%p/lib/gildas/darwin-gfortran/python'
+else
+  setenv PYTHONPATH '%p/lib/gildas/darwin-gfortran/python'
+endif
+EOF
+  cat >%i/etc/profile.d/%n.sh <<EOF
+export GAG_PATH='%p/lib/gildas/etc'
+export GAG_ROOT_DIR='%p/lib/gildas'
+export GAG_EXEC_SYSTEM='darwin-gfortran'
+if [ -z "\$PYTHONPATH" ]; then
+  PYTHONPATH='%p/lib/gildas/darwin-gfortran/python'
+else
+  prepend_path PYTHONPATH '%p/lib/gildas/darwin-gfortran/python'
+fi
+export PYTHONPATH
+EOF
+  chmod 755 %i/etc/profile.d/gildas.*
+<<
+PostInstScript: echo "\n*** Installation completed. Please open a new term to 
use gildas ***"
+DescDetail: <<
+Gildas, the "Grenoble Image and Line Data Analysis Software", is a
+collection of software oriented towards radioastronomical applications
+(either single-dish or interferometer). It is daily used to reduce all
+data acquired with the IRAM 30m telescope and Plateau de Bure
+Interferometer (PdBI).
+<<
+Homepage: http://www.iram.fr/IRAMFR/GILDAS/gildas.html


------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to