aboutsummaryrefslogtreecommitdiff
path: root/math/linalg
Commit message (Collapse)AuthorAgeFilesLines
* Mark as broken on gcc4.2.Mark Linimon2007-10-011-1/+7
| | | | Notes: svn path=/head/; revision=200533
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154159
* Play nice with new GCC, and unbreak the build.Alexey Dokuchaev2004-10-082-7/+73
| | | | | | | | Reported by: kris Approved by: portmgr (krion), fjoe (mentor, implicit) Notes: svn path=/head/; revision=118584
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-181-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118258
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76038
* Unbreak on -CURRENT by updating to 4.4Tilman Keskinoz2002-11-306-34/+5
| | | | | | | | PR: 45844 Submitted by: oleg@pobox.com (maintainer) Notes: svn path=/head/; revision=71253
* Remove #include <values.h> to partially fix build on -current (stillKris Kennaway2002-10-252-1/+18
| | | | | | | badly broken). Mark BROKEN on 5.x. Notes: svn path=/head/; revision=68791
* CC, CXX, CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS may contain `/' inAkinori MUSHA2002-10-101-2/+2
| | | | | | | | them when using a non-default compiler/linker, so do not use `/' as delimiter for s///. (I picked `|' instead) Notes: svn path=/head/; revision=67737
* Use ${MASTER_SITE_LOCAL}.Satoshi Asami2000-06-291-1/+2
| | | | Notes: svn path=/head/; revision=29964
* Make the move from people.FreeBSD.org/~will to ftp.FreeBSD.org.Will Andrews2000-06-071-1/+1
| | | | | | | Prompted by: obrien Notes: svn path=/head/; revision=29332
* Don't try to use eg++ as the C++ compiler and honor CXXFLAGS.Steve Price2000-05-282-1/+14
| | | | Notes: svn path=/head/; revision=28823
* Mark BROKEN: this port tries to run eg++Kris Kennaway2000-04-291-0/+2
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=28091
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27509
* Add LinAlg, an extended C++ math library. Unfortunately, it can't be madeWill Andrews2000-04-076-0/+80
to respect C(C,XX) or C(XX)FLAGS, according to the author. Author also requested that the distfile be hosted on *.FreeBSD.org. PR: 13124 Submitted by: Oleg <oleg@pobox.com> Notes: svn path=/head/; revision=27392