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

Added Files:
        yorick.info 
Log Message:
Move to 10.7


--- NEW FILE: yorick.info ---
Package: yorick
Version: 2.1.06
Revision: 1
Description: Interpreted language and scientific graphics
License: BSD
Maintainer: None <[email protected]>
Depends: x11
BuildDepends: texinfo, x11-dev
Source: mirror:sourceforge:yorick/yorick-%v.tgz
SourceDirectory: yorick-2.1
Source-MD5: 2cc21b1b61a65bb197adfd96f3bb545e
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
SetCFLAGS: -O2
CompileScript: <<
  make Y_HOME=relocatable ysite
  ./configure
  make
  cd doc; make yorick.info
<<
InstallScript: <<
  make install
  /usr/bin/install -d %i/lib/yorick/2.1
  /bin/cp -r relocatable/* %i/lib/yorick/2.1
  /usr/bin/install -d %i/bin
  /bin/ln -s %p/lib/yorick/2.1/bin/yorick %i/bin/yorick
  /bin/ln -s %p/lib/yorick/2.1/bin/gist %i/bin/gist
  /usr/bin/install -d %i/share/info %i/share/man/man1 %i/share/emacs/site-lisp
  /usr/bin/install -m 644 doc/yorick.info* %i/share/info
  /usr/bin/install -m 644 doc/yorick.1 doc/gist.1 %i/share/man/man1
  /usr/bin/install -m 644 emacs/yorick.el emacs/yorick-auto.el 
%i/share/emacs/site-lisp
  /bin/rm -rf %i/lib/yorick/2.1/doc
  /bin/ln -s %p/share/doc/yorick %i/lib/yorick/2.1/doc    
<<
DocFiles: README LICENSE doc/README:README.doc doc/FILE_FORMATS doc/*.doc 
doc/*.pdf doc/*.tex
InfoDocs: yorick.info
Homepage: http://yorick.sourceforge.net
DescDetail: <<
Yorick is an interpreted programming language, designed for
postprocessing or steering large scientific simulation codes. Smaller
scientific simulations or calculations, can be written as standalone
yorick programs. The language features a compact syntax for many
common array operations, so it processes large arrays of numbers very
efficiently. Unlike most interpreters, which are several hundred times
slower than compiled code for number crunching, yorick can approach to
within a factor of four or five of compiled speed for many common
tasks. Superficially, yorick code resembles C code, but yorick
variables are never explicitly declared and have a dynamic scoping
similar to many Lisp dialects. The yorick language is designed to be
typed interactively at a keyboard, as well as stored in files for
later use. Yorick includes an interactive graphics package, and a
binary file package capable of translating to and from the raw numeric
formats of all modern computers.
<<
DescUsage: <<
See %p/lib/yorick/2.1/i/testfull.i for a test suite. Type 
"yorick -batch testfull.i" in a xterm to run it.
<<
DescPort: <<
This package will compile Yorick only on MacOSX 10.3.4 or later, because
of a bug in the system math library libm (part of /usr/lib/LibSystem.dylib)
in earlier versions of MacOSX 10.3.
<<


------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to