Skip to content

Instantly share code, notes, and snippets.

@jenshnielsen
jenshnielsen / gist:9596583
Created March 17, 2014 09:46
GMP configure
==> ./configure --prefix=/usr/local/Cellar/gmp/5.1.3 --enable-cxx
checking build system type... coreisbr-apple-darwin13.1.0
checking host system type... coreisbr-apple-darwin13.1.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
============================================================================
Edit setup.cfg to change the build options
BUILDING MATPLOTLIB
matplotlib: yes [1.3.1]
python: yes [3.3.3 (default, Nov 19 2013, 23:14:19) [GCC
4.2.1 Compatible Apple LLVM 5.0 (clang-500.2.79)]]
platform: yes [darwin]
REQUIRED DEPENDENCIES AND EXTENSIONS
diff --git fftw/m4/ax_openmp.m4 fftw/m4/ax_openmp.m4
index 611ae0b..7981c0b 100644
--- fftw/m4/ax_openmp.m4
+++ fftw/m4/ax_openmp.m4
@@ -49,8 +49,18 @@ for ax_openmp_flag in $ax_openmp_flags; do
none) []_AC_LANG_PREFIX[]FLAGS=$save[]_AC_LANG_PREFIX[] ;;
*) []_AC_LANG_PREFIX[]FLAGS="$save[]_AC_LANG_PREFIX[]FLAGS $ax_openmp_flag" ;;
esac
- AC_TRY_LINK_FUNC(omp_set_num_threads,
- [ax_cv_[]_AC_LANG_ABBREV[]_openmp=$ax_openmp_flag; break])