aboutsummaryrefslogtreecommitdiff
path: root/math/lapacke
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Convert to new options frameworkBaptiste Daroussin2013-06-051-15/+12
| | | | Notes: svn path=/head/; revision=319993
* update to 3.4.0Brendan Fabeny2012-03-208-382/+348
| | | | | | | | | PR: 163909 Submitted by: E. Shibusawa (maintainer) Feature safe: yes Notes: svn path=/head/; revision=293595
* adjust linking and comments in dependent ports after the math/atlas update;Brendan Fabeny2011-11-221-2/+2
| | | | | | | | | | | math/atlas-devel will be updated to use the same constructs at a later date PR: 162706 Approved by: miwi (portmgr) Feature safe: yes Notes: svn path=/head/; revision=286242
* correct linking and dependency tests; remove MAKE_ENVBrendan Fabeny2011-10-233-18/+49
| | | | | | | | | | | | additions needed only on FreeBSD 6.* from math/levmar; patch a makefile of, and add an option to build profiling libraries to, math/lapacke; mark MAKE_JOBS_SAFE PR: 161154, 161155 Submitted by: E. Shibusawa (maintainer) Notes: svn path=/head/; revision=284157
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* LAPACKE is a standard C language APIs for LAPACK, which introducesMaho Nakata2011-02-1710-0/+1438
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