aboutsummaryrefslogtreecommitdiff
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* - Bump PORTREVISION after the update of R to 2.12.2Brendan Fabeny2011-02-281-1/+1
| | | | | | | Approved by: makc, miwi (mentors, implicit) Notes: svn path=/head/; revision=270003
* - Update R to 2.12.2, a bugfix releaseBrendan Fabeny2011-02-2818-71/+32
| | | | | | | | | | - Bump PORTREVISION of dependent ports, where necessary Approved by: makc, miwi (mentors, implicit) Notes: svn path=/head/; revision=270002
* Update to 1.10.13.Koop Mast2011-02-282-4/+4
| | | | Notes: svn path=/head/; revision=269970
* - Update to 0.8.7Nicola Vitale2011-02-273-4/+7
| | | | | | | - Remove MD5 checksum from distinfo Notes: svn path=/head/; revision=269934
* - Fix dependency, PYLXML_EGG does not exist nowWen Heping2011-02-272-2/+1
| | | | | | | | | | - Rmove MD5 PR: ports/155057 Submitted by: lwhsu@ Notes: svn path=/head/; revision=269858
* Update to 15.5.0Emanuel Haupt2011-02-262-3/+3
| | | | Notes: svn path=/head/; revision=269794
* Chase the upgrade of MPICH2.Thierry Thomas2011-02-2616-40/+8
| | | | | | | | | | Since I'm there, pet portlint where needed, e.g. by removing oblsolete MD5 checksums. PR: ports/154715 Notes: svn path=/head/; revision=269786
* - Remove PYTHON_REL > 250, since USE_PYTHON 2.5+Martin Wilke2011-02-252-8/+3
| | | | Notes: svn path=/head/; revision=269692
* Chase after net/openldap24-server update.Xin LI2011-02-251-1/+1
| | | | | | | Reminded by: miwi Notes: svn path=/head/; revision=269631
* Update ocamlgraph to 1.7Johan van Selst2011-02-243-3/+7
| | | | Notes: svn path=/head/; revision=269600
* - Update to 10.1Sylvio Cesar Teixeira2011-02-234-12/+24
| | | | Notes: svn path=/head/; revision=269558
* Mark MAKE_JOBS_UNSAFE.Matthias Andree2011-02-221-0/+1
| | | | Notes: svn path=/head/; revision=269520
* - Slightly simplify the fenv fix, and note that FreeBSDBrendan Fabeny2011-02-222-11/+11
| | | | | | | | | | | | | | 7.3 and 7.4 no longer need the fix after the MFC of r203441 on 17 February 2010 - While here, remove MD5 checksums in distinfo PR: 154742 Approved by: makc, miwi (mentors, implicit) Li-Lun Wang (maintainer) Notes: svn path=/head/; revision=269508
* - Fix the option to build profiling libraries as was done inBrendan Fabeny2011-02-221-16/+31
| | | | | | | | | | | | | | | | | | | | | ports/150174 and ports/150549 for math/blas and math/lapack, respectively. - Remove the devel/binutils-related additions to MAKE_ENV, as these are now done by default. - Adjust linking - Add a test target - Bump PORTREVISION PR: 154645 Approved by: makc, miwi (mentors, implicit) Eijiro Shibusawa (maintainer) Notes: svn path=/head/; revision=269507
* Mark as broken: fails to fetch. (newer version is available).Mark Linimon2011-02-221-0/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=269483
* Update to libmpc version 0.9 which brings the following changes:Gerald Pfeifer2011-02-212-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | - New functions: . mpc_set_dc, mpc_set_ldc, mpc_get_dc, mpc_get_ldc for converting between mpc type variables and C variables of type double _Complex or long double _Complex . mpc_sin_cos, computing simultaneously the sine and cosine - Speed-ups: . mpc_pow_si through binary exponentiation . mpc_pow_z when the exponent fits in a long . mpc_tan through the use of mpc_sin_cos - Bug fixes: . trigonometric functions: infinite loop due to overflow for large arguments . exp: close to infinite loop for argument close to 0 . sqrt: close to infinite loop for argument close to 1 . add_si: replaced macro by function, since the macro evaluated the same expression twice - Logging feature for debugging: ./configure --enable-logging #include "mpc-log.h" instead of #include "mpc.h" Notes: svn path=/head/; revision=269452
* - Update to 0.6.5Cheng-Lung Sung2011-02-202-4/+3
| | | | Notes: svn path=/head/; revision=269387
* - Quick fix: py-bitarray should be in RUN_DEPENDSLi-Wen Hsu2011-02-201-1/+1
| | | | Notes: svn path=/head/; revision=269386
* Add py-pybloom 1.0.3, a Probabilistic data structure.Li-Wen Hsu2011-02-205-0/+31
| | | | Notes: svn path=/head/; revision=269385
* - Update to 1.004Wen Heping2011-02-202-3/+3
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/JAWNSY/Math-Random-ISAAC-1.004/Changes Notes: svn path=/head/; revision=269376
* - Update to 1.004Wen Heping2011-02-202-4/+4
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/JAWNSY/Math-Random-ISAAC-XS-1.004/Changes Notes: svn path=/head/; revision=269375
* - Update to 0.5.4Li-Wen Hsu2011-02-202-4/+3
| | | | Notes: svn path=/head/; revision=269372
* - Add a patch from upstream's GIT repository, which fixes a bug inPietro Cerutti2011-02-172-1/+47
| | | | | | | | | | | | vtkJPEGWriter when writing to memory. - Bump PORTREVISION Original commit: http://vtk.org/gitweb?p=VTK.git;a=commit;h=e938db39c2bbd730a060cb0cf95fec52e15d281a Notes: svn path=/head/; revision=269276
* - Update to 1.0.1Wen Heping2011-02-173-11/+22
| | | | | | | | | PR: ports/153758 Submitted by: wenheping@gmail.com (myself) Approved by: maintainer Notes: svn path=/head/; revision=269275
* LAPACKE is a standard C language APIs for LAPACK, which introducesMaho Nakata2011-02-1711-0/+1439
| | | | | | | | | | | | | | | | | | | | the following features[1]: - row-major and column-major matrix layout controlled by the first function parameter; - an implementation with working arrays (middle-level interface) as well as without working arrays (high-level interface); - input scalars passed by value; - error code as a return value instead of the INFO parameter. [1] Intel Corporation. "C Interface to LAPACK" README. 2010. WWW: http://www.netlib.org/lapack/ PR: 153045 Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> Notes: svn path=/head/; revision=269254
* - Update to 2011.02.13Dennis Herrmann2011-02-153-3/+5
| | | | Notes: svn path=/head/; revision=269207
* Update to 15.4.4Emanuel Haupt2011-02-142-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=269156
* Update to 1.04.Anton Berezin2011-02-142-5/+4
| | | | | | | Changes: http://search.cpan.org/dist/Math-ConvexHull/Changes Notes: svn path=/head/; revision=269140
* Update to 1.991.Anton Berezin2011-02-142-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Math-BigInt/CHANGES Notes: svn path=/head/; revision=269138
* - Update to 0.17Wen Heping2011-02-143-8/+7
| | | | Notes: svn path=/head/; revision=269117
* Update to latest gap packages releaseJohan van Selst2011-02-122-6/+3
| | | | Notes: svn path=/head/; revision=268994
* - Update coq to 8.3pl1Johan van Selst2011-02-123-80/+3
| | | | | | | - Remove obsoleted patch (fixed in dist) Notes: svn path=/head/; revision=268981
* Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.Andrej Zverev2011-02-121-1/+1
| | | | | | | | | No functional changes. Sponsored by: p5 namespace Notes: svn path=/head/; revision=268973
* The octave-forge package is the result of The GNU Octave Repositry project,Martin Wilke2011-02-105-0/+36
| | | | | | | | | | | | | | | | | | which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is fl-core. The package contains code for basic functions in Fuzzy Logic for Octave. WWW: http://octave.sourceforge.net/ PR: ports/154580 Submitted by: Stephen Montgomery-Smith <stephen at math.missouri.edu> Notes: svn path=/head/; revision=268879
* Update to 15.4.3Emanuel Haupt2011-02-072-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268756
* Update to 1.48Brendan Fabeny2011-02-073-9/+12
| | | | | | | | Approved by: makc, miwi (mentors, implicit) Feature safe: yes Notes: svn path=/head/; revision=268737
* Update to 1.9.3Brendan Fabeny2011-02-059-174/+188
| | | | | | | | Approved by: makc, miwi (mentors, implicit) Feature safe: yes Notes: svn path=/head/; revision=268693
* The octave-forge package is the result of The GNU Octave Repositry project,Martin Wilke2011-02-055-0/+40
| | | | | | | | | | | | | | | | | | | | | which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is fits. The Octave-FITS package provides functions for reading, and writing FITS (Flexible Image Transport System) files. The package supports uses the libcfitsio library. WWW: http://octave.sourceforge.net/ PR: ports/153971 Submitted by: Stephen Montgomery-Smith <stephen at math.missouri.edu> Feature safe: yes Notes: svn path=/head/; revision=268658
* - Update to 1.2.1Martin Wilke2011-02-052-4/+3
| | | | | | | | | PR: 153479 Submitted by: Shin'ya Murakami <murashin@gfd-dennou.org> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268656
* - Correct pkg-messageMartin Wilke2011-02-051-2/+2
| | | | | | | | | PR: 154477 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268634
* Don't use hyphens in option names.Max Brazhnikov2011-01-311-7/+7
| | | | | | | | | | PR: ports/154384 Reported by: Eric Dedrick <dedrick+dated+1296768631.1ed402 at euclid.vbnm.net> Patched by: Stephen Montgomery-Smith (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268506
* Update to 0.26. Assign maintainer to perl@.Anton Berezin2011-01-312-7/+5
| | | | | | | | Changes: http://search.cpan.org/dist/Algorithm-Combinatorics/Changes Feature safe: yes Notes: svn path=/head/; revision=268471
* - Update to 1.0.8Martin Wilke2011-01-302-6/+8
| | | | | | | | | PR: 153980 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268428
* - Update to 1.3.1Martin Wilke2011-01-302-4/+3
| | | | | | | | | PR: 153979 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268427
* - Updte to 0.1.13Martin Wilke2011-01-302-5/+4
| | | | | | | | | PR: 153978 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268426
* - Update to 1.2.0Martin Wilke2011-01-302-6/+7
| | | | | | | | | PR: 153977 Submitted by: maintainer Feature safe: yes Notes: svn path=/head/; revision=268425
* - Update to 2.0.0Martin Wilke2011-01-302-6/+8
| | | | | | | | | PR: 153976 Submitted by: maintainer Feature safe: yes Notes: svn path=/head/; revision=268424
* - Update to 1.0.13Martin Wilke2011-01-302-4/+3
| | | | | | | | | PR: 153975 Submitted by: maintainer Feature safe: yes Notes: svn path=/head/; revision=268423
* - Update to 1.2.2Martin Wilke2011-01-302-4/+3
| | | | | | | | | PR: 153974 Submitted by: maintainer Feature safe: yes Notes: svn path=/head/; revision=268422
* - Update to 1.2.0Martin Wilke2011-01-302-4/+3
| | | | | | | | | PR: 153973 Submitted by: maintainer Feature safe: yes Notes: svn path=/head/; revision=268421