summaryrefslogtreecommitdiff
path: root/math/libranlib/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Rename libranlib to librandlibPav Lucistnik2010-05-171-17/+0
| | | | Notes: svn path=/head/; revision=254478
* Fix build after recent sys.mk changesKris Kennaway2003-08-041-1/+3
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=86274
* The library requires a couple of routines from linpack, which areMatthew Hunt1999-04-191-1/+1
| | | | | | | | | | | | included but were not being compiled into the library. This resulted in missing symbols when code was linked against libranlib. We now compile in the provided linpack routines. Approved by: tg Notes: svn path=/head/; revision=18007
* Install header file.Thomas Gellekum1998-02-051-0/+4
| | | | | | | PR: 5445 Notes: svn path=/head/; revision=9600
* Use the C version, not Fortran. There are no functional differences.Thomas Gellekum1997-04-231-7/+1
| | | | Notes: svn path=/head/; revision=6273
* Import of libranlib. libranlib is a library of random numberThomas Gellekum1997-04-071-0/+17
generators from netlib. Notes: svn path=/head/; revision=6153