1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Notes on libmathlib1:
---------------------
Parts of the Divon code in mathlib depend upon the non-free program Lepto,
which in turn depends upon Pythia (v. 5) and Jetset. They may be obtained
either by installing the apt-installer and montecarlo-installer-data packages,
then running the command "apt-installer installdebs jetset pythia5 lepto6" ;
or by downloading and compiling source code from the web sites listed below.
Please be aware that not all of these libraries have licenses that are clearly
defined or DFSG-compatible.
Pythia/Jetset: http://www.thep.lu.se/~torbjorn/Pythia.html
Lepto: http://www3.tsl.uu.se/thep/lepto/index.html
The montecarlo-installer-data and apt-installer packages are not official
parts of Debian; they may be obtained by adding the following to your
/etc/apt/sources.list :
deb http://borex.princeton.edu/~kmccarty/ unstable main contrib
deb-src http://borex.princeton.edu/~kmccarty/ unstable main contrib
Please note that I cannot guarantee the above URLs will continue to be valid
forever.
Since the offending Divon functions have been surgically removed from the
mathlib library in Debian so it is possible to link against it, you will also
have to obtain the original mathlib code from CERN and recompile it in order
to use those functions.
--Kevin McCarty <kmccarty@princeton.edu>, Thu, 10 Mar 2005
|