summaryrefslogtreecommitdiff
path: root/math (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This port compiles correctly with GCL.Mark Murray2004-09-281-4/+2
| | | | Approved by: portmgr
* Now builds on amd64Kris Kennaway2004-09-281-4/+0
| | | | Approved by: portmgr (self)
* make replaced the defined command by our ${ARCH}.Thierry Thomas2004-09-274-19/+21
| | | | Approved by: portmgr (marcus).
* BROKEN on 5.x: Broken by changes to make(1)Kris Kennaway2004-09-262-2/+14
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-261-1/+7
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-262-0/+8
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Configure failsKris Kennaway2004-09-261-1/+7
| | | | Approved by: portmgr (self)
* Unbreak with GCC 3.4.2.Joe Marcus Clarke2004-09-203-4/+37
| | | | | Submitted by: Anish Mistry <mistry.7@osu.edu> Approved by: portmgr (implicit)
* BROKEN: Does not compileKris Kennaway2004-09-191-0/+2
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-182-1/+11
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-184-2/+22
| | | | Approved by: portmgr (self)
* Fix the build with GCC 3.4.2.Joe Marcus Clarke2004-09-065-0/+66
| | | | | Reported by: pointyhat Approved by: portmgr (implicit)
* Update to 0.5.5.Mark Linimon2004-09-032-3/+3
| | | | | | PR: ports/68467 Submitted by: Shin'ya Murakami Approved by: maintainer
* Update to version 0.9.14Kirill Ponomarev2004-09-033-4/+10
| | | | | PR: ports/71301 Submitted by: Ports Fury
* Fix build with gcc 3.4Tilman Keskinoz2004-09-021-0/+19
| | | | | PR: 71206 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu>
* Update to 0.0.5Tilman Keskinoz2004-09-023-6/+6
| | | | | PR: 71276 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
* Fix build 5-STABLEMaho Nakata2004-09-022-0/+31
| | | | Submitted by: Sergio Mangialardi <sergio@softshark.org>
* type -> archMaho Nakata2004-09-022-6/+6
| | | | Pointy hat to: maho
* ad hoc fix for 5-STABLE, having CPUMaho Nakata2004-09-012-0/+16
| | | | | | other than Pentium4 (Opteron, Pentium III, Athlon... etc) this was due to recent change in make(1)
* Build fix for 5-STABLEMaho Nakata2004-09-012-8/+8
|
* Chase plplot shared library version.Mark Linimon2004-08-311-1/+1
| | | | | PR: ports/71163 Submitted by: Joerg Pulz <Joerg dot Pulz at frm2 dot tum dot de>
* Update to KDE 3.3Michael Nottebrock2004-08-303-95/+28
|
* add qgfe 1.0Ying-Chieh Liao2004-08-304-0/+46
| | | | Gnuplot Front End
* typoYing-Chieh Liao2004-08-302-2/+2
| | | | Submitted by: roy.boerner@amd.com
* add qwtplot3d 0.2.4 betaYing-Chieh Liao2004-08-309-0/+209
| | | | A 3D plotting widget for scientific data and mathematical expressions
* Add qalculate, a multi-purpose desktop calculator for GNU/Linux (heh).Pav Lucistnik2004-08-297-0/+142
| | | | | | | | | | It is small and simple to use but with much power and versatility underneath. Features include customizable functions, units, arbitrary precision, plotting, and a user-friendly interface. PR: ports/68979 Submitted by: Sergey Akifyev <asa@gascom.ru>
* Add convertall, a unit converter that can combine the units any way you want.Pav Lucistnik2004-08-295-0/+81
| | | | | | | | | If you want to convert from inches per decade, that's fine. Or from meter-pounds. Or from cubic nautical miles. The units don't have to make sense to anyone else. PR: ports/71081 Submitted by: Michael Johnson <ahze@ahze.net>
* Add New port lapack95Maho Nakata2004-08-296-0/+1149
| | | | | | | | | | | | LAPACK95 is a Fortran 95 interface to the Fortran 77 LAPACK library. It improves upon the original user-interface to the LAPACK package, taking advantage of the considerable simplifications which Fortran 95 allows. The design of LAPACK95 exploits assumed-shape arrays, optional arguments, and generic interfaces. The Fortran 95 interface has been implemented by writing Fortran 95 ``wrappers'' to call existing routines from the LAPACK package. This interface can persist unchanged even if the underlying Fortran 77 LAPACK code is rewritten to take advantage of the new features of Fortran 95.
* Fix a typo in the GCC 3.4.2 patch (I must have had Palm on the brain).Joe Marcus Clarke2004-08-272-10/+10
| | | | Submitted by: Franz Klammer <klammer@webonaut.com>
* Fix build with gcc-3.4.2.Joe Marcus Clarke2004-08-221-0/+10
| | | | Reported by: pointyhat
* Needs perl to buildTilman Keskinoz2004-08-221-0/+1
| | | | Reported by: pointyhat
* - Convert to OPTIONSPav Lucistnik2004-08-201-10/+5
| | | | | PR: ports/70736 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
* My territory, suggested by ijliao. :pCheng-Lung Sung2004-08-202-2/+2
| | | | Approved by: vanilla (co-mentor)
* Now confirmed that both static and dynamic ATLAS libMaho Nakata2004-08-191-2/+2
| | | | has same performance.
* amd64 dislikes -malign-doubleMaho Nakata2004-08-181-5/+5
|
* o Add WITH_SMP, ATLAS with SMP support. currently seriousMaho Nakata2004-08-181-4/+10
| | | | | perfomance loss is observed. o change Intel C++ compiler flags to approprate one.
* o Significantly performance loss by overriding severalMaho Nakata2004-08-183-15/+7
| | | | | optimization flags... o update to 3.7.8
* Update to verion 1.2.3Kirill Ponomarev2004-08-163-15/+9
| | | | | PR: ports/70545 Submitted by: Ports Fury
* Update to verion 1.1.8Kirill Ponomarev2004-08-163-28/+8
| | | | | PR: ports/70544 Submitted by: Ports Fury
* Fix build with gcc 3.4Tilman Keskinoz2004-08-162-4/+45
|
* Unbreak with gcc 3.4.2Tilman Keskinoz2004-08-162-4/+11
|
* USE_ICC -> WITH_ICCMaho Nakata2004-08-161-3/+3
| | | | Checked by: portlint
* Add flag USE_ICC, uses intel c/c++ compilierMaho Nakata2004-08-161-2/+13
|
* As previously announced, remove these broken/insecure/obsolete ports.Kris Kennaway2004-08-166-73/+0
|
* BROKEN on 5.x: Does not compile with gcc 3.4.2Kris Kennaway2004-08-162-1/+11
|
* BROKEN on 5.x: Does not compile with gcc 3.4.2Kris Kennaway2004-08-163-2/+19
|
* MASTER_SITE have been moved.Maho Nakata2004-08-164-5/+4
| | | | Reported by: kris
* update to 0.4.4Oliver Lehmann2004-08-152-5/+4
| | | | remove BROKEN
* Unbreak on -CURRENT(round() -> iround())MIHIRA Sanpei Yoshiro2004-08-151-0/+146
| | | | Noticed by: Kris Kennaway <kris@obsecurity.org>
* take care of $PREFIX/libdata/pkgconfigOliver Lehmann2004-08-141-0/+1
|