summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv1-2/+2
( We really need non-recursive dependancies... *sigh* )
2003-12-24Adjust dependancies and bump PKGREVISION due to:jmmv1-2/+3
- teTeX 1.0.x packages have been moved to teTeX1* directories. - teTeX 2.0.x packages have been moved to teTeX* directories and their base name has been changed to teTeX (instead of teTeX2).
2003-12-24+ py-fpconstrecht1-1/+2
2003-12-24initial import of py-fpconst-0.6.0recht4-0/+34
This python module implements constants and functions for working with IEEE754 double-precision special values. It provides constants for Not-a-Number (NaN), Positive Infinity (Inf), and Negative Infinity (-Inf), as well as functions to test for these values. The code is implemented in pure python by taking advantage of the 'struct' standard module. Care has been taken to generate proper results on both big-endian and little-endian machines. Some efficiency could be gained by translating the core routines into C.
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv2-4/+4
2003-12-23Use compiler.mk logic, fixing systems with a non-GCC compiler.sketch1-4/+2
2003-12-19Fix building when non-root.markd2-1/+23
Closes PR pkg/23760
2003-12-19Make sure that the link to libtool in the scilab installation directorydmcmahill1-2/+5
points to the installed libtool instead of to the buildlink2 directory. Should fix PR23759.
2003-12-18Remove hacks for Solaris which worked around a bug in mk/bsd.prefs.mksketch2-13/+3
before -r1.130. They are now preventing this package from installing. Bump PKGREVISION.
2003-12-13Bump PKGREVISION for atk library major bump.wiz1-2/+2
2003-12-11Mark this package as BROKEN - it relies on the API from an older version ofagc1-1/+3
superlu, and will require much massaging to make it work with the current superlu package.
2003-12-04Now uses libtool and builds shared librariesadam6-229/+260
2003-12-04CHANGES IN RPy 0.3.1adam3-11/+14
-------------------- Fixed bugs o There was several memory leaks due to bad management of Python refcounts. o There was wrong synchronization of the thread running the R event loop and the calls to the R interpreter. o There was a bug with signal handling which caused segfault when 'Ctrl-C' were pressed. o The R event loop shouldn't be run in non-interactive sessions. o The i/o Python callbacks were wrong synchronized with the R event loop thread. New features o Added a rpy_version symbol.
2003-12-04Now uses shared blas library from math/blasadam1-5/+3
2003-12-04buildlink fixadam2-5/+4
2003-12-04Changes 2.1.52:adam16-1502/+1123
* Emacs fixes * The ++ and -- operators now work for indexed matrices * The built-in variable argv is now a list of strings instead of a string vec. * The new built-in variable `crash_dumps_octave_core' controls whether Octave writes user variables to the file `octave-core' when it crashes or is killed by a signal. * Loops of the form `for i = STRING ... endfor' are now allowed. * It is now possible to set the iteration limit for lsode using lsode_options ("step limit", N). * New functions * The save command now accepts the option -append to save the variables at the end of the file, leaving the existing contents. * New command-line option --no-history (also available using the single character option -H) inhibits saving command history. * The built-in variable `PWD' has been removed. * New operators. * New built-in data types. * Commas in global statements are no longer special. * It is now possible to declare static variables that retain their values across function calls. More --> See "NEWS"
2003-12-04Now uses libtool and makes shared librariesadam5-80/+78
2003-12-04Now uses libtool and makes shared librariesadam6-88/+63
2003-12-03Change MAINTAINER to "tech-pkg" instead of the previous "packages".kristerw1-2/+2
2003-12-03Update R to 1.8.1.markd22-369/+320
Changes since 1.6.2 Many new features. Language changes. Additional standard package 'mle'. Some old features deprecated or defunct. Many many bug fixes. Update to 1.8.0 from Ray Brownrigg in private communication, cleaned up and updated to 1.8.1 by me.
2003-12-01update patches so that this is in sync with what got committedjdolecek3-11/+29
into PHP CVS tree; the patches will be disposed on next PHP update PKGREVISION not bumped, the package works exactly same as before
2003-11-19Homepage addedadam1-1/+2
2003-11-19Fix build of const.o on -current by adding #ifdef INFINITYsommerfeld2-1/+20
2003-11-15The distifile has been regenerated (but its contents are identical).kristerw2-4/+6
Add DIST_SUBDIR and regen distinfo.
2003-11-15The distifile has been regenerated (but its contents is identical).kristerw2-4/+6
Add DIST_SUBDIR and regen distinfo.
2003-11-12PKGREVISION++ due to devel/popt update.salo5-10/+10
2003-11-11Update to 3.0 since the 2.0 tarball has changed.wiz4-22/+46
Changes: * Version 3.0, 10-15-03 - add "options" and "stat" argument for the driver routines DGSSV/DGSSVX. This interface is more user-friendly and flexible. - add more examples in EXAMPLE/ - add a "symmetric mode" with better performance when the matrix is symmetric, or diagonal dominant, or positive definite, or nearly so. Also, make 'test' target do something.
2003-11-10simplify last a little.grant1-2/+2
2003-11-10Unfortunately, octave will not build with gcc>=3.0 (and we really do notjschauma1-2/+6
want to patch all this), so bail out if we detect a gcc-3 compiler. Suggest octave-current instead. Closes my own PR pkg/21874. While here, allow dependecy on either ghostscript or ghostscript-nox11.
2003-11-09Make this build with gcc-3.3.2.fredb4-1/+54
2003-11-08Update PHP to 4.3.4jdolecek1-3/+3
From release announcemenet: After a lengthy QA process, PHP 4.3.4 is finally out! This is a medium size maintenance release, with a fair number of bug fixes. All users are encouraged to upgrade to 4.3.4. Bugfix release PHP 4.3.4 contains, among others, following important fixes, additions and improvements: * Fixed disk_total_space() and disk_free_space() under FreeBSD. * Fixed FastCGI support on Win32. * Fixed FastCGI being unable to bind to a specific IP. * Fixed several bugs in mail() implementation on win32. * Fixed crashes in a number of functions. * Fixed compile failure on MacOSX 10.3 Panther. * Over 60 various bug fixes! For full list of changes in PHP 4.3.4, see ChangeLog: http://www.php.net/ChangeLog-4.php#4.3.4
2003-11-07Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan2-2/+4
2003-11-01obey CFLAGS, FFLAGS, and LDFLAGS on Solaris. Especially the LDFLAGSdmcmahill3-11/+79
lets the linker work right. No change on non-Solaris systems.
2003-09-30add bcreed1-1/+2
2003-09-29bc 1.06 - Arbitrary precision calculator languagereed6-0/+163
2003-09-28Permit teTeX2 as well as teTeX for BUILD_DEPENDS.kristerw2-4/+4
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam2-4/+4
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant2-4/+4
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-19Update HOMEPAGE and/or MASTER_SITESdent3-6/+6
2003-09-19Use .CURDIR instead of PKGDIR variable (for pkglint).wiz1-2/+2
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant2-4/+4
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-15make this file cause a DEPENDS not a BUILD_DEPENDS as it installs admcmahill1-2/+1
shared library which is most definitely needed at run time.
2003-09-15add and enable ruby-gsldmcmahill1-1/+2
2003-09-15import ruby-gsl-0.1.9dmcmahill4-0/+123
This is a port of the GNU Scientific Library to the Ruby programming language. Things from GSL you can use in ruby-gsl: - some error handling (ch. 3 in the GSL documentation) - basic mathematical functions (ch. 4) - complex numbers (ch. 5) - functions for polynomial evaluation/roots (ch. 6) - most "special functions" (ch. 7) - vectors and matrices (ch. 8) - permutations (ch. 9) - combinations (ch. 10) - BLAS support (ch. 12) - linear algebra (ch. 13) - eigensystems (ch. 14) - numerical integration (ch. 16) - random number generation (ch. 17) - quasi-random sequences (ch. 18) - most random number distributions (ch. 19) - most statistical functions (ch. 20) - histograms (ch. 21) - Monte Carlo integration (ch. 23) - Simulated Annealing (not reliable) (ch. 24) - interpolation (ch. 26) - numerical differentiation (ch. 27) - Chebyshev approximation (ch. 28) - series acceleration (ch. 29) - Discrete Hankel Transforms (ch. 30) - 1-dimensional root-finding (ch. 31) - 1-dimensional minimization (ch. 32) - some functions for least-squares fitting (ch. 35) - physical constants (ch. 37)
2003-09-14forgot to add on last commitdmcmahill1-0/+14
2003-09-14add 2 missing CGS units definitions.dmcmahill2-3/+4
2003-09-14Update to 23.1.recht3-6/+22
changes: Version 23.1 August 2003 [unreported] fixed assignment to matrix. [unreported] added check so that non-character array cannot be interpreted as a character buffer. [unreported] array([m,m,m]) when m is a rank-0 array now works as expected. Patches: [ 782001 ] Add true and floor divide to MA [ 781215 ] true_divide bug [ 776991 ] multiplying small UINT values gives random results [ 776467 ] remove string exceptions
2003-09-14hange extension.mk to also install optimized files for distutils packages.recht3-57/+106
Inspired by FreeBSD "ports". Fix the PLISTs accordingly. Also, while at it, remove now obsolete compileall.py calls in post-install targets and insure that extension.mk is in included before builinlinks of other Python modules. Discussed with/ok'ed by drochner@.
2003-09-14correct the name of some included header files. This lets the CGS and MKSdmcmahill3-2/+18
units work correctly now. Bump pkgrevision.
2003-09-12add a few patch files, actually replacements for part of the distfile,dmcmahill2-9/+26
from the authors to fix some bugs in the scicos blocks. Bump PKGREV to produce scilab-2.7nb2