1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/openmp
Bruno Haible 57a093df2a Trivial relicensing of macro-only modules, part 3.
* modules/config-h (License): Change to unlimited.
* modules/host-os (License): Likewise.
* modules/no-c++ (License): Likewise.
* modules/openmp (License): Likewise.
* modules/longlong (License): Change to LGPLv2+.
* modules/va-args (License): Likewise.
2024-08-30 18:08:10 +02:00

26 lines
213 B
Plaintext

Description:
Detection of OpenMP support.
Files:
Depends-on:
configure.ac:
AC_OPENMP
Makefile.am:
Include:
#ifdef _OPENMP
# include <omp.h>
#endif
Link:
$(OPENMP_CFLAGS)
License:
unlimited
Maintainer:
all