Skip to content

Commit

Permalink
debug 12
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Sep 2, 2024
1 parent dcfe2eb commit bf53a49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_ubuntu-22.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export INSTALL_PREFIX=$1
--with-fftw \
--with-netcdf
cat config.log
# nm -g /usr/lib/x86_64-linux-gnu/libblas.so.3
nm -g /usr/lib/x86_64-linux-gnu/blas/libblas.so
ls -l /usr/lib/x86_64-linux-gnu/blas
eval $makecmd
make install
2 changes: 1 addition & 1 deletion 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="-L/usr/lib/x86_64-linux-gnu $BLASLIB $LDFLAGS"
save_LDFLAGS="$LDFLAGS"; LDFLAGS="-L/usr/lib/x86_64-linux-gnu/blas $BLASLIB $LDFLAGS"
{ 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
2 changes: 1 addition & 1 deletion 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="-L/usr/lib/x86_64-linux-gnu $BLASLIB $LDFLAGS"
save_LDFLAGS="$LDFLAGS"; LDFLAGS="-L/usr/lib/x86_64-linux-gnu/blas $BLASLIB $LDFLAGS"
AC_MSG_NOTICE([CFLAGS: "$CFLAGS"])
AC_MSG_NOTICE([LDFLAGS: "$LDFLAGS"])
AC_MSG_NOTICE([LIBS: "$LIBS"])
Expand Down

0 comments on commit bf53a49

Please sign in to comment.