r45125 - in /packages/atlas/trunk/debian: README.Debian changelog

sebastien-guest at users.alioth.debian.org sebastien-guest at users.alioth.debian.org
Tue Jun 26 15:54:14 UTC 2012


Author: sebastien-guest
Date: Tue Jun 26 15:54:14 2012
New Revision: 45125

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45125
Log:
Update and clean-up README.Debian


Modified:
    packages/atlas/trunk/debian/README.Debian
    packages/atlas/trunk/debian/changelog

Modified: packages/atlas/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/README.Debian?rev=45125&op=diff
==============================================================================
--- packages/atlas/trunk/debian/README.Debian (original)
+++ packages/atlas/trunk/debian/README.Debian Tue Jun 26 15:54:14 2012
@@ -1,30 +1,31 @@
 ATLAS for Debian
-----------------------
+================
 
 Starting from Atlas 3.8.3-1, the whole build process has been rewritten.
 It is now using most of the debhelper tools and simplify the management of 
 other archs.
 
+
 Why optimized packages are no longer available?
-===============================================
+-----------------------------------------------
 
- Before version 3.8.3-25, optimized binary packages were provided.
- However, due to the fact that most Atlas optimisations are done at build time,
- it has been decided to remove them and give priority to locally built packages.
+Before version 3.8.3-25, optimized binary packages were provided.  However, due
+to the fact that most Atlas optimisations are done at build time, it has been
+decided to remove them and give priority to locally built packages.
 
- See section "Building Optimized Atlas Packages on your ARCH" on how to rebuild
- Atlas for best performances.
+See section "Building Optimized Atlas Packages on your ARCH" on how to rebuild
+Atlas for best performances.
 
- See also http://people.debian.org/~sylvestre/presentation-linear-algebra.pdf
- for more information about linear algebra libraries.
+For more information about linear algebra libraries, see also:
 
-How to switch between the BLAS/LAPACK implementation and ATLAS optimized version
-===============================================================================
+ http://people.debian.org/~sylvestre/presentation-linear-algebra.pdf
 
-Since Atlas 3.8.3-10, it is trivial to switch between the various Atlas
-optimized version.
-More information are available here:
-http://wiki.debian.org/DebianScience/LinearAlgebraLibraries
+
+How to switch between BLAS/LAPACK implementations
+-------------------------------------------------
+
+Since Atlas 3.8.3-10, it is trivial to switch between the various BLAS/LAPACK
+implementations.
 
 BLAS:
 update-alternatives --config libblas.so.3
@@ -32,54 +33,41 @@
 LAPACK:
 update-alternatives --config liblapack.so.3
 
+Note that since Atlas 3.8.4-8, the ATLAS version of LAPACK is not selected by
+default (in order to minimize the incidence of bug #576972); you have to
+manually change the LAPACK alternative to use the optimized version.
+
+More information is available here:
+
+ http://wiki.debian.org/DebianScience/LinearAlgebraLibraries
+
 
 Building Optimized Atlas Packages on your ARCH
-==============================================
+----------------------------------------------
 
 Building your own optimized packages of Atlas is straightforward.
-Just get the sources of the package:
+Just get the sources of the package and its build-dependencies:
 
 # apt-get source atlas
+# apt-get build-dep atlas
 
-and type
+and type the following from the atlas source subdir:
 
 # fakeroot debian/rules custom
 
 it should produce a package called:
-# ../libatlas3-base_*.deb
 
-which should be optimized for the architecture Atlas has been built on.
+ ../libatlas3-base_*.deb
 
-All dependencies can be installed with the following command:
-# apt-get install build-essential dpkg-dev cdbs devscripts gfortran \
- liblapack-dev liblapack-pic texlive-latex-base
-
-or 
-
-# apt-get build-dep atlas
-
-How to load optimized/custom atlas libraries
-============================================
-
-In the previous packages of Atlas, each packages was configured through
-/etc/ld.so.conf.d/.
-Since Atlas 3.8.3-1, this mechanism has been removed since it is forbidden
-by the Debian Policy.
-
-Please see the section:
-"How to switch between the BLAS/LAPACK implementation and ATLAS optimized version" 
+which is optimized for the architecture Atlas has been built on. Then install
+the package using "dpkg -i".
 
 
 Misc
-====
+----
 
 Thanks to David Cournapeau for providing all the patches for the shared 
 libraries managements.
 
-Most the information underneath are outdated. They are left here "in case".
 
-
- -- Sylvestre Ledru <sylvestre at debian.org>, Tue, 15 May 2012 18:05:34 +0200
-Last update: Wed, 25 Aug 2010 21:42:25 +0200
-
-
+ -- Sébastien Villemot <sebastien.villemot at ens.fr>, Tue, 26 Jun 2012 15:52:59 +0000

Modified: packages/atlas/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/changelog?rev=45125&op=diff
==============================================================================
--- packages/atlas/trunk/debian/changelog (original)
+++ packages/atlas/trunk/debian/changelog Tue Jun 26 15:54:14 2012
@@ -6,6 +6,7 @@
     (to avoid breakage of some reverse deps)
   * In the LAPACK alternatives, use a lower priority than Netlib (in order to
     minimize the incidence of #576972)  
+  * Update and clean-up README.Debian
 
  -- Sébastien Villemot <sebastien.villemot at ens.fr>  Sun, 24 Jun 2012 15:36:49 +0000
 




More information about the debian-science-commits mailing list