From 5b0ca90aa625d6753967933ec420ce02b9c6c7d3 Mon Sep 17 00:00:00 2001 From: schnetter Date: Tue, 30 Mar 2010 19:45:34 +0000 Subject: Correct library name git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/BLAS/trunk@5 53307013-940b-43fa-b11d-2c2b05dfe90d --- BLAS.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BLAS.sh b/BLAS.sh index 40f9d02..55910aa 100644 --- a/BLAS.sh +++ b/BLAS.sh @@ -91,13 +91,13 @@ if [ -z "${BLAS_DIR}" ]; then echo "BLAS: Building..." ${F77} ${F77FLAGS} -c *.f - ${AR} ${ARFLAGS} blas.a *.o + ${AR} ${ARFLAGS} libblas.a *.o if [ ${USE_RANLIB} = 'yes' ]; then - ${RANLIB} ${RANLIBFLAGS} blas.a + ${RANLIB} ${RANLIBFLAGS} libblas.a fi echo "BLAS: Installing..." - cp blas.a ${BLAS_DIR} + cp libblas.a ${BLAS_DIR} popd echo 'done' > done-${NAME} -- cgit v1.2.3