Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jan 2006 04:37:24 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/math/arpack Makefile
Message-ID:  <200601030437.k034bPMc035486@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
edwin       2006-01-03 04:37:24 UTC

  FreeBSD ports repository

  Modified files:
    math/arpack          Makefile 
  Log:
  Make math/arpack depend less on math/atlas
  
          Atlas is great in the platforms where it's available, however
          it is not being packaged (for good reasons) anymore. arpack
          originally used blas for testing and since we are not really
          linking any version of blas in the package it doesn't make
          any difference what we use. It seems better idea to use
          blas for testing since it's faster to build and because
          this also means we can package arpack without building
          ATLAS, The resulting package will work with BLAs or ATLAS
          just the same and in any case the BLAS_LIBS variable can
          now be overridden to test with atlas if it's so desired.
  
          This change doesn't change the package so I think we should
          leave the PORTVERSION untouched.
  
  PR:             ports/91251
  Submitted by:   Pedro F. Giffuni <giffunip@asme.org>
  
  Revision  Changes    Path
  1.6       +2 -2      ports/math/arpack/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601030437.k034bPMc035486>