********************************************************************************
From Ake Sandgren, Umea University and HPC2N, on 11-16-2011.
Hi!
stprfb.f has some unneeded external declarations
diff -ru site/SRC/stprfb.f p1/SRC/stprfb.f
--- site/SRC/stprfb.f 2011-10-22 18:49:03.
000000000 +0200
+++ p1/SRC/stprfb.f 2011-11-16 09:30:22.
000000000 +0100
@@ -246,7 +246,7 @@
EXTERNAL LSAME
* ..
* .. External Subroutines ..
- EXTERNAL SCOPY, SGEMM, SLACGV, STRMM
+ EXTERNAL SGEMM, STRMM
* ..
* .. Executable Statements ..
*
********************************************************************************
Ake,
Thank you for catching this. I will remove the unused external declarations.
The changes will be available from the lapack-dev svn server, and in the next
release.
Rodney
********************************************************************************