summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2001-07-01Importing ruby-bigfloat.taca4-0/+41
BigFloat is an extension library for Ruby. Using BigFloat class, you can obtain any number of significant digits in computation.
2001-07-01Regen.tron1-2/+2
2001-07-01Fix typo in last commit.tron1-2/+2
2001-07-01Fix "libguppiConf.sh" so that linking of applications with the "guppi"tron3-3/+17
libraries actually works. Bump version number to 0.35.5nb1.
2001-07-01Add and enable "guppi" package.tron1-1/+2
2001-07-01Initial import of new "guppy" package:tron4-0/+557
Plot program with integrated statistics capabilities
2001-06-28Added and enabled snns-4.2: A software simulator for neural networkswulf1-1/+2
2001-06-28Initial import of snns-4.2: A software simulator for neural networkswulf7-0/+265
2001-06-21Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-06-20Update of ntl to 5.1a. Change build system to use libtool forjtb5-45/+169
shared libraries. Changes between NTL 5.0c and 5.1a Some minor fixes and additions. Completely backward compatible. * Added a routine LatticeSolve() for finding integer solutions to linear systems of integer equations. * Modified the stragey used by the LLL() and image() routines in the LLL package to deal with linear dependencies. The new strategy guarantees better worst-case bounds on the sizes of intermediate values. I'm not sure if it will have any serious practical impact, though. * Added some "partial ISO modes" so that one can use some of the features of Standard C++, even if ones compiler does not yet support all of the features. * Bug fix: routine determnant() in mat_GF2.h was not visible to the linker because of a typo in mat_GF2.c. * Made a "smarter" script for selecting the GetTime() function. This fixes an installation problem on Cygwin/Windows 95 platforms. I hope it doesn't create more problems than it solves, though. * Added some extra documentation for installation under Windows/MS Visual C++. * Changed some names like c_lip.c to c_lip_impl.h. This should avoid some potential installation problems. * Throw away first 256-bytes of arc4 streams to improve quality of the pseudo-random number generator. This may change the precise behavior of some programs. * Other minor, internal modifications.
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-2/+1
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-11Add a build depends on emacs. Noted from John Darrow's i386 bulk build.jtb1-1/+2
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam8-19/+11
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam1-3/+1
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
2001-06-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam1-5/+1
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-09Sort.wiz1-2/+2
2001-06-01Use -Wl,-R$libdir in the `gsl-config' script.jtb2-1/+15
2001-05-31Install an additional (useful) HTML page.wennmach2-3/+4
Via patch from Masao Uebayashi <ueubayasi@soum.co.jp>
2001-05-24Standardize name of file to include for build-links to be "buildlink.mk".jlam1-5/+5
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers and libraries. Create a variable BUILDLINK_TARGETS whose value is the list of build-link targets to execute.
2001-05-23Update PLIST for gsl-0.8.jtb1-18/+18
2001-05-23No longer needed.jtb5-181/+0
2001-05-23Update to gsl-0.8.jtb2-16/+11
* What is new in gsl-0.8: ** The build process now uses the latest libtool and automake ** The library should now compile with Microsoft Visual C++ ** Portable versions of the isinf, isnan and finite functions are available as gsl_isinf(x), gsl_isnan(x) and gsl_finite(x). ** The definitions of GSL_POSINF, GSL_NEGINF and GSL_NAN no longer cause divisions by zero during compilation. ** The gsl_interp_obj has been renamed to gsl_interp ** The poly_eval and pow_int functions have been moved from the specfunc directory to the poly and sys directories. ** The Chebyshev functions are now available as an independent module in their own directory. ** The error handling conventions have been unified across the library. This simplifies the use of the special functions. ** A full CBLAS implementation is now included for systems where ATLAS has not been installed. The CBLAS library can also be used independently of GSL. The organisation of the BLAS directories has been simplified. ** IEEE support for HPUX-11, NetBSD, Apple Darwin and OS/2 are now included. ** The library now includes implementations of log1p, expm1, hypot, acosh, asinh, atanh for platforms which do not provide them. ** The convention for alloc and set functions has changed so that they are orthogonal. After allocating an object it is now necessary to initialize it. ** There is a new module for estimating numerical derivatives of functions ** There is a new module for handling data with ntuples ** The histogram lookup functions are now optimized for the case of uniform bins, and include an inline binary search for speed. ** The Chebyschev coefficients for the QAWO algorithm are now precomputed in a table for efficiency, rather than being computed on the fly. ** There are several new sorting functions for selecting the k-th smallest or largest elements of a dataset. ** Iterator functions are now available for permutations, gsl_permutation_next and gsl_permutation_prev. ** The function gsl_complex_xy has been renamed gsl_complex_rect ** The API for simulated annealing has been changed to support search spaces in which the points cannot be represented as contiguous-memory data structures. gsl_siman_solve() now takes three extra arguments: a copy constructor, a copy function and a destructor, allowing gsl_siman_solve() to do its work with linked data structures. If all three of these function pointers are NULL, then the traditioanl approach of using malloc(), memcpy(), and free() with the element size is used.
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz2-4/+4
Noted by Frederick Bruckman.
2001-05-19Update to pari-2.1.1.jtb6-189/+193
Fixed 1- return() could forget objects on heap [F2] 2- polhensellift(x^3+x^2+2,[x^2,x+1],2) --> pols not coprime [F3] 3- Configure missed some shared libraries [e.g RedHat 7.0] [F4] 4- requests for precision of bnfinit(x) [ = Q ] could yield SEGV [F6] 5- compatible = 3 not taken into account when reading a file [F7] 6- lines > 0: output driver didn't reset properly after user output [F9] 7- nfdisc(x^5+2*x^4+3*x^3-3*x^2+122*x-1) --> impossible inverse [F10] 8- bug in gcc-2.95: SEGV on Linux (quicksqri) [F11] 9- addrfrac: could return a t_RFRAC whose denominator wasn't a t_POL[F12] 10- bnfcertify (zimmertbound): off by two error when reading bound [F13] BA 11- pbs in Fp_factor_irred (factoring over Fq a pol. defined over Fp)[F25] 12- typo in quadhilbertimag (SEGV for very large discriminants) [F28] BA 13- isprime(n < 2, 2 or 3) gave wrong result [F31] BA 14- nfgaloisconj(polcyclo(11)+1)--> oo loop [F35] nfgaloisconj(polcyclo(40))-->incorrect result IS 15- typo in squfof tuning on 64bit machines [F36] 16- van Hoeij's algorithm (factor(Z[X])): wrong bound in LLL_cmbf [F41] 17- rare SEGV in nfdisc [F44] 18- rare problem in isprincipal (large non Galois base field) [F56] --> wrong result (generators not required) or infinite loop. 19- build failed with readline-4.2 [F57] Changed 1- DOS distribution archives (GPM removed) [C1] XR 2- try more prime ideals in nfsqff [nffactor, modular part] [C4] 3- renamed library function gsize() to sizedigit() [pb with gtk] [C10] IK 4- let lisGEN() return NULL when EOF is met (was oo loop) [C12] 5- install the whole distribution (see ?12) + improved Configure [C17] Added 1- README.WIN, config/[arch-osname|locatesymbol], doc/tex2mail.1 [A1]
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam1-2/+2
2001-05-16Delete the prebuilt info files after extraction so that they getjtb1-1/+4
regenerated and work properly with the info program in NetBSD. Fixes PR pkg/12962 by Jim Bernard <jbernard@mines.edu>.
2001-05-16Add and enable tasp-vsipl.jtb1-1/+2
2001-05-16Initial import of tasp-vsipl.jtb7-0/+630
This is an implementation of a VSIP Library (Vector/Signal/Image Processing Library) as defined by the VSIPL Forum for a CORE profile. The TASP_VSIPL library is an effort to produce a VSIPL library suitable for demonstration and early development and testing of VSIPL code and ideas. The Tactical Advanced Signal Processing Common Operating Environment (TASP COE) effort is striving to produce a common operating environment for signal processing throughout the Navy and DOD for the COTS environment. VSIPL is thought by TASP to have a good chance of becoming a standard signal processing library for many vendors who supply DOD high performance computing products. For this reason TASP is supporting the VSIPL effort. This is the TASP VSIPL Core Plus implementation of VSIPL. Core Plus includes all the functionality of the core profile plus most floating point Vector and Elementwise Operations not required by the VSIPL Core profile. The additional functions include such things as matrix elementwise add and multiply. The TASP VSIPL code is required to be freely available for any use.
2001-05-16Use devel/readline/Makefile.readline to handle using libedit readlinejlam3-13/+27
emulation or depending on the readline package.
2001-05-14use USE_PYTHONdrochner4-48/+12
2001-05-10Fix distfile mismatch noted from Alpha bulk build.jtb2-5/+5
2001-05-10Use quotes rather than angle brackets for local includes.jtb8-32/+32
2001-05-10set runtime library search path so that libnetcdf is founddrochner2-5/+13
2001-05-07avoid c++ -O2 bug on alpha.dmcmahill3-18/+30
2001-05-05Install yacas.el.jtb2-2/+7
2001-05-05NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL.jtb2-4/+7
2001-05-05Remove unnecessary blank line.jtb1-3/+2
2001-05-05Use the netlib .tgz archive and DIST_SUBDIR. Although netlib don'tjtb2-8/+14
use version numbers the file changes very seldom and it's better than cluttering up LOCAL_PORTS.
2001-05-05Mechanical changes of tk DEPENDS:jlam1-2/+2
tk-8.3.2 -> tk>=8.3.2 tk-[0-9]* -> tk>=8.0 tk-8.* -> tk>=8.0
2001-05-04* Install examples.jtb6-14/+54
* Install library as libpari.a. (Previously the package installed libpari.a.2.1 and created a symbolic link libpari.a). * Fix warning about O_RDONLY being redefined.
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