summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2003-08-02depkglint.seb1-3/+2
2003-08-02Use buildlink2 (for X11 benefit).seb1-1/+2
2003-08-02Convert to USE_NEW_TEXINFO.seb2-5/+5
2003-08-02Convert to USE_NEW_TEXINFO.seb9-90/+27
Add patch file to add an Info directory entry to liboctave.texi. Remove now unnecessary patch files and trim one of its "info" bits.
2003-08-02If we were to use gcc.buildlink2.mk on arm32 we might as well be reallyseb1-3/+7
using it for all arch. While here throw in a little bit more of buildlink2ness.
2003-08-02Convert to USE_NEW_TEXINFO.seb6-66/+5
Remove now unnecessary patch files.
2003-08-02Convert to USE_NEW_TEXINFO.seb2-5/+4
2003-08-02Convert to USE_NEW_TEXINFO.seb4-10/+30
2003-07-31Convert to USE_NEW_TEXINFO.seb4-11/+9
2003-07-31Convert to USE_NEW_TEXINFO.seb2-5/+5
XXX Does not seem to like xemacs anymore...
2003-07-31Convert to USE_NEW_TEXINFO.seb4-10/+7
2003-07-29Do not override CFLAGS while building the package, so that optimizations arejmmv4-11/+42
not lost. Fixes PR pkg/20696 by tls@. While here, fix a build failure.
2003-07-24Add/enable djbfftjschauma1-1/+2
2003-07-24Initial import of math/djbfft provided by Chris Lloyd in PR pkg/19258:jschauma8-0/+197
djbfft is an extremely fast library for floating-point convolution. The current version holds most of the speed records for double-precision FFTs on general-purpose computers. djbfft provides power-of-2 complex FFTs, real FFTs at twice the speed, and fast multiplication of complex arrays. Single precision and double precision are equally supported.
2003-07-24Install the include file to ${PREFIX}/include/algae. Fixes leftoverjtb4-7/+140
issue from i386 bulk build.
2003-07-22Remove $Id$ from patch. Everyone should use pkglint :)wiz2-7/+4
2003-07-21COMMENT should start with a capital letter.martti7-14/+14
2003-07-17s/netbsd.org/NetBSD.org/grant78-156/+156
2003-07-13PKGREVISION bump for libiconv update.wiz16-29/+32
2003-07-12use TEST_TARGET instead of custom test targetdillo1-5/+3
2003-07-12don't define test target directly, use do-test insteaddillo1-2/+2
2003-07-11- Use schemas.mk to handle GConf2 schemas properly.jmmv4-10/+19
- Use omf.mk to handle scrollkeeper omf files properly. - Depend on gnome2-dirs to handle shared directories. - Sort PLIST while here. - Bump PKGREVISION to 1.
2003-07-10Update to latest version. No changelog available.jtb9-533/+592
2003-07-08Update to 3.0.1:wiz4-32/+19
* Some speed improvements in SIMD code. * --without-cycle-counter option is removed. If no cycle counter is found, then the estimator is always used. A --with-slow-timer option is provided to force the use of lower-resolution timers. * Added missing static keyword that prevented simultaneous linkage of different-precision versions; thanks to Rasmus Larson for the bug report. * Corrected accidental omission of f77_wisdom.f file; thanks to Alan Watson. * Removed non-portable use of 'tempfile' in fftw-wisdom-to-conf script; thanks to Nicolas Decoster for the patch. * Added 'make smallcheck' target in tests/ directory, at the request of James Treacy.
2003-07-07Make that read "number theory system".jtb1-1/+1
2003-07-07Add pari-galdata.jtb1-1/+2
2003-07-07Initial import of pari-galdata.jtb4-0/+434
Galois group data for the Pari computer-aided number theory.
2003-07-07Allow this to work with latest pari.jtb3-4/+41
2003-07-07Update to pari-2.1.5.jtb19-106/+829
pkgsrc changes: * Build a shared libpari using libtool * convert to buildlink2 Changes in Pari itself: * a long list of bugfixes -- see CHANGES.
2003-07-02Add a TEST_TARGET.jtb1-2/+4
2003-07-02Update to version 2.0.17. Convert to using buildlink.jtb4-701/+719
Summary of changes for version 2.0.17: ------------------------------------- This will probably be the last release in the 2.0.x series. There are a few bug fixes, but the major change is to print a message saying that Octave 2.0.x cannot be compiled with gcc 3.0.x or gcc 2.96. If you want to build Octave 2.0.x, you will need to use gcc 2.95.x. If you want to use gcc 3.0.x or some later version, you should be using the Octave 2.1.35 sources or a more recent version.
2003-07-02Convert to use buildlink.jtb12-1646/+204
2003-07-02Update to version 4.1.3.jtb3-58/+27
Changes according to the NEWS file: * Configure checks for "malloc.h". * Fixed configure to work with autoconf-2.57.
2003-06-27Add two missing libraries.wiz1-1/+3
2003-06-23Update for info file regen that occurs nowjmc1-6/+1
2003-06-18When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather thanagc1-7/+7
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-12This needs perl5 to build with.jmc1-1/+2
2003-06-12Fix typo. Reported by Marc Recht in PR 21869.wiz1-2/+2
2003-06-11Update for the fact that 'arm' ports have been called NetBSD-*-arm for a whileabs3-9/+11
now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build.
2003-06-10If the texi file is getting patched it needs to be rebuilt and that needs ajmc1-1/+2
current texinfo.
2003-06-06update to 4.2.83drochner4-26/+50
bugfix release, as it looks
2003-06-05Add patch to make 'info fftw3' work. Noted broken by Jeremy C. Reed.wiz4-4/+19
PKGREVISION++
2003-06-05Update to 2.1.5:wiz4-55/+11
Version 2.1.5 (3/24/2003) * Bug fix: Fortran wrappers were disabled in version 2.1.4. Version 2.1.4 (3/16/2003) * Upgraded to newer versions of autoconf, etcetera, to fix compilation problems on various recent systems. * The configure script no longer picks the wrong architecture flags (which caused FFTW to crash) on newer IBM POWER machines running AIX. * Multi-threaded transforms should now utilize multiple CPUs on Solaris (which creates threads in single-processor mode by default). * Added experimental support for OpenMP (and SGI MP) compiler parallelization directives in the multi-threaded transforms, instead of using explicit thread spawning. Enable by configuring --with-openmp or --with-sgi-mp in addition to --enable-threads. * Expanded FAQ.
2003-06-05Depend on fftw2. Bump PKGREVISION.wiz1-3/+3
2003-06-05Add fftw2.wiz1-1/+2
2003-06-05Re-import version 2.1.3 of fftw as fftw2.wiz7-0/+138
2003-06-05The librfftw library does not exist, so don't add it to buildlink files.jmmv1-2/+1
Pointed out by mlh at goathill.org in tech-pkg.
2003-06-05Add ess.markd1-1/+2
2003-06-05Initial import of Emacs Speaks Statistics (ESS) version 5.1.24markd6-0/+216
Emacs Speaks Statistics (ESS) provides an intelligent, consistent interface between the user and the software. ESS interfaces with S-PLUS, R, SAS, BUGS and other statistical analysis packages under the Unix, Microsoft Windows, and Apple Mac OS operating systems. ESS is a package for the GNU Emacs and XEmacs text editors whose features ESS uses to streamline the creation and use of statistical software. ESS knows the syntax and grammar of statistical analysis packages and provides consistent display and editing features based on that knowledge. ESS assists in interactive and batch execution of statements written in these statistical analysis languages.
2003-06-05Bump revisions following the guile14's threaded fix.uebayasi2-4/+4