Skip to content

Commit

Permalink
debug 6
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Aug 30, 2024
1 parent f96849b commit caa3a5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -13772,10 +13772,10 @@ if test -n "$USE_BLAS"; then

save_CFLAGS="$CFLAGS"; CFLAGS="$BLASINC $CFLAGS"
save_LDFLAGS="$LDFLAGS"; LDFLAGS="-L/usr/lib/x86_64-linux-gnu $BLASLIB $LDFLAGS"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: save_CFLAGS: \"$save_CFLAGS\"" >&5
printf "%s\n" "$as_me: save_CFLAGS: \"$save_CFLAGS\"" >&6;}
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: save_LDFLAGS: \"$save_LDFLAGS\"" >&5
printf "%s\n" "$as_me: save_LDFLAGS: \"$save_LDFLAGS\"" >&6;}
{ 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
printf "%s\n" "$as_me: LDFLAGS: \"$LDFLAGS\"" >&6;}
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: LIBS: \"$LIBS\"" >&5
printf "%s\n" "$as_me: LIBS: \"$LIBS\"" >&6;}
for ac_header in cblas.h
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1616,8 +1616,8 @@ if test -n "$USE_BLAS"; then

save_CFLAGS="$CFLAGS"; CFLAGS="$BLASINC $CFLAGS"
save_LDFLAGS="$LDFLAGS"; LDFLAGS="-L/usr/lib/x86_64-linux-gnu $BLASLIB $LDFLAGS"
AC_MSG_NOTICE([save_CFLAGS: "$save_CFLAGS"])
AC_MSG_NOTICE([save_LDFLAGS: "$save_LDFLAGS"])
AC_MSG_NOTICE([CFLAGS: "$CFLAGS"])
AC_MSG_NOTICE([LDFLAGS: "$LDFLAGS"])
AC_MSG_NOTICE([LIBS: "$LIBS"])
AC_CHECK_HEADERS([cblas.h], [],
AC_MSG_ERROR([*** Unable to find "cblas.h" with "$CFLAGS".]))
Expand Down

0 comments on commit caa3a5c

Please sign in to comment.