Skip to content

Commit

Permalink
debug 24
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Sep 4, 2024
1 parent a79d1e9 commit d3fabe4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -13771,7 +13771,7 @@ if test -n "$USE_BLAS"; then
BLASINC=$(${PKG_CONFIG} --cflags ${BLAS_PKG})

save_CFLAGS="$CFLAGS"; CFLAGS="$BLASINC $CFLAGS"
save_LDFLAGS="$LDFLAGS"; LDFLAGS="$BLASLIB"
save_LIBS="$LIBS"; LIBS="$BLASLIB"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: CFLAGS: \"$CFLAGS\"" >&5
printf "%s\n" "$as_me: CFLAGS: \"$CFLAGS\"" >&6;}
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: LDFLAGS: \"$LDFLAGS\"" >&5
Expand Down Expand Up @@ -13898,7 +13898,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam \
printf "%s\n" "$blas_ok" >&6; }

CFLAGS="$save_CFLAGS"
LDFLAGS="$save_LDFLAGS"
LIBS="$save_LIBS"


printf "%s\n" "#define HAVE_LIBBLAS 1" >>confdefs.h
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@ if test -n "$USE_BLAS"; then
BLASINC=$(${PKG_CONFIG} --cflags ${BLAS_PKG})

save_CFLAGS="$CFLAGS"; CFLAGS="$BLASINC $CFLAGS"
save_LDFLAGS="$LDFLAGS"; LDFLAGS="$BLASLIB"
save_LIBS="$LIBS"; LIBS="$BLASLIB"
dnl save_LDFLAGS="$LDFLAGS"; LDFLAGS="$BLASLIB $LDFLAGS"
AC_MSG_NOTICE([CFLAGS: "$CFLAGS"])
AC_MSG_NOTICE([LDFLAGS: "$LDFLAGS"])
Expand Down Expand Up @@ -1661,7 +1661,7 @@ dnl ])
AC_MSG_RESULT([$blas_ok])

CFLAGS="$save_CFLAGS"
LDFLAGS="$save_LDFLAGS"
LIBS="$save_LIBS"

AC_DEFINE(HAVE_LIBBLAS, 1, [Define to 1 if BLAS exists.])

Expand Down

0 comments on commit d3fabe4

Please sign in to comment.