aboutsummaryrefslogtreecommitdiff
path: root/LAPACK.sh
diff options
context:
space:
mode:
Diffstat (limited to 'LAPACK.sh')
-rw-r--r--LAPACK.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/LAPACK.sh b/LAPACK.sh
index 59acca6..4132e36 100644
--- a/LAPACK.sh
+++ b/LAPACK.sh
@@ -89,7 +89,7 @@ if [ -z "${LAPACK_DIR}" ]; then
pushd build-${NAME}/${NAME}/SRC
echo "LAPACK: Building..."
- ${F77} ${F77FLAGS} -c *.f
+ ${F77} ${F77FLAGS} -c *.f ../INSTALL/dlamch.f ../INSTALL/ilaver.f ../INSTALL/lsame.f ../INSTALL/slamch.f
${AR} ${ARFLAGS} liblapack.a *.o
if [ ${USE_RANLIB} = 'yes' ]; then
${RANLIB} ${RANLIBFLAGS} liblapack.a