summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2001-05-03Add defaults for all instances of EVAL_PREFIX.jtb6-13/+31
2001-05-03Make this build again by fixing undefined references to MAIN__.jtb2-1/+16
2001-05-03Add default prefixes for EVAL_PREFIX. Fixes i386 bulk build problem.jtb1-29/+36
2001-05-01Build and install the PIC and profiled version libraries.jtb2-3/+3
2001-05-01be consistent about obeying PKG_FC. (don't hardcode f77). Fixes problemsdmcmahill2-16/+11
when f2c-f77 is used.
2001-04-30Regen. Fixes i386 bulk build problem.jtb1-2/+2
2001-04-29Update of tochnog to 20010429. Changes unknown. Move to SHA1 checksums.jtb3-10/+13
2001-04-29Fix typo.jtb1-2/+3
2001-04-28Remove redundant echoing, quoting, and input redirection to sed.jtb12-98/+54
2001-04-28Back out previous change.jtb2-21/+12
2001-04-28Fix man page installation oddity causing i386 bulk build leftover.jtb2-12/+22
2001-04-27s/p5-/p5-Math/gjtb1-4/+4
2001-04-27Reimport of p5-MatrixReal as p5-Math-MatrixReal.jtb4-0/+41
2001-04-27Reimport of p5-Interpolate as p5-Math-Interpolate.jtb4-0/+27
2001-04-27Reimport of p5-BigInteger as p5-Math-BigInteger.jtb5-0/+52
2001-04-27Removing p5-* packages to reimport with the default name p5-${DISTNAME}.jtb13-120/+0
So, p5-Interpolate will be reimported as p5-Math-Interpolate, etc.
2001-04-27Add and enable linpack.jtb1-1/+2
2001-04-27Initial import of linpack.jtb9-0/+128
LINPACK is a collection of Fortran subroutines that analyze and solve linear equations and linear least-squares probles. The package solves linear systems whose matrices are general, banded, symmetric indefinite, symmetric positive definite, triangular, and tridiagonal square. In addition, the package computes the QR and singular value decompositions of rectangular matrices and applies them to least-squares problems. LINPACK uses column-oriented algorithms to increase efficiency by preserving locality of reference. LINPACK was designed for supercomputers in use in the 1970s and early 1980s. LINPACK has been largely superceded by LAPACK which has been designed to run efficiently on shared-memory, vector supercomputers.
2001-04-27Add a patch to configure so that it correctly determines the wayjtb4-7/+50
the Fortran compiler mangles function names. Don't delete the libtool .la file after installation -- they might be useful for something.
2001-04-25Respect CFLAGS. This seems to work okay with default optimization.jtb3-24/+25
2001-04-24Update to tela-1.32.jtb3-16/+29
BUG FIXES - t-functions using ellipsis argument (...) crashed Tela (this was due to the "deep" copy object array feature introduced in previous version 1.31, cure was to introduce another internal type KShallowObjectArray which is now used in Tprg::execute() in prg.C) - memory leak in object arrays (object.C:Tobject::setsize, deep clear was missing) (also this bug existed only in version 1.31, not before, because object array semantics was changed from shallow copy to deep copy in 1.31). USER-VISIBLE CHANGES - new diag() function contributed by Ch.Spiel which allows a second input argument specifying the super- or sub-diagonal (the default zero meaning the main diagonal), this function is compatible with Matlab's and also compatible with the old diag() function (std.ct) - added global symbol NaN if compiler supports NaN's (ieee754.h header is present and working) (tela.C)
2001-04-22Delete make rule for parse.cc. Add missing file to PLIST.jtb4-8/+20
2001-04-22Bad patch.jtb2-52/+31
2001-04-22Remove "xstopx.f" and "dostop.c" from libcruft/misc. They've been deprecatedjtb5-7/+90
and cause problems if left. Touch "parse.cc" and "parse.h" so that they won't get remade. (The configure script doesn't detect bison correctly anyway). Remove a duplicate entry from PLIST. Make it work with the readline currently in pkgsrc.
2001-04-22Update PLIST.jtb1-605/+605
2001-04-22Update of octave-current to 2.1.34.jtb9-65/+101
2001-04-19 John W. Eaton <jwe@bevo.che.wisc.edu> * octMakefile.in (CONF_DISTFILES): Remove config.h.bot from the list. 2001-04-19 David Livings <david.livings@asa.co.uk> * Makeconf.in (mk-libdir-link): Omit check for $(octlibdir)/octave existing as a directory. 2001-02-28 Albert Chin-A-Young <china@thewrittenword.com> * configure.in: Check for getpwnam in libsun only after checking default libraries first. Check for gethostname in libsocket only after checking default libraries first. 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> * configure.in: Allow for using f2c when setting functions to look for in the BLAS and Lapack libraries. From Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>. 2001-02-10 Mumit Khan <khan@nanotech.wisc.edu> * test/octave.test/string/dec2hex-1.m: Don't assume hex format produces lower case letters. 2001-02-07 John W. Eaton <jwe@bevo.che.wisc.edu> * acconfig.h: Merge contents of config.h.bot. * config.h.bot: Delete. * autogen.sh: Allow running of autoconf or autoheader to be skipped. 2001-02-06 John W. Eaton <jwe@bevo.che.wisc.edu> * readline: Update to new version (4.2-beta1). 2001-02-05 Mumit Khan <khan@nanotech.wisc.edu> * configure.in (TEMPLATE_AR, TEMPLATE_ARFLAGS): New variables. * Makeconf.in (TEMPLATE_AR, TEMPLATE_ARFLAGS): Likewise. * configure.in (XTRA_CXXFLAGS): Use -fno-implicit templates for pre-gcc3 compilers. Remove -fno-rtti and -fno-exceptions. (DEPEND_FLAGS, DEPEND_EXTRA_SED_PATTERN): New macros. (BLAS_LIBS): Fix test for sunperf library on Sun Solaris. (CPICFLAG, CXXPICFLAG, FPICFLAG, SH_LDFLAGS, RLD_FLAG): Add Sun compiler support. * Makefile.in (DEPEND_FLAGS, DEPEND_EXTRA_SED_PATTERN): New variables. (%.d : %.cc): Use. (%.d : %.c): Likewise. * acconfig.h (CXX_ISO_COMPLIANT_LIBRARY): Add #undef. 2001-01-31 Mumit Khan <khan@nanotech.wisc.edu> * Makeconf.in (%.d : %.cc): Strip the directory portion of the target. (%.d : %.c): Likewise. * aclocal.m4 (OCTAVE_CXX_ISO_COMPLIANT_LIBRARY): New macro. * configure.in: Use it. 2001-01-29 John W. Eaton <jwe@bevo.che.wisc.edu> * Makeconf.in (do-subst-config-vals): Substitute OCTAVE_CONF_CANONICAL_HOST_TYPE here too. * octave-bug.in: Substitute OCTAVE_CONF_CANONICAL_HOST_TYPE, not OCTAVE_CANONICAL_HOST_TYPE.
2001-04-22Only install the include files once.jtb1-7/+3
2001-04-19fix one more instance of __alpha__ being used as a test for OSF.dmcmahill3-6/+15
2001-04-19Move to sha1 digests, and add distfile sizes.agc51-95/+146
2001-04-19make sure this configures and builds correctly with either f77 or f2c.dmcmahill3-15/+35
2001-04-19MAIN__ need to be undefined during some of the fortran configure testsdmcmahill2-44/+25
or valid programs will fail with link problems.
2001-04-19__alpha__ doesn't imply OSF so doen't include OSF specific code baseddmcmahill2-1/+14
on __alpha__.
2001-04-18fix quotes for including bsd.pkg.mkdmcmahill1-2/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc132-344/+254
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17Add and enable dcdflib.fjtb1-1/+2
2001-04-17Initial import of dcdflib.f.jtb7-0/+113
This library contains routines to compute cumulative distribution functions, inverses, and parameters of the distribution for the following set of statistical distributions: (1) Beta (2) Binomial (3) Chi-square (4) Noncentral Chi-square (5) F (6) Noncentral F (7) Gamma (8) Negative Binomial (9) Normal (10) Poisson (11) Student's t (12) Noncentral t Given values of all but one parameter of a distribution, the other is computed. These calculations are done with FORTRAN Double Precision variables.
2001-04-16Use teTeX-[0-9]* in BUILD_DEPENDS as teTeX-* expands to a number of packages.jtb1-3/+3
pari.el only works for GNU Emacs.
2001-04-14Change MAINTAINER section to packages@netbsd.orgjtb29-58/+58
2001-04-13Use BSD_INSTALL_* in preference to passing INSTALL_* through MAKE_ENV.jtb3-17/+18
2001-04-12Add a _c suffix to library names , ie. "libdcdflib_c", to allow simultaneousjtb4-23/+23
installation of C and Fortran versions. Suggested by Hubert a while back. Bump up version no.
2001-04-09remove unnecessary patches. I'm sure I had cvs rm'd them before thedrochner5-74/+0
last commit.
2001-04-09update to 19.0.0drochner3-18/+11
Didn't find a changelog. At least the build glitches are gone.
2001-04-09s/f2c/g2c/jtb3-9/+8
2001-04-09Add MAIN__ to the tela.C file instead of creating a new file.jtb4-30/+19
2001-04-09Add a dummy MAIN__ function to eliminate references to undefined symbolsjtb3-3/+23
when linking with a shared libf2c.
2001-04-08Added defaults for EVAL_PREFIX.jtb1-1/+5
2001-04-08Update to scilab-2.6dmcmahill21-9089/+9377
Thanks to the scilab folks at INRIA for helping us get rid of 9 more patches! From the CHANGES file: Main Changes Scilab 2.5 -> 2.6 ============================== NEW FUNCTIONALITIES =================== Automatic graphic rescaling when combining 2D plots, axis handling Isometric 3D plots. Thanks to Enrico Segre 3D plots shading. Thanks to Stephane MOTTELET Error messages handling Grep function added Modeless message box added Profiling of functions execution added Real time simulation in Scicos. Thanks to Anders Blomdell Scicos diagram linearization and fixed point computation OTHERS IMPROVEMENTS =================== A more professional licence Input/Output improved (carriage return at the end of the file are not required anymore, OS independent ascii file input, handling of opened files ) More complete mexlib for MatlabV mex interface. Many bug corrected in integer types manipulation API improved, many examples given A better window management under KDE A better plugin interface (help, demos,...) and new Scilab functions for building and loading interfaces. Interactive demos for ODE and DAE solving added Scicos' GUI improved, customizable keyboard shortcuts added Default list, tlist and mlist display can be overloaded It is now possible to draw dashed lines in color. Background now work with postscript driver. Easiest argument passing to plot2d, plot3d,... GIF driver bugs fixed. INCOMPATIBLITY ============== help and scicos palettes handling have changed. Fraclab toolbox has been moved to the contributions part and is no more included in the package The Communication Toolbox (geci) is now obsolete. It will be removed in next release. Use PVM instead.
2001-04-07Add some -Wl,-R because the f2c package builds shared libraries now.jtb2-6/+6
2001-04-02Remove CONFLICT with octave-2.* since they have the same PKGNAME.wiz1-11/+9
Replace file by f for fewer pkglint warnings.
2001-04-01fix broken shell script. Its [ "$foo" = "$bar" ] not [ "$foo" == "$bar"].dmcmahill2-1/+27