File:  [LON-CAPA] / doc / otherfiles / perl_modules.txt
Revision 1.3: download - view: text, annotated - select for diffs
Fri Jun 15 17:41:53 2001 UTC (22 years, 10 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
notes on adding math-random perl module

LON-CAPA perl modules
Scott Harrison
May 28, 2001

Beginning to
index the perl modules
used in constructing
LON-CAPA-systemperl

----------------------------------------------- Math-Cephes
http://www.cpan.org/authors/id/R/RK/RKOBES/Math-Cephes-0.25.tar.gz
The Math::Cephes module provides a perl interface to over
150 functions of the cephes math library of Stephen Moshier.

Note, bit arithmetic makes this build architecture dependent
for only IBM-PC-like computers.

perl Makefile.PL
make
make test
make install

files

----------------------------------------------- Math-Random
http://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Random-0.61.tar.gz

Written by Geoffrey Rommel, this encodes randomizing functions
needed for LON-CAPA homework handling (translation from previous
CAPA functions).

perl Makefile.PL
make
make test
make install

and others...
(document incomplete)

cat systemperl_files.txt | perl make_rpm.pl systemperl 3.1 '' '' SYSTEMPERL

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>