summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2009-02-25Fix DISTNAME so that it doesn't follow PKGREVISION changes.asau1-2/+2
Unbreaks fetch.
2009-02-23DESTDIR supportjoerg1-16/+20
2009-02-22Update to 0.71:wiz2-7/+6
0.68 Fri Jun 30 12:17:01 2006 - Added a new version of phrtsd and the phrtsd_orig option. 0.69 Tue Sep 12 08:55:10 2006 - Changed pow to exp at randlib.c[1040] to get around a bug with gcc under AIX. (Would it also be possible to avoid this by using -lmsaa rather than -lm?) 0.70 Fri Oct 12 16:30:18 2007 - Minor corrections to POD. 0.71 Tue Sep 16 15:38:06 2008 - Used $ARGV[0] rather than shift in Makefile.PL. Thanks to John Fong for the correction.
2009-02-22Use MASTER_SITE_NETLIB for Netlib and its mirrors.asau3-10/+6
Discussed with Tobias Nygren.
2009-02-22Update from version 1.22 to 1.23.he2-6/+8
Pkgsrc changes: o Adapt to .zip distfile format o Add HOMEPAGE Upstream changes: 1.23 18 Dec 2008, Perl 21th birthday version Minimum Perl version required in META.yml
2009-02-22Update from version 2.010800nb1 to 2.010801.he3-37/+35
Pkgsrc changes: o Re-do patch-ab so that the tests and adaptations for the various NetBSD archs don't sit inside "if ($os eq 'sunos')" (!). Upstream changes: 2.010801: build_paricfg() takes a version argument write_paricfg(): likewise. Emit paricfg.h which supports GP/PARI v2.3.4. Remove the section on CPAN mirroring from README. INSTALL: Explain how to google when server is down. Skip another subtest in ploth.t. Fix treatment of -oo in tests. Still fails, but now with not ok 12 # in='intmellininvshort(2,4,$tab)-$A' # out='-3.364954880E-97+9.90717831E-100*I', type='Math::Pari' # pari==='-3.072350108 E-97 + 9.90717831 E-100*I' # re_out='\-3\.072350108,?\s*E\-97,?\s*\+,?\s*9\.90717831,?\s*E\-100\*I' Consider `intfuncinit' as requiring "unsane" precision of limits (bug in GP/PARI???). Now all tests pass???
2009-02-21PKGREVISION bump for libsndfile ABI depends bump.wiz1-1/+2
2009-02-19CLISP isn't needed at run time, it is required for build time only.asau2-3/+4
Bump PKGREVISION.
2009-02-17Changes 3.2.1:adam4-19/+19
* Performance improvements for some multidimensional r2c/c2r transforms; thanks to Eugene Miloslavsky for his benchmark reports. * Compile with icc on MacOS X, use better icc compiler flags. * Compilation fixes for systems where snprintf is defined as a macro; thanks to Marcus Mae for the bug report. * Fortran documentation now recommends not using dfftw_execute, because of reports of problems with various Fortran compilers; it is better to use dfftw_execute_dft etcetera. * Some documentation clarifications, e.g. of fact that --enable-openmp and --enable-threads are mutually exclusive (thanks to Long To), and document slightly odd behavior of plan_guru_r2r in Fortran. * FAQ was accidentally omitted from 3.2 tarball. * Remove some extraneous (harmless) files accidentally included in a subdirectory of the 3.2 tarball.
2009-02-11Python 2.3 doesn't work, so remove it.joerg1-2/+2
2009-02-11Doesn't support Python 2.3.joerg1-2/+2
2009-02-11Sort PYTHON_VERSIONS_ACCEPTED.joerg1-2/+2
2009-02-11pkgsrc-user@ => pkgsrc-users@.obache1-2/+2
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-1/+2
changed runtime dependencies now.
2009-02-09Add p5-Romandsainty1-1/+2
2009-02-09This module provides some functions which help conversion of numeric notationdsainty3-0/+25
between Roman and Arabic.
2009-02-05update to 5.24.3.1drochner2-6/+7
This fixes an embarrassing bug in bitshift calculations.
2009-02-01Add & enable p5-Spreadsheet-Readseb1-1/+2
2009-02-01Initial import of p5-Spreadsheet-Read version 0.34 in the NetBSDseb3-0/+38
Packages Collection. The Perl 5 module Spreadsheet::Read tries to transparently read *any* spreadsheet and return its content in a universal manner independent of the parsing module that does the actual spreadsheet scanning.
2009-02-01Add & enable p5-Spreadsheet-XLSXseb1-1/+2
2009-02-01Initial import of p5-Spreadsheet-XLSX version 0.09 in the NetBSDseb3-0/+32
Packages Collection. The Perl 5 module Spreadsheet::XLSX is a (quick and dirty) emulation of Spreadsheet::ParseExcel for Excel 2007 (.xlsx) file format. It supports styles and many of Excel's quirks, but not all. It populates the classes from Spreadsheet::ParseExcel for interoperability; including Workbook, Worksheet, and Cell.
2009-02-01Add & enable p5-Spreadsheet-ReadSXCseb1-1/+2
2009-02-01Initial import of p5-Spreadsheet-ReadSXC version 0.20 in the NetBSDseb3-0/+29
Packages Collection. The Perl 5 module Spreadsheet::ReadSXC extracts data from OpenOffice 1.x spreadsheet files (.sxc).
2009-01-31Update from version 0.4400 to version 0.4900 (upstream 0.49)seb2-6/+6
Upstream changes (it says 0.48 for the first changes entry but I guess the author really meant 0.49): 0.48 24 January 2009 ! Added Text::CSV_XS to xls2csv() function to handle embedded commas in csv data. Reported by Fredrik Linde. https://rt.cpan.org/Ticket/Display.html?id=41337 + Rewrote Utility.pm documentation. - Removed wantarray from ExcelFmt() and the unused and undocumented feature of returning the result and a format color in a list context. The older mechanism is still available but now requires an explicit flag. 0.48 23 January 2009 ! Fixed bug where numbers with uppercase formats such as MM/DD/YY were ignored. Applies to files created by OpenOffice.org and some international versions of Excel. Added tests for above. http://rt.cpan.org/Public/Bug/Display.html?id=20526 http://rt.cpan.org/Public/Bug/Display.html?id=31206 http://rt.cpan.org/Public/Bug/Display.html?id=40307 ! Removed undocumented and counter-intuitive use of overload on SheetNo in Worksheet.pm. http://rt.cpan.org/Public/Bug/Display.html?id=14278 0.47 22 January 2009 ! Fixed bug where multiple embedded charts on a worksheet caused the worksheet order to be lost and data to get overwritten. Reported by Steven Martin and others. http://rt.cpan.org/Public/Bug/Display.html?id=13365 0.46 18 January 2009 ! Heavily refactored the ExcelFmt() function for maintainability and fixed several bugs, in particular for 12 hour clock times. Added test cases for above. ! Removed use of $& match variables from ExcelFmt. Reported by Aaron Wigley. http://rt.cpan.org/Public/Bug/Display.html?id=42425 ! Replaced lvalue substr() in ExcelFmt () with 4-arg substr() for efficiency. Reported by Goro Fuji. http://rt.cpan.org/Public/Bug/Display.html?id=42518 ! Removed spurious t/examples dir from Makefile.PL and removed unused t/lib dir. Reported by Peter (Stig) Edwards. http://rt.cpan.org/Public/Bug/Display.html?id=42442 0.45 13 January 2009 ! Fixed failed parsing of large (8-16k) Unicode strings. Reported by Graham Stead and Moka. http://rt.cpan.org/Public/Bug/Display.html?id=41813 http://rt.cpan.org/Public/Bug/Display.html?id=35678 ! Fixed critical bug where data rows could be ignored. Reported and isolated by Peter (Stig) Edwards. http://rt.cpan.org/Public/Bug/Display.html?id=30677
2009-01-27Update to FriCAS 1.0.5, change default Lisp to CLISP.asau5-37/+42
Changes since FriCAS 1.0.4: - improvement to normalize function, it performs now much stronger simplifications than before - better integration: due to improved normalize FriCAS can now integrate many functions that it previously considered unintegrable - improvement to Martin Rubey guessing package, for example it can now guess differential equation for the generating function of integer partitions - better support for using type valued functions - several bug fixes Changes since FriCAS 1.0.3: User Interface: - Add a new emacs mode: just (require 'fricas), M-x fricas and enjoy. - Add support for inline display of LaTeXed code. - Add support for mouse wheel. - Supress SBCL style warnings due to autoloading. Merge Ralf's wonderful new Aldor interface. Allow calling type-valued functions. Improve coercion of types. Add coercions to InputForm. Improve unparse. Use SExpression as representation of OutputForm. Miscellaneous improvements, bug fixes and cleanups. Approved by <obache>.
2009-01-27Update eigen2 to 2.0-beta6markd4-29/+24
changes unspecified - better handling of systems without posix_memalign.
2009-01-27Add DESTDIR support.asau5-29/+31
Approved by <tnn>.
2009-01-23Give up maintainership, as I have not so much as looked at pkgsrc injschauma1-2/+2
well over a year now. Sorry. :-(
2009-01-20update to 1.8.4drochner3-7/+20
changes: bugfixes
2009-01-18Update from version 3.1.2 to 3.2, to bring this in line withhe2-12/+10
the version in math/fftw/. Pkgsrc changes: o Get rid of the powerpc-specific distfile, it's apparently not needed anymore o Add perl as a tool, so that "make test" can succeed o Adjust dependency on math/fftw
2009-01-18Add REPLACE_OCTAVE feature.obache1-1/+13
2009-01-17Changes 4.35:adam2-6/+6
* New API routines were added to the package. * A minor change were made in the internal routine xputc. * A minor bug was fixed in the internal routine mpl_fn_time2str.
2009-01-12Update from version 0.4200 to 0.4400 (upsteream 0.44).he2-6/+7
Pkgsrc changes: o Adjust dependencies to fit requirements Upstream changes: 0.44 8 January 2009 ! Fix for OpenOffice.org GENERAL format. http://rt.cpan.org/Public/Bug/Display.html?id=7206 Thanks to Niko Tyni and the Debian Perl team + Perltidyed source and added standard headers and Pod sections to all modules. 0.43 7 January 2009 + Restructured and rewrote the main documentation. This is the start of a general refactoring. If you would like to keep up to date with it keep an eye on the Spreadsheet::ParseExcel Google Group. http://groups.google.com/group/spreadsheet-parseexcel + Added worksheets() Workbook method to iterate over the Worksheet objects. + Added unformatted() method to get a Cell's unformatted value. + Renamed public methods RowRange(), ColRange() and Cell() to row_range(), col_range() and get_cell(). Old methods are still available. ! Turned on compatibility_mode() by default in SaveParser to avoid SP3 problems. ! Fixed minor SaveParser bug with font rotation. http://rt.cpan.org/Public/Bug/Display.html?id=41626
2009-01-12Update to 5.24.3:wiz2-6/+6
Overview of changes in gcalctool 5.24.3 * Updated documentation: de (Christian Kirbach).
2009-01-11posix_memalign() only in recent NetBSD's so use malloc() instead.markd3-22/+22
2009-01-11Use posix_memalign() on NetBSD. Bump PKGREVISION.markd3-2/+26
2009-01-10add eigen2markd1-1/+2
2009-01-10Initial import of eigen 2.0beta5markd5-0/+200
Eigen 2 is a C++ template library for linear algebra: vectors, matrices, and related algorithms. It is: * Versatile. Eigen handles, without code duplication, and in a completely integrated way: o both fixed-size and dynamic-size matrices and vectors. o both dense and sparse (the latter is still experimental) matrices and vectors. o both plain matrices/vectors and abstract expressions. o both column-major (the default) and row-major matrix storage. o both basic matrix/vector manipulation and many more advanced, specialized modules providing algorithms for linear algebra, geometry, quaternions, or advanced array manipulation. * Fast. o Expression templates allow to intelligently remove temporaries and enable lazy evaluation, when that is appropriate -- Eigen takes care of this automatically and handles aliasing too in most cases. o Explicit vectorization is performed for the SSE (2 and later) and AltiVec instruction sets, with graceful fallback to non-vectorized code. Expression templates allow to perform these optimizations globally for whole expressions. o With fixed-size objects, dynamic memory allocation is avoided, and the loops are unrolled when that makes sense. o For large matrices, special attention is paid to cache-friendliness. * Elegant. The API is extremely clean and expressive, thanks to expression templates. Implementing an algorithm on top of Eigen feels like just copying pseudocode. You can use complex expressions and still rely on Eigen to produce optimized code: there is no need for you to manually decompose expressions into small steps. * Compiler-friendy. Eigen has very reasonable compilation times at least with GCC, compared to other C++ libraries based on expression templates and heavy metaprogramming. Eigen is also standard C++ and supports various compilers.
2009-01-07Change category to "math" for consistency.asau1-2/+2
Discussed with tnn@.
2009-01-05Update from version 0.41 to 0.42.he2-6/+6
Upstream changes: 0.42 1 January 2009 + Fix for world writeable files in distro to allow PAUSE indexing.
2009-01-04Move scrollkeeper/omf.mk to rarian/omf.mk.wiz2-4/+4
scrollkeeper is nowadays included in rarian, so the omf.mk file should be there as well. Adapt all references.
2008-12-23Needs pkg-config.joerg1-2/+2
2008-12-21Update maxima to 5.17.1, based on wip/maxima, which was updatedminskim3-9/+20
and tested by Aleksej Saushev and Stathis Kamperis. Major changes: - Expand code for special functions - quad_qagi accepts upper and lower limits instead of flags for limits - Cut out solve_inconsistent_error - new, alternate implementation of vector operations - colorterm: simple output color-coding
2008-12-21Update mathomatic to 14.2.7.minskim3-13/+13
Numerous improvements since 14.0.5. See http://mathomatic.orgserve.de/changes.txt for the complete list of changes.
2008-12-20Improve COMMENT and DESCRiptions.reed6-14/+15
No longer identical. Don't say Linux since this is for other platforms too. Don't mention GUI interface in the description for the console package. By the way, the gtk version is really GNOME, but upstreams calls it gtk.
2008-12-19Update to gsl-1.12. From Aleksej Saushev in PR pkg/40200.tnn4-13/+15
This is a maintenance release, which fixes reported bugs and upgrades the build system to the latest libtool, autoconf and automake.
2008-12-19Add py-numpy and py-scipymarkd1-1/+3
2008-12-19Initial import of py-scipy 0.6.0markd4-0/+1057
SciPy is an open source library of scientific tools for Python. SciPy supplements the popular Numeric module, gathering a variety of high level science and engineering modules together as a single package. SciPy includes modules for graphics and plotting, optimization, integration, special functions, signal and image processing, genetic algorithms, ODE solvers, and others.
2008-12-19user-destdir support.markd1-1/+3
2008-12-19Initial import of py-numpy 1.1.0markd7-0/+1074
NumPy is a general-purpose array-processing package designed to efficiently manipulate large multi-dimensional arrays of arbitrary records without sacrificing too much speed for small multi-dimensional arrays. NumPy is built on the Numeric code base and adds features introduced by numarray as well as an extended C-API and the ability to create arrays of arbitrary type. There are also basic facilities for discrete fourier transform, basic linear algebra and random number generation. Pkgsrc issue: if the package build happens to find a fortran it prefers over the one pkgsrc is using it will try to use it and the wrong thing will happen.