Package: scalapack
Version: 1.7-10
Tags: patch

Sorry to bug you again just *after* you closed my last FTBFS bug...
This one's not as critical.

When atlas3-*-dev is installed, it includes libblas-3.so but not
libblas.so, same for lapack.  Since scalapack Build-Depends on any
package providing those -3.so libraries, please change the BLASLIB line
of SLmake.inc accordingly.  Patch attached.

Since the package autobuilds just fine as it is, this is not RC.

-Adam
-- 
GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

Welcome to the best software in the world today cafe!
http://www.take6.com/albums/greatesthits.html
--- SLmake.inc~	2005-10-14 09:25:57.000000000 -0400
+++ SLmake.inc	2005-10-14 08:08:48.000000000 -0400
@@ -128,7 +128,7 @@
 #  The name of the libraries to be created/linked to
 #
 SCALAPACKLIB  = $(home)/scalapack_$(MPI).a
-BLASLIB       = -llapack -lblas
+BLASLIB       = -llapack-3 -lblas-3
 # BLASLIB       = /usr/local/lib/libf77blas.a /usr/local/lib/libatlas.a
 #
 ifeq ($(BUILD),static)

Reply via email to