cvs commit: ports/math Makefile ports/math/gotoblas Makefile distinfo pkg-descr ports/math/gotoblas/files patch-Makefile.rule patch-export-Makefile patch-level1-asum-Makefile patch-level1-others-Makefile patch-level3-Makefile patch-x86_64-zdot.S

Maho Nakata maho at FreeBSD.org
Tue Feb 6 00:43:03 UTC 2007


maho        2007-02-06 00:43:02 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/gotoblas        Makefile distinfo pkg-descr 
    math/gotoblas/files  patch-Makefile.rule patch-export-Makefile 
                         patch-level1-asum-Makefile 
                         patch-level1-others-Makefile 
                         patch-level3-Makefile patch-x86_64-zdot.S 
  Log:
  The GotoBLAS codes are currently the fastest implementations
  of the Basic Linear Algebra Subroutines(BLAS; math/blas).
  It supports various architectures.
  
  WWW: http://www.tacc.utexas.edu/resources/software/
  
  Based largely on: hrs's original port (thanks)
  
  Revision  Changes    Path
  1.441     +1 -0      ports/math/Makefile
  1.1       +120 -0    ports/math/gotoblas/Makefile (new)
  1.1       +3 -0      ports/math/gotoblas/distinfo (new)
  1.1       +102 -0    ports/math/gotoblas/files/patch-Makefile.rule (new)
  1.1       +11 -0     ports/math/gotoblas/files/patch-export-Makefile (new)
  1.1       +11 -0     ports/math/gotoblas/files/patch-level1-asum-Makefile (new)
  1.1       +20 -0     ports/math/gotoblas/files/patch-level1-others-Makefile (new)
  1.1       +11 -0     ports/math/gotoblas/files/patch-level3-Makefile (new)
  1.1       +21 -0     ports/math/gotoblas/files/patch-x86_64-zdot.S (new)
  1.1       +5 -0      ports/math/gotoblas/pkg-descr (new)


More information about the cvs-all mailing list