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

Maho Nakata maho at FreeBSD.org
Thu Feb 17 00:47:58 UTC 2011


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 at 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)


More information about the cvs-all mailing list