From owner-cvs-all@FreeBSD.ORG Thu Feb 17 00:47:58 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C86A1065670; Thu, 17 Feb 2011 00:47:58 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0113E8FC16; Thu, 17 Feb 2011 00:47:58 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1H0lvh7064167; Thu, 17 Feb 2011 00:47:57 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1H0lvn5064166; Thu, 17 Feb 2011 00:47:57 GMT (envelope-from maho) Message-Id: <201102170047.p1H0lvn5064166@repoman.freebsd.org> From: Maho Nakata Date: Thu, 17 Feb 2011 00:47:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: 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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2011 00:47:58 -0000 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 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)