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, 11 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
notes on adding math-random perl module

    1: LON-CAPA perl modules
    2: Scott Harrison
    3: May 28, 2001
    4: 
    5: Beginning to
    6: index the perl modules
    7: used in constructing
    8: LON-CAPA-systemperl
    9: 
   10: ----------------------------------------------- Math-Cephes
   11: http://www.cpan.org/authors/id/R/RK/RKOBES/Math-Cephes-0.25.tar.gz
   12: The Math::Cephes module provides a perl interface to over
   13: 150 functions of the cephes math library of Stephen Moshier.
   14: 
   15: Note, bit arithmetic makes this build architecture dependent
   16: for only IBM-PC-like computers.
   17: 
   18: perl Makefile.PL
   19: make
   20: make test
   21: make install
   22: 
   23: files
   24: 
   25: ----------------------------------------------- Math-Random
   26: http://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Random-0.61.tar.gz
   27: 
   28: Written by Geoffrey Rommel, this encodes randomizing functions
   29: needed for LON-CAPA homework handling (translation from previous
   30: CAPA functions).
   31: 
   32: perl Makefile.PL
   33: make
   34: make test
   35: make install
   36: 
   37: and others...
   38: (document incomplete)
   39: 
   40: cat systemperl_files.txt | perl make_rpm.pl systemperl 3.1 '' '' SYSTEMPERL

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