aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@53307013-940b-43fa-b11d-2c2b05dfe90d>2010-03-30 19:45:34 +0000
committerschnetter <schnetter@53307013-940b-43fa-b11d-2c2b05dfe90d>2010-03-30 19:45:34 +0000
commit5b0ca90aa625d6753967933ec420ce02b9c6c7d3 (patch)
treeb0a27352c0d15e1950d8b58d212421ae13174b0f
parent1070a602e4e1e4e2ed239a8644a9fb5837ee792b (diff)
Correct library name
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/BLAS/trunk@5 53307013-940b-43fa-b11d-2c2b05dfe90d
-rw-r--r--BLAS.sh6
1 files 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}