Skip to content

Instantly share code, notes, and snippets.

@eschnett
Created November 16, 2018 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eschnett/7273935c8f52e1195af588c64d204f5a to your computer and use it in GitHub Desktop.
Save eschnett/7273935c8f52e1195af588c64d204f5a to your computer and use it in GitHub Desktop.
amuse-11.2 on MacOS
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gfortran... gfortran
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking whether the Fortran 90 compiler (gfortran -g -O2 ) works... yes
checking if the fortran compiler supports iso c binding...
checking for python... /Users/eschnett/anaconda3/bin/python
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /opt/local/bin/ggrep
checking for egrep... /opt/local/bin/ggrep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking Python.h usability... yes
checking Python.h presence... yes
checking for Python.h... yes
checking if possible to embed python... no
checking for java... /usr/bin/java
checking for javac... /usr/bin/javac
checking for jar... /usr/bin/jar
checking whether Java compiler works... yes
checking whether Java interpreter works... yes
checking Java environment... /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre
checking Java version... 1.8
checking for mpiexec... /Users/eschnett/anaconda3/bin/mpiexec
checking for mpicxx... mpicxx
checking checking MPI C++ flags... flags found
checking for MPI_Init... yes
checking for mpi.h... yes
checking for mpicc... mpicc
checking checking MPI C flags... flags found
checking for mpi.h... yes
checking for mpif90... mpif90
checking checking MPI Fortran flags... could not determine c flags from show functions
checking for mpif.h... no
checking for OpenMP flag of C compiler... -fopenmp
checking for OpenMP flag of Fortran compiler... -fopenmp
checking if gfortran accepts -dumpversion option... yes
checking gfortran version... 8.2.0
checking for a sed that does not truncate output... /opt/local/bin/gsed
checking whether we are using the Microsoft C compiler... no
checking CL/cl.h usability... no
checking CL/cl.h presence... no
checking for CL/cl.h... no
checking OpenCL/cl.h usability... yes
checking OpenCL/cl.h presence... yes
checking for OpenCL/cl.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for OpenCL library... no
checking for pkg-config... /opt/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking fftw3.h usability... yes
checking fftw3.h presence... yes
checking for fftw3.h... yes
checking for fftw_plan_dft_r2c in -lfftw3... yes
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for __gmpz_init in -lgmp... yes
checking mpfr.h usability... yes
checking mpfr.h presence... yes
checking for mpfr.h... yes
checking for mpfr_init in -lmpfr... yes
checking how to run the C++ preprocessor... g++ -E
checking mpreal.h usability... no
checking mpreal.h presence... no
checking for mpreal.h... no
configure: WARNING: Cannot find header (mpreal.h) of the library MPFR with MPFR_FLAGS -I/opt/local/include.
checking hdf5.h usability... yes
checking hdf5.h presence... yes
checking for hdf5.h... yes
checking for H5_init_library in -lhdf5... yes
checking netcdf.h usability... yes
checking netcdf.h presence... yes
checking for netcdf.h... yes
checking Fortran netcdf presence... configure: WARNING: Cannot compile or link against library Fortran NETCDF in /opt/local
checking for nc_inq_libvers in -lnetcdf... no
configure: WARNING: libnetcdf : library missing. (Cannot find symbol nc_inq_libvers) in /opt/local. Check if libnetcdf3 is installed and if the version is correct
checking for gcc option to produce PIC... -fPIC
checking for GSL... yes
checking for python module numpy... found (1.15.1)
checking for python module mpi4py... found (2.0.0)
checking for python module h5py... found (2.8.0)
checking for python module nose... found (1.3.7)
checking for python module docutils... found (0.14)
checking for python module zlib... found (1.0)
checking for python module matplotlib... found
configure: creating ./config.status
config.status: creating src/amuse/config.py
config.status: creating support/config.py
config.status: creating support3/config.py
config.status: creating config.mk
config.status: creating build.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment