summaryrefslogtreecommitdiff
path: root/math/ruby-gsl
AgeCommit message (Collapse)AuthorFilesLines
2006-08-31Fixed the pkglint warnings about "${WRKSRC}/..".rillig1-5/+6
2006-01-03Bump PKGREVISION by update of ruby18-base package.taca1-2/+2
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca1-4/+4
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2005-11-02Bump PKGREVISION of packages including ruby extention librarytaca1-2/+2
by Ruby 1.8.3 updates.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca1-2/+2
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-01-28Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.taca1-1/+3
Bump PKG_REVISION.
2004-12-04Switch to use RUBY_DLEXT as suffix of extention library.taca1-2/+2
2004-11-27Update ruby-gsl pacakge to 0.2.0 migrating to use new Ruby framework.taca3-26/+18
0.2.0: using GSL 1.5 sorting vectors fixes in Vector and Linalg_complex check if complex_householder_hv is available check for Cygwin faster MonteCarlo implementation more and renamed constants (MKS -> MKSA, CGS -> CGSM) better (meaning more sensible) error handling fixed initialization bug in Spline more samples
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-11Convert to buildlink3.snj1-4/+4
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+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)