summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz100-100/+100
2001-02-16Not needed any more -- COMMENTs are in Makefiles now.wiz1-1/+0
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-51/+53
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
2001-02-15I missed adding these back.jtb4-0/+40
2001-02-15Append _rlab to the libraries to prevent linking with incompatiblejtb2-1/+16
versions (which may already be installed). Fixes i386 bulk build problem.
2001-02-14The distfiles seem to have changed.jtb1-4/+4
2001-02-11Removed some cruft. Use `plplot_linkage` to find the location ofjtb8-88/+36
plplot/tcl/tk/x11. New variables RLAB_USE_SUPERLU, RLAB_PAGER.
2001-02-10Fix one further problem.jtb1-2/+2
2001-02-10Fix the MASTER_SITE and regen the checksum for tn.tar.gz which seems toveego2-4/+4
have changed today, but the last commit only changed the dates and not the md5.
2001-02-10Regenerate checksum. Keep the lines in the Makefile within column 70.jtb2-7/+9
2001-02-10Add and enable admeshjtb1-1/+2
2001-02-10Initial import of admesh:jtb5-0/+37
Program for processing triangulated solid meshes
2001-02-10Add and enable tochnogjtb1-1/+2
2001-02-10Initial import of tochnog:jtb8-0/+327
Finite Element Analysis Program
2001-02-10Add and enable p5-Interpolatejtb1-1/+2
2001-02-10Initial import of p5-Interpolate:jtb5-0/+26
This module contains several useful routines for interpolating data sets and finding where a given value lies in a sorted list.
2001-02-10Add and enable metis.jtb1-1/+2
2001-02-10Initial import of metis:jtb9-0/+142
METIS is a family of programs for partitioning unstructured graphs and hypergraphs and computing fill-reducing orderings of sparse matrices. The underlying algorithms used by METIS are based on the state-of-the-art multilevel paradigm that has been shown to produce high quality results and scale to very large problems. It is available both as a set of stand-alone programs and as a library.
2001-02-10Add and enable p5-BigIntegerjtb1-1/+2
2001-02-10Initial import of p5-BigInteger:jtb7-0/+53
Arbitrary length integer extension module for Perl
2001-02-08Remove a MASTER_SITE, fix path on a second one, and tell mv we're sure.wiz1-4/+3
2001-02-08Try to be backwards compatible in readline emulation usage for olderwiz1-1/+9
versions of NetBSD.
2001-02-08Add and enable capc-calcwiz1-1/+2
2001-02-08Initial import of calc (renamed to capc-calc because of existing calcwiz7-0/+589
package): C arbitrary precision calculator Requested by Chuck Cranor.
2001-02-08Use bsd.lib.mk for building shared libs.jtb5-26/+26
2001-02-08Use generic BSD build system for making shared libraries. (No more libtool).jtb4-26/+21
2001-02-07Add and enable p5-MatrixRealjtb1-1/+2
2001-02-07Initial import of p5-MatrixReal:jtb5-0/+40
Perl module for performing operations on real matrices
2001-02-07Fix a few more paste-o's.fredb1-2/+2
2001-02-07Add and enable udunits.jtb1-1/+2
2001-02-07Initial import of udunits:jtb7-0/+59
Library and program for manipulating units of physical quantities (There is also a Perl module, but that doesn't fit in 70 characters).
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz3-7/+15
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb1-3/+3
2001-02-05Fix problem with patch noticed in Alpha bulk build.jtb2-5/+5
2001-02-05Fix a PLIST problem noticed in Alpha bulk build.jtb1-5/+1
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron3-8/+8
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-02Don't forget to copy the Makefile into ${WRKSRC}.jtb1-1/+4
2001-02-02Enable the use of the SuperLU library for RlaB.jtb6-50/+66
2001-02-02Add and enable superlu.jtb1-1/+2
2001-02-02Initial import of superlu:jtb7-0/+98
ANSI C routine library for the solution of sparse linear systems
2001-02-02Don't build shared Fortran libraries. They're too problematic.jtb23-239/+119
Strictly numerical libraries, like fftpack, work fine, but some which make use of Fortran I/O have problems resolving symbols. This is a known problem with g77/f2c.
2001-02-01Add and enable lapack.jtb1-1/+2
2001-02-01Initial import of lapack:jtb8-0/+106
Linear Algebra PACKage
2001-02-01Allow use of pgraf. Executable script is now `rlab' instead of `rlab2'.jtb11-157/+189
Changed man page to reflect this. Fixed some PLIST trouble.
2001-01-31Addded missing AC_DEFINE(HAVE_RLAB_PLPLOT). Fixed include path problem.jtb3-191/+35
2001-01-31Regenerate patch-sum. Change COMMENT:jtb2-3/+3
Matrix oriented, interactive programming environment
2001-01-31Add and enable rlab.jtb1-1/+2
2001-01-31Initial import of Rlab:jtb21-0/+3099
Interactive, interpreted scientific programming environment
2001-01-30Add and enable py-Scientific.jtb1-1/+2
2001-01-30Initial import of new py-Scientific package:jtb7-0/+197
Python modules for scientific computing