Skip to content

Commit

Permalink
BLAS: correct reported library directory when building library
Browse files Browse the repository at this point in the history
reported by Samuel Tootle
  • Loading branch information
rhaas80 committed Sep 24, 2020
1 parent 22ffa3c commit 7e51e0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.sh
Expand Up @@ -80,7 +80,8 @@ then
BLAS_DIR=${INSTALL_DIR}
BLAS_LIBS='blas'
BLAS_INC_DIRS=
BLAS_LIB_DIRS=${BLAS_DIR}/lib
# BLAS and LAPACK traditionlally use BLAS_DIR as the library location
BLAS_LIB_DIRS=${BLAS_DIR}

if [ "${F77}" = "none" ]; then
echo 'BEGIN ERROR'
Expand Down

0 comments on commit 7e51e0f

Please sign in to comment.