Date: Thu, 17 Feb 2011 00:47:57 +0000 (UTC) From: Maho Nakata <maho@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/lapacke Makefile distinfo pkg-descr ports/math/lapacke/files Makefile Makefile.lib patch-include+lapacke.h patch-make.inc patch-src+Makefile patch-testing+interface+Makefile patch-utils+Makefile Message-ID: <201102170047.p1H0lvn5064166@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
maho 2011-02-17 00:47:57 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/lapacke Makefile distinfo pkg-descr math/lapacke/files Makefile Makefile.lib patch-include+lapacke.h patch-make.inc patch-src+Makefile patch-testing+interface+Makefile patch-utils+Makefile Log: LAPACKE is a standard C language APIs for LAPACK, which introduces 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> Revision Changes Path 1.687 +1 -0 ports/math/Makefile 1.1 +100 -0 ports/math/lapacke/Makefile (new) 1.1 +2 -0 ports/math/lapacke/distinfo (new) 1.1 +5 -0 ports/math/lapacke/files/Makefile (new) 1.1 +930 -0 ports/math/lapacke/files/Makefile.lib (new) 1.1 +20 -0 ports/math/lapacke/files/patch-include+lapacke.h (new) 1.1 +31 -0 ports/math/lapacke/files/patch-make.inc (new) 1.1 +293 -0 ports/math/lapacke/files/patch-src+Makefile (new) 1.1 +34 -0 ports/math/lapacke/files/patch-testing+interface+Makefile (new) 1.1 +11 -0 ports/math/lapacke/files/patch-utils+Makefile (new) 1.1 +12 -0 ports/math/lapacke/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102170047.p1H0lvn5064166>