From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 20:50:36 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5702B16A5BB for ; Sat, 2 Oct 2004 20:50:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6739243D58 for ; Sat, 2 Oct 2004 20:50:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i92KoXk5006369 for ; Sat, 2 Oct 2004 20:50:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i92KoXAY006352; Sat, 2 Oct 2004 20:50:33 GMT (envelope-from gnats) Resent-Date: Sat, 2 Oct 2004 20:50:33 GMT Resent-Message-Id: <200410022050.i92KoXAY006352@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thierry Thomas Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E011C16A4CE; Sat, 2 Oct 2004 20:49:36 +0000 (GMT) Received: from ws90bj.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A94F43D41; Sat, 2 Oct 2004 20:49:35 +0000 (GMT) (envelope-from thierry@pompo.net) Received: by ws90bj.pompo.net (Postfix, from userid 1001) id E662A22B886; Sat, 2 Oct 2004 22:49:22 +0200 (CEST) Message-Id: <20041002204922.E662A22B886@ws90bj.pompo.net> Date: Sat, 2 Oct 2004 22:49:22 +0200 (CEST) From: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Nakata Maho Subject: ports/72265: math/scalapack: fix build after changes to make(1) on FreeBSD >= 5.x. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thierry Thomas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 20:50:36 -0000 >Number: 72265 >Category: ports >Synopsis: math/scalapack: fix build after changes to make(1) on FreeBSD >= 5.x. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Oct 02 20:50:33 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 5.3-BETA4 i386 >Organization: Kabbale Eros >Environment: System: FreeBSD ws90bj.pompo.net 5.3-BETA4 FreeBSD 5.3-BETA4 #0: Thu Sep 16 00:17:00 CEST 2004 thierry@ws90bj.pompo.net:/usr/obj/usr/src/sys/WS90BJ-040826 i386 >Description: This port uses $ARCH to define ar(1), and this conflicts with our ${ARCH}. Since I'm there, pet portlint with %%DOCSDIR%%, %%DATADIR%%, and pkg-message. >How-To-Repeat: cd /usr/ports/math/scalapack make You should get the following error: 8< 8< 8< f77 -c -O slaran.f f77 -c -O slarnd.f i386 cr /usr/ports/math/scalapack/work/SCALAPACK/libscalapack.a sbdsqr.o sgbtf2.o sgbtrf.o sgetf2.o sgetrf.o sgetrs.o slaev2.o slahqr.o slange.o slanhs.o slanv2.o slarf.o slarfb.o slarfg.o slarft.o slasr.o slaswp.o sorm2l.o sorm2r.o sormql.o sormqr.o sormtr.o sstein.o stbtrs.o spbtrf.o spttrf.o strtrs.o spotrf.o spbtf2.o spotf2.o ssytrd.o ssytd2.o sstedc.o slatrd.o icopy.o ilaenv.o lsame.o lsamen.o xerbla.o slabad.o slacpy.o sladiv.o slae2.o slaed0.o slaed1.o slaed2.o slaed3.o slaed4.o slaed5.o slaed6.o slaed7.o slaed8.o slaed9.o slaeda.o slagtf.o slagts.o slamch.o slamrg.o slanst.o slapy2.o slapy3.o slarnv.o slartg.o slaruv.o slas2.o slascl.o slaset.o slasq1.o slasq2.o slasq3.o slasq4.o slasq5.o slasq6.o slasrt.o slassq.o slasv2.o ssterf.o ssteqr.o slatms.o slagge.o slagsy.o slarot.o slatm1.o slaran.o slarnd.o i386:No such file or directory *** Error code 1 Stop in /usr/ports/math/scalapack/work/SCALAPACK/TOOLS/LAPACK. *** Error code 1 Stop in /usr/ports/math/scalapack/work/SCALAPACK/TOOLS. *** Error code 1 Stop in /usr/ports/math/scalapack/work/SCALAPACK. *** Error code 1 Stop in /usr/ports/math/scalapack. >Fix: Please apply the following patch: --- scalapack.diff begins here --- diff -urN math/scalapack.orig/Makefile math/scalapack/Makefile --- math/scalapack.orig/Makefile Fri May 7 18:45:42 2004 +++ math/scalapack/Makefile Sat Oct 2 21:53:16 2004 @@ -32,10 +32,20 @@ F77?= f77 USE_REINPLACE= yes +ARCH2FIX= PBLAS/SRC PBLAS/SRC/PBBLAS PBLAS/SRC/PTOOLS PBLAS/SRC/PTZBLAS \ + REDIST/SRC SRC TOOLS TOOLS/LAPACK + +DATADIR= ${PREFIX}/share/${PORTNAME:U} +EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME:U} +PKGMESSAGE= ${WRKDIR}/pkg-message + .include "files/manpages" post-patch: - ${REINPLACE_CMD} -e 's,@WRKSRC@,${WRKSRC},g ; s,@PREFIX@,${PREFIX},g ; s,@CC@,${CC},g ; s,@CFLAGS@,${CFLAGS},g ; s,@F77@,${F77},g ; s,@FFLAGS@,${FFLAGS},g ; s,@F77EXTRAFLAGS@,${F77EXTRAFLAGS},g' ${WRKSRC}/SLmake.inc + ${REINPLACE_CMD} -e 's,@WRKSRC@,${WRKSRC},g ; s,@PREFIX@,${PREFIX},g ; s,@CC@,${CC},g ; s,@CFLAGS@,${CFLAGS},g ; s,@F77@,${F77},g ; s,@FFLAGS@,${FFLAGS},g ; s,@F77EXTRAFLAGS@,${F77EXTRAFLAGS},g ; s,^ARCH *.= ar,ARCMD = ar,' ${WRKSRC}/SLmake.inc +.for mkf in ${ARCH2FIX} + ${REINPLACE_CMD} -e 's|\$$(ARCH)|$$(ARCMD)|' ${WRKSRC}/${mkf}/Makefile +.endfor do-build: (cd ${WRKSRC}; make ; make exe) @@ -72,6 +82,8 @@ .endif post-install: - @${SED} -e 's,/usr/local,${PREFIX},g' ${PKGMESSAGE} + @${SED} -e 's,/usr/local,${PREFIX},g' ${FILESDIR}/pkg-message.in \ + > ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include diff -urN math/scalapack.orig/files/pkg-message.in math/scalapack/files/pkg-message.in --- math/scalapack.orig/files/pkg-message.in Thu Jan 1 01:00:00 1970 +++ math/scalapack/files/pkg-message.in Sat Oct 2 22:16:39 2004 @@ -0,0 +1,21 @@ +*********************************************************************** + Please test your scalapack installation + Example programs are located at /usr/local/share/SCALAPACK/examples + + Test programs are located at /usr/local/share/SCALAPACK/TESTING + + Example: + % cd /usr/local/share/SCALAPACK/TESTING + % /usr/local/mpich/bin/mpirun -np 4 xcbrd + % /usr/local/mpich/bin/mpirun -np 4 xcdblu + etc., etc. ... + + to perform all the tests, + % cd /usr/local/share/SCALAPACK/TESTING + % csh + % foreach i (x*) + ? /usr/local/mpich/bin/mpirun -np 4 $i >& ~/$i.log + ? end +You can change -np 4 to any number to meet your environment. +See files at /usr/local/share/doc/scalapack for detail. +********************************************************************** diff -urN math/scalapack.orig/pkg-message math/scalapack/pkg-message --- math/scalapack.orig/pkg-message Mon May 5 05:33:39 2003 +++ math/scalapack/pkg-message Thu Jan 1 01:00:00 1970 @@ -1,21 +0,0 @@ -*********************************************************************** - Please test your blacs installation - Example programs are located at /usr/local/share/SCALAPACK/examples - - Test programs are located at /usr/local/share/SCALAPACK/TESTING - - Example: - % cd /usr/local/share/SCLAPACK/TESTING - % mpirun -np 4 xcbrd - % mpirun -np 4 xcdblu - etc., etc. ... - - to perform all the tests, - % cd /usr/local/share/SCLAPACK/TESTING - % csh - % foreach i (x*) - ? mpirun -np 4 $i >& ~/$i.log - ? end -You can change -np 4 to any number to meet your environment. -See files at /usr/local/share/doc/scalapack for detail. -********************************************************************** diff -urN math/scalapack.orig/pkg-plist math/scalapack/pkg-plist --- math/scalapack.orig/pkg-plist Mon May 5 05:33:39 2003 +++ math/scalapack/pkg-plist Sat Oct 2 19:38:52 2004 @@ -5,160 +5,160 @@ include/pblas.h include/scalapack.h lib/libscalapack.a -share/SCALAPACK/TESTING/BLLT.dat -share/SCALAPACK/TESTING/BLU.dat -share/SCALAPACK/TESTING/BRD.dat -share/SCALAPACK/TESTING/EVC.dat -share/SCALAPACK/TESTING/GEMR2D.dat -share/SCALAPACK/TESTING/HRD.dat -share/SCALAPACK/TESTING/INV.dat -share/SCALAPACK/TESTING/LLT.dat -share/SCALAPACK/TESTING/LS.dat -share/SCALAPACK/TESTING/LU.dat -share/SCALAPACK/TESTING/NEP.dat -share/SCALAPACK/TESTING/PCBLAS1TIM.dat -share/SCALAPACK/TESTING/PCBLAS1TST.dat -share/SCALAPACK/TESTING/PCBLAS2TIM.dat -share/SCALAPACK/TESTING/PCBLAS2TST.dat -share/SCALAPACK/TESTING/PCBLAS3TIM.dat -share/SCALAPACK/TESTING/PCBLAS3TST.dat -share/SCALAPACK/TESTING/PDBLAS1TIM.dat -share/SCALAPACK/TESTING/PDBLAS1TST.dat -share/SCALAPACK/TESTING/PDBLAS2TIM.dat -share/SCALAPACK/TESTING/PDBLAS2TST.dat -share/SCALAPACK/TESTING/PDBLAS3TIM.dat -share/SCALAPACK/TESTING/PDBLAS3TST.dat -share/SCALAPACK/TESTING/PSBLAS1TIM.dat -share/SCALAPACK/TESTING/PSBLAS1TST.dat -share/SCALAPACK/TESTING/PSBLAS2TIM.dat -share/SCALAPACK/TESTING/PSBLAS2TST.dat -share/SCALAPACK/TESTING/PSBLAS3TIM.dat -share/SCALAPACK/TESTING/PSBLAS3TST.dat -share/SCALAPACK/TESTING/PZBLAS1TIM.dat -share/SCALAPACK/TESTING/PZBLAS1TST.dat -share/SCALAPACK/TESTING/PZBLAS2TIM.dat -share/SCALAPACK/TESTING/PZBLAS2TST.dat -share/SCALAPACK/TESTING/PZBLAS3TIM.dat -share/SCALAPACK/TESTING/PZBLAS3TST.dat -share/SCALAPACK/TESTING/QR.dat -share/SCALAPACK/TESTING/SEP.dat -share/SCALAPACK/TESTING/SVD.dat -share/SCALAPACK/TESTING/TRD.dat -share/SCALAPACK/TESTING/TRMR2D.dat -share/SCALAPACK/TESTING/xcbrd -share/SCALAPACK/TESTING/xcdblu -share/SCALAPACK/TESTING/xcdtlu -share/SCALAPACK/TESTING/xcevc -share/SCALAPACK/TESTING/xcgblu -share/SCALAPACK/TESTING/xcgemr -share/SCALAPACK/TESTING/xcgsep -share/SCALAPACK/TESTING/xchrd -share/SCALAPACK/TESTING/xcinv -share/SCALAPACK/TESTING/xcllt -share/SCALAPACK/TESTING/xcls -share/SCALAPACK/TESTING/xclu -share/SCALAPACK/TESTING/xcnep -share/SCALAPACK/TESTING/xcpblas1tim -share/SCALAPACK/TESTING/xcpblas1tst -share/SCALAPACK/TESTING/xcpblas2tim -share/SCALAPACK/TESTING/xcpblas2tst -share/SCALAPACK/TESTING/xcpblas3tim -share/SCALAPACK/TESTING/xcpblas3tst -share/SCALAPACK/TESTING/xcpbllt -share/SCALAPACK/TESTING/xcptllt -share/SCALAPACK/TESTING/xcqr -share/SCALAPACK/TESTING/xcsep -share/SCALAPACK/TESTING/xctrd -share/SCALAPACK/TESTING/xctrmr -share/SCALAPACK/TESTING/xdbrd -share/SCALAPACK/TESTING/xddblu -share/SCALAPACK/TESTING/xddtlu -share/SCALAPACK/TESTING/xdgblu -share/SCALAPACK/TESTING/xdgemr -share/SCALAPACK/TESTING/xdgsep -share/SCALAPACK/TESTING/xdhrd -share/SCALAPACK/TESTING/xdinv -share/SCALAPACK/TESTING/xdllt -share/SCALAPACK/TESTING/xdls -share/SCALAPACK/TESTING/xdlu -share/SCALAPACK/TESTING/xdnep -share/SCALAPACK/TESTING/xdpblas1tim -share/SCALAPACK/TESTING/xdpblas1tst -share/SCALAPACK/TESTING/xdpblas2tim -share/SCALAPACK/TESTING/xdpblas2tst -share/SCALAPACK/TESTING/xdpblas3tim -share/SCALAPACK/TESTING/xdpblas3tst -share/SCALAPACK/TESTING/xdpbllt -share/SCALAPACK/TESTING/xdptllt -share/SCALAPACK/TESTING/xdqr -share/SCALAPACK/TESTING/xdsep -share/SCALAPACK/TESTING/xdsvd -share/SCALAPACK/TESTING/xdtrd -share/SCALAPACK/TESTING/xdtrmr -share/SCALAPACK/TESTING/xigemr -share/SCALAPACK/TESTING/xitrmr -share/SCALAPACK/TESTING/xsbrd -share/SCALAPACK/TESTING/xsdblu -share/SCALAPACK/TESTING/xsdtlu -share/SCALAPACK/TESTING/xsgblu -share/SCALAPACK/TESTING/xsgemr -share/SCALAPACK/TESTING/xsgsep -share/SCALAPACK/TESTING/xshrd -share/SCALAPACK/TESTING/xsinv -share/SCALAPACK/TESTING/xsllt -share/SCALAPACK/TESTING/xsls -share/SCALAPACK/TESTING/xslu -share/SCALAPACK/TESTING/xsnep -share/SCALAPACK/TESTING/xspblas1tim -share/SCALAPACK/TESTING/xspblas1tst -share/SCALAPACK/TESTING/xspblas2tim -share/SCALAPACK/TESTING/xspblas2tst -share/SCALAPACK/TESTING/xspblas3tim -share/SCALAPACK/TESTING/xspblas3tst -share/SCALAPACK/TESTING/xspbllt -share/SCALAPACK/TESTING/xsptllt -share/SCALAPACK/TESTING/xsqr -share/SCALAPACK/TESTING/xssep -share/SCALAPACK/TESTING/xssvd -share/SCALAPACK/TESTING/xstrd -share/SCALAPACK/TESTING/xstrmr -share/SCALAPACK/TESTING/xzbrd -share/SCALAPACK/TESTING/xzdblu -share/SCALAPACK/TESTING/xzdtlu -share/SCALAPACK/TESTING/xzevc -share/SCALAPACK/TESTING/xzgblu -share/SCALAPACK/TESTING/xzgemr -share/SCALAPACK/TESTING/xzgsep -share/SCALAPACK/TESTING/xzhrd -share/SCALAPACK/TESTING/xzinv -share/SCALAPACK/TESTING/xzllt -share/SCALAPACK/TESTING/xzls -share/SCALAPACK/TESTING/xzlu -share/SCALAPACK/TESTING/xznep -share/SCALAPACK/TESTING/xzpblas1tim -share/SCALAPACK/TESTING/xzpblas1tst -share/SCALAPACK/TESTING/xzpblas2tim -share/SCALAPACK/TESTING/xzpblas2tst -share/SCALAPACK/TESTING/xzpblas3tim -share/SCALAPACK/TESTING/xzpblas3tst -share/SCALAPACK/TESTING/xzpbllt -share/SCALAPACK/TESTING/xzptllt -share/SCALAPACK/TESTING/xzqr -share/SCALAPACK/TESTING/xzsep -share/SCALAPACK/TESTING/xztrd -share/SCALAPACK/TESTING/xztrmr -share/examples/SCALAPACK/Makefile -share/examples/SCALAPACK/example1.cc -share/examples/SCALAPACK/example1.f -@dirrm share/SCALAPACK/TESTING -@dirrm share/SCALAPACK -@dirrm share/examples/SCALAPACK -%%PORTDOCS%%share/doc/scalapack/design.ps.gz -%%PORTDOCS%%share/doc/scalapack/lawn100.ps.gz -%%PORTDOCS%%share/doc/scalapack/manual.ps.gz -%%PORTDOCS%%share/doc/scalapack/pblasqref.ps.gz -%%PORTDOCS%%share/doc/scalapack/pumma_refmanual.ps.gz -%%PORTDOCS%%share/doc/scalapack/scalapack_install.ps.gz -%%PORTDOCS%%share/doc/scalapack/scalapackqref.ps.gz -%%PORTDOCS%%share/doc/scalapack/trans.ps.gz -%%PORTDOCS%%@dirrm share/doc/scalapack +%%DATADIR%%/TESTING/BLLT.dat +%%DATADIR%%/TESTING/BLU.dat +%%DATADIR%%/TESTING/BRD.dat +%%DATADIR%%/TESTING/EVC.dat +%%DATADIR%%/TESTING/GEMR2D.dat +%%DATADIR%%/TESTING/HRD.dat +%%DATADIR%%/TESTING/INV.dat +%%DATADIR%%/TESTING/LLT.dat +%%DATADIR%%/TESTING/LS.dat +%%DATADIR%%/TESTING/LU.dat +%%DATADIR%%/TESTING/NEP.dat +%%DATADIR%%/TESTING/PCBLAS1TIM.dat +%%DATADIR%%/TESTING/PCBLAS1TST.dat +%%DATADIR%%/TESTING/PCBLAS2TIM.dat +%%DATADIR%%/TESTING/PCBLAS2TST.dat +%%DATADIR%%/TESTING/PCBLAS3TIM.dat +%%DATADIR%%/TESTING/PCBLAS3TST.dat +%%DATADIR%%/TESTING/PDBLAS1TIM.dat +%%DATADIR%%/TESTING/PDBLAS1TST.dat +%%DATADIR%%/TESTING/PDBLAS2TIM.dat +%%DATADIR%%/TESTING/PDBLAS2TST.dat +%%DATADIR%%/TESTING/PDBLAS3TIM.dat +%%DATADIR%%/TESTING/PDBLAS3TST.dat +%%DATADIR%%/TESTING/PSBLAS1TIM.dat +%%DATADIR%%/TESTING/PSBLAS1TST.dat +%%DATADIR%%/TESTING/PSBLAS2TIM.dat +%%DATADIR%%/TESTING/PSBLAS2TST.dat +%%DATADIR%%/TESTING/PSBLAS3TIM.dat +%%DATADIR%%/TESTING/PSBLAS3TST.dat +%%DATADIR%%/TESTING/PZBLAS1TIM.dat +%%DATADIR%%/TESTING/PZBLAS1TST.dat +%%DATADIR%%/TESTING/PZBLAS2TIM.dat +%%DATADIR%%/TESTING/PZBLAS2TST.dat +%%DATADIR%%/TESTING/PZBLAS3TIM.dat +%%DATADIR%%/TESTING/PZBLAS3TST.dat +%%DATADIR%%/TESTING/QR.dat +%%DATADIR%%/TESTING/SEP.dat +%%DATADIR%%/TESTING/SVD.dat +%%DATADIR%%/TESTING/TRD.dat +%%DATADIR%%/TESTING/TRMR2D.dat +%%DATADIR%%/TESTING/xcbrd +%%DATADIR%%/TESTING/xcdblu +%%DATADIR%%/TESTING/xcdtlu +%%DATADIR%%/TESTING/xcevc +%%DATADIR%%/TESTING/xcgblu +%%DATADIR%%/TESTING/xcgemr +%%DATADIR%%/TESTING/xcgsep +%%DATADIR%%/TESTING/xchrd +%%DATADIR%%/TESTING/xcinv +%%DATADIR%%/TESTING/xcllt +%%DATADIR%%/TESTING/xcls +%%DATADIR%%/TESTING/xclu +%%DATADIR%%/TESTING/xcnep +%%DATADIR%%/TESTING/xcpblas1tim +%%DATADIR%%/TESTING/xcpblas1tst +%%DATADIR%%/TESTING/xcpblas2tim +%%DATADIR%%/TESTING/xcpblas2tst +%%DATADIR%%/TESTING/xcpblas3tim +%%DATADIR%%/TESTING/xcpblas3tst +%%DATADIR%%/TESTING/xcpbllt +%%DATADIR%%/TESTING/xcptllt +%%DATADIR%%/TESTING/xcqr +%%DATADIR%%/TESTING/xcsep +%%DATADIR%%/TESTING/xctrd +%%DATADIR%%/TESTING/xctrmr +%%DATADIR%%/TESTING/xdbrd +%%DATADIR%%/TESTING/xddblu +%%DATADIR%%/TESTING/xddtlu +%%DATADIR%%/TESTING/xdgblu +%%DATADIR%%/TESTING/xdgemr +%%DATADIR%%/TESTING/xdgsep +%%DATADIR%%/TESTING/xdhrd +%%DATADIR%%/TESTING/xdinv +%%DATADIR%%/TESTING/xdllt +%%DATADIR%%/TESTING/xdls +%%DATADIR%%/TESTING/xdlu +%%DATADIR%%/TESTING/xdnep +%%DATADIR%%/TESTING/xdpblas1tim +%%DATADIR%%/TESTING/xdpblas1tst +%%DATADIR%%/TESTING/xdpblas2tim +%%DATADIR%%/TESTING/xdpblas2tst +%%DATADIR%%/TESTING/xdpblas3tim +%%DATADIR%%/TESTING/xdpblas3tst +%%DATADIR%%/TESTING/xdpbllt +%%DATADIR%%/TESTING/xdptllt +%%DATADIR%%/TESTING/xdqr +%%DATADIR%%/TESTING/xdsep +%%DATADIR%%/TESTING/xdsvd +%%DATADIR%%/TESTING/xdtrd +%%DATADIR%%/TESTING/xdtrmr +%%DATADIR%%/TESTING/xigemr +%%DATADIR%%/TESTING/xitrmr +%%DATADIR%%/TESTING/xsbrd +%%DATADIR%%/TESTING/xsdblu +%%DATADIR%%/TESTING/xsdtlu +%%DATADIR%%/TESTING/xsgblu +%%DATADIR%%/TESTING/xsgemr +%%DATADIR%%/TESTING/xsgsep +%%DATADIR%%/TESTING/xshrd +%%DATADIR%%/TESTING/xsinv +%%DATADIR%%/TESTING/xsllt +%%DATADIR%%/TESTING/xsls +%%DATADIR%%/TESTING/xslu +%%DATADIR%%/TESTING/xsnep +%%DATADIR%%/TESTING/xspblas1tim +%%DATADIR%%/TESTING/xspblas1tst +%%DATADIR%%/TESTING/xspblas2tim +%%DATADIR%%/TESTING/xspblas2tst +%%DATADIR%%/TESTING/xspblas3tim +%%DATADIR%%/TESTING/xspblas3tst +%%DATADIR%%/TESTING/xspbllt +%%DATADIR%%/TESTING/xsptllt +%%DATADIR%%/TESTING/xsqr +%%DATADIR%%/TESTING/xssep +%%DATADIR%%/TESTING/xssvd +%%DATADIR%%/TESTING/xstrd +%%DATADIR%%/TESTING/xstrmr +%%DATADIR%%/TESTING/xzbrd +%%DATADIR%%/TESTING/xzdblu +%%DATADIR%%/TESTING/xzdtlu +%%DATADIR%%/TESTING/xzevc +%%DATADIR%%/TESTING/xzgblu +%%DATADIR%%/TESTING/xzgemr +%%DATADIR%%/TESTING/xzgsep +%%DATADIR%%/TESTING/xzhrd +%%DATADIR%%/TESTING/xzinv +%%DATADIR%%/TESTING/xzllt +%%DATADIR%%/TESTING/xzls +%%DATADIR%%/TESTING/xzlu +%%DATADIR%%/TESTING/xznep +%%DATADIR%%/TESTING/xzpblas1tim +%%DATADIR%%/TESTING/xzpblas1tst +%%DATADIR%%/TESTING/xzpblas2tim +%%DATADIR%%/TESTING/xzpblas2tst +%%DATADIR%%/TESTING/xzpblas3tim +%%DATADIR%%/TESTING/xzpblas3tst +%%DATADIR%%/TESTING/xzpbllt +%%DATADIR%%/TESTING/xzptllt +%%DATADIR%%/TESTING/xzqr +%%DATADIR%%/TESTING/xzsep +%%DATADIR%%/TESTING/xztrd +%%DATADIR%%/TESTING/xztrmr +%%EXAMPLESDIR%%/Makefile +%%EXAMPLESDIR%%/example1.cc +%%EXAMPLESDIR%%/example1.f +@dirrm %%DATADIR%%/TESTING +@dirrm %%DATADIR%% +@dirrm %%EXAMPLESDIR%%/ +%%PORTDOCS%%%%DOCSDIR%%/design.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/lawn100.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/manual.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/pblasqref.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/pumma_refmanual.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/scalapack_install.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/scalapackqref.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/trans.ps.gz +%%PORTDOCS%%@dirrm %%DOCSDIR%% --- scalapack.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: