Skip to content

Commit

Permalink
remove explicit omp.h check
Browse files Browse the repository at this point in the history
  • Loading branch information
lschneiderbauer committed Jan 17, 2025
1 parent d75a0e8 commit c0f6786
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -4315,13 +4315,6 @@ esac
fi


# # Check for omp.h header
# AC_CHECK_HEADER([omp.h], [
# AC_DEFINE([HAVE_OMP_H], [1], [Define if you have the omp.h header file])
# ], [
# AC_DEFINE([HAVE_OMP_H], [0], [Define if you have the omp.h header file])
# ])

# have_fftw_omp=no
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing fftwf_plan_with_nthreads" >&5
printf %s "checking for library containing fftwf_plan_with_nthreads... " >&6; }
Expand Down
7 changes: 0 additions & 7 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ AC_CHECK_HEADER([fftw3.h], [
AC_MSG_ERROR([fftw3.h header file not found in: $CPPFLAGS])
])

# # Check for omp.h header
# AC_CHECK_HEADER([omp.h], [
# AC_DEFINE([HAVE_OMP_H], [1], [Define if you have the omp.h header file])
# ], [
# AC_DEFINE([HAVE_OMP_H], [0], [Define if you have the omp.h header file])
# ])

# have_fftw_omp=no
AC_SEARCH_LIBS(
fftwf_plan_with_nthreads,
Expand Down

0 comments on commit c0f6786

Please sign in to comment.