r38389 - in /packages/openblas/trunk/debian: NEWS.Debian README.Debian README.source changelog rules watch

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Sat Apr 16 12:50:05 UTC 2011


Author: sylvestre
Date: Sat Apr 16 12:50:04 2011
New Revision: 38389

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38389
Log:
  * Update the README.Debian file
  * watch file removed for now (it was the one from atlas)
  * Fix a custom build issue (thanks to Ryan Lovett for the bug report)

Removed:
    packages/openblas/trunk/debian/NEWS.Debian
    packages/openblas/trunk/debian/README.source
    packages/openblas/trunk/debian/watch
Modified:
    packages/openblas/trunk/debian/README.Debian
    packages/openblas/trunk/debian/changelog
    packages/openblas/trunk/debian/rules

Modified: packages/openblas/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/debian-science/packages/openblas/trunk/debian/README.Debian?rev=38389&op=diff
==============================================================================
--- packages/openblas/trunk/debian/README.Debian (original)
+++ packages/openblas/trunk/debian/README.Debian Sat Apr 16 12:50:04 2011
@@ -1,32 +1,6 @@
-TODO: update that to openblas
-
-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.
-
- 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.
-
-How to switch between the BLAS/LAPACK implementation and ATLAS optimized version
+How to switch between the BLAS/LAPACK implementation and OpenBLAS/GotoBLAS
+optimized version
 ===============================================================================
-
-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
 
 BLAS:
 update-alternatives --config libblas.so.3gf
@@ -34,50 +8,29 @@
 LAPACK:
 update-alternatives --config liblapack.so.3gf 
 
+More information are available here:
+http://wiki.debian.org/DebianScience/LinearAlgebraLibraries
 
-Building Optimized Atlas Packages on your ARCH
-==============================================
+Building Optimized OpenBLAS Packages on your ARCH
+=================================================
 
-Building your own optimized packages of Atlas is straightforward.
+Building your own optimized packages of OpenBLAS is straightforward.
 Just get the sources of the package:
 
-# apt-get source atlas
+# apt-get source openblas
 
 and type
 
 # fakeroot debian/rules custom
 
 it should produce a package called:
-# ../libatlas3gf-base_*.deb
+# ../libopenblas-base_*.deb
 
-which should be optimized for the architecture Atlas has been built on.
+which should be optimized for the architecture OpenBLAS has been built on.
 
 All dependencies can be installed with the following command:
 # aptitude install build-essential dpkg-dev cdbs devscripts gfortran \
  liblapack-dev, liblapack-pic, texlive-latex-base
 
-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" 
-
-
-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>  Wed, 24 Jun 2009 16:20:02 +0200
-Last update: Wed, 25 Aug 2010 21:42:25 +0200
-
-
+ -- Sylvestre Ledru <sylvestre at debian.org>  Sat, 16 Apr 2011 14:39:18 +0200

Modified: packages/openblas/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/openblas/trunk/debian/changelog?rev=38389&op=diff
==============================================================================
--- packages/openblas/trunk/debian/changelog (original)
+++ packages/openblas/trunk/debian/changelog Sat Apr 16 12:50:04 2011
@@ -1,3 +1,11 @@
+openblas (0.1alpha1-2) experimental; urgency=low
+
+  * Update the README.Debian file
+  * watch file removed for now (it was the one from atlas)
+  * Fix a custom build issue (thanks to Ryan Lovett for the bug report)
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Sat, 16 Apr 2011 14:45:36 +0200
+
 openblas (0.1alpha1-1) experimental; urgency=low
 
   * Initial version (Closes: #605456)

Modified: packages/openblas/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/openblas/trunk/debian/rules?rev=38389&op=diff
==============================================================================
--- packages/openblas/trunk/debian/rules (original)
+++ packages/openblas/trunk/debian/rules Sat Apr 16 12:50:04 2011
@@ -31,7 +31,7 @@
 
 custom: custom-stamp
 	dch --local='+custom'  "custom build on: `uname -a`"
-	LANG=C debian/rules TARGET=custom binary
+	LANG=C debian/rules TARGET=custom build binary
 
 clean::
 	make clean




More information about the debian-science-commits mailing list