Begin3 Title: Yorick Libraries Version: 1.2 Entered-date: 10/Feb/96 Description: Yorick is a very fast interpreted language designed for scientific computing and numerical analysis. The syntax is similar to C, but without declarative statements. This is a library distribution for Linux. To install (as root), simply untar it in the / directory. Everything Yorick needs in order to run will be placed in the /usr/local tree. You need this file (yorick-1.2.lib.tgz) only if you want to build custom versions of Yorick containing your own compiled modules. All you need to run Yorick itself is in yorick-1.2.bin.tgz. The library files in yorick-1.2.lib.tgz are in a.out format, not elf format. This installation corresponds to configure prefix=/usr/local/src/yorick-1.2 and exec-prefix=/usr/local/lib/yorick/1.2 If you want the source code, you can unpack yorick-1.2.tgz in /usr/local/src to merge it smoothly into the yorick-1.2.bin.tgz and yorick-1.2.lib.tgz binary distributions. Keywords: interpreter, language, interactive graphics, data analysis, post-processing Author: munro@icf.llnl.gov Maintained-by: munro@icf.llnl.gov Primary-site: sunsite.unc.edu /pub/Linux/apps/math/matrix 510 kB yorick-1.2.lib.tgz Platforms: Requires ANSI C compiler. Interactive graphics requires X window system. Tested on Sun (SunOS and Solaris), HP PA-RISC, IBM RS/6000, DEC alpha, SGI, Cray YMP, and Linux; should not be difficult to build on other UNIX machines. Copying-Policy: Freely Redistributable End