aboutsummaryrefslogtreecommitdiffstats
path: root/math/lapacke
Commit message (Collapse)AuthorAgeFilesLines
* Convert to new options frameworkbapt2013-06-051-15/+12
|
* update to 3.4.0bf2012-03-208-382/+348
| | | | | | PR: 163909 Submitted by: E. Shibusawa (maintainer) Feature safe: yes
* adjust linking and comments in dependent ports after the math/atlas update;bf2011-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
* correct linking and dependency tests; remove MAKE_ENVbf2011-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)
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-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
* LAPACKE is a standard C language APIs for LAPACK, which introducesmaho2011-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>