cvs commit: ports/math/umfpack Makefile ports/math/umfpack/files patch-Make+Make.freebsd

Thierry Thomas thierry at FreeBSD.org
Mon May 29 13:35:37 PDT 2006


thierry     2006-05-29 20:34:20 UTC

  FreeBSD ports repository

  Modified files:
    math/umfpack         Makefile 
    math/umfpack/files   patch-Make+Make.freebsd 
  Log:
  Use BLAS instead of ATLAS by default.
  
  I used to recommend the use of ATLAS over the standard fortran BLAS.
  Unfortunately for some time we are not packaging ATLAS anymore, and very
  recently the source code of GotoBLAS has been made available for
  research purposes. GotoBLAS is said to be faster than ATLAS and the
  shared library is exchangeable with the standard BLAS. Curiously the
  standard BLAS is known to beat both GotoBLAS and ATLAS when the problems
  are not too complex, so I expect it's better for beginners.
  
  I am hereto recommending the use of shared blas by default but leaving a
  WITH_ATLAS knob in case someone doesn't have access to GotoBLAS and
  wants to try to squeeze some more performance.
  
  PR:             ports/98070
  Submitted by:   Pedro F. Giffuni <giffunip (at) asme.org>
  
  Revision  Changes    Path
  1.22      +10 -2     ports/math/umfpack/Makefile
  1.3       +6 -6      ports/math/umfpack/files/patch-Make+Make.freebsd


More information about the cvs-ports mailing list