Skip to content

Commit

Permalink
debug 16
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Sep 2, 2024
1 parent 93ad410 commit aeb461a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 @@ -36,7 +36,7 @@ export INSTALL_PREFIX=$1
--with-cxx \
--with-zstd \
--with-bzlib \
--with-blas=openblas \
--with-blas=blas-openblas \
--with-lapack \
--with-libsvm \
--with-readline \
Expand Down
6 changes: 3 additions & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -13778,10 +13778,10 @@ printf "%s\n" "$as_me: CFLAGS: \"$CFLAGS\"" >&6;}
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;}
ac_fn_c_check_header_compile "$LINENO" "cblas.h," "ac_cv_header_cblas_h_" "$ac_includes_default"
if test "x$ac_cv_header_cblas_h_" = xyes
ac_fn_c_check_header_compile "$LINENO" "cblas.h" "ac_cv_header_cblas_h" "$ac_includes_default"
if test "x$ac_cv_header_cblas_h" = xyes
then :
printf "%s\n" "#define HAVE_CBLAS_H_ 1" >>confdefs.h
printf "%s\n" "#define HAVE_CBLAS_H 1" >>confdefs.h

fi
ac_fn_c_check_header_compile "$LINENO" "cblas-atlas.h" "ac_cv_header_cblas_atlas_h" "$ac_includes_default"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1619,7 +1619,7 @@ if test -n "$USE_BLAS"; then
AC_MSG_NOTICE([CFLAGS: "$CFLAGS"])
AC_MSG_NOTICE([LDFLAGS: "$LDFLAGS"])
AC_MSG_NOTICE([LIBS: "$LIBS"])
AC_CHECK_HEADERS([cblas.h, cblas-atlas.h])
AC_CHECK_HEADERS([cblas.h cblas-atlas.h])

AC_MSG_CHECKING([for linking to BLAS])
dnl AC_LINK_IFELSE([AC_LANG_PROGRAM(
Expand Down

0 comments on commit aeb461a

Please sign in to comment.