Skip to content

Instantly share code, notes, and snippets.

@orlandini
Created September 15, 2017 15:09
Show Gist options
  • Save orlandini/b1ac4f4662b1cb52221abddefdbd7c91 to your computer and use it in GitHub Desktop.
Save orlandini/b1ac4f4662b1cb52221abddefdbd7c91 to your computer and use it in GitHub Desktop.
arpack on macOS 10.11.6 - Homebrew build logs
Homebrew build logs for arpack on macOS 10.11.6
Build date: 2017-09-14 16:04:15
HOMEBREW_VERSION: 1.3.2
ORIGIN: https://github.com/Homebrew/brew
HEAD: 751334a257d81851e68da7ab390982d4e9fdf909
Last commit: 11 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 863f435fc3d45bb95bb30108bab92cf9783997e2
Core tap last commit: 16 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local/Homebrew
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: 16-core 64-bit nehalem
Homebrew Ruby: 2.0.0-p648
Clang: 8.0 build 800
Git: 2.10.1 => /Applications/Xcode.app/Contents/Developer/usr/bin/git
Perl: /usr/bin/perl
Python: /usr/local/opt/python/libexec/bin/python => /usr/local/Cellar/python/2.7.13_1/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.8.0_91
macOS: 10.11.6-x86_64
Xcode: 8.2.1
CLT: 8.2.0.0.1.1480973914
X11: 2.7.11 => /opt/X11
Your system is ready to brew.
arpack --with-mpi
2017-09-14 16:03:16 -0300
./bootstrap
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: glibtoolize --copy --force
glibtoolize: putting auxiliary files in '.'.
glibtoolize: copying file './ltmain.sh'
glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
glibtoolize: copying file 'm4/libtool.m4'
glibtoolize: copying file 'm4/ltoptions.m4'
glibtoolize: copying file 'm4/ltsugar.m4'
glibtoolize: copying file 'm4/ltversion.m4'
glibtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:11: installing './compile'
configure.ac:15: installing './config.guess'
configure.ac:15: installing './config.sub'
configure.ac:3: installing './install-sh'
configure.ac:3: installing './missing'
parallel-tests: installing './test-driver'
TESTS/Makefile.am: installing './depcomp'
autoreconf: Leaving directory `.'
2017-09-14 16:03:36 -0300
./configure
--disable-dependency-tracking
--prefix=/usr/local/Cellar/arpack/3.5.0/libexec
--with-blas=-L/usr/local/opt/veclibfort/lib -lvecLibFort
F77=/usr/local/bin/mpif77
--enable-mpi
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
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether the Fortran compiler works... yes
checking for Fortran 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 Fortran compiler... yes
checking whether /usr/local/bin/gfortran accepts -g... yes
checking for gcc... clang
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of clang... none
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether /usr/local/bin/mpif77 accepts -g... yes
checking build system type... x86_64-apple-darwin15.6.0
checking host system type... x86_64-apple-darwin15.6.0
checking how to get verbose linking output from /usr/local/bin/mpif77... -v
checking for Fortran 77 libraries of /usr/local/bin/mpif77... -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lquadmath -lm
checking for dummy main to link with Fortran 77 libraries... none
checking for Fortran 77 name-mangling scheme... lower case, underscore, no extra underscore
checking for sgemm_ in -L/usr/local/opt/veclibfort/lib -lvecLibFort... yes
checking for cheev_... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/super/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking how to convert x86_64-apple-darwin15.6.0 file names to x86_64-apple-darwin15.6.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin15.6.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... clang -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 for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin15.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for /usr/local/bin/mpif77 option to produce PIC... -fno-common
checking if /usr/local/bin/mpif77 PIC flag -fno-common works... yes
checking if /usr/local/bin/mpif77 static flag -static works... no
checking if /usr/local/bin/mpif77 supports -c -o file.o... yes
checking if /usr/local/bin/mpif77 supports -c -o file.o... (cached) yes
checking whether the /usr/local/bin/mpif77 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin15.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for /usr/local/bin/gfortran option to produce PIC... -fno-common
checking if /usr/local/bin/gfortran PIC flag -fno-common works... yes
checking if /usr/local/bin/gfortran static flag -static works... no
checking if /usr/local/bin/gfortran supports -c -o file.o... yes
checking if /usr/local/bin/gfortran supports -c -o file.o... (cached) yes
checking whether the /usr/local/bin/gfortran linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin15.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking for mpif77... /usr/local/bin/mpif77
checking for MPI_Init... yes
checking for MPI_Init in -lfmpi... no
checking for MPI_Init in -lfmpich... no
checking for MPI_Init in -lmpif77... no
checking for MPI_Init in -lmpi... yes
checking for mpif.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating arpack.pc
config.status: creating Makefile
config.status: creating SRC/Makefile
config.status: creating UTIL/Makefile
config.status: creating TESTS/Makefile
config.status: creating EXAMPLES/Makefile
config.status: creating EXAMPLES/BAND/Makefile
config.status: creating EXAMPLES/COMPLEX/Makefile
config.status: creating EXAMPLES/NONSYM/Makefile
config.status: creating EXAMPLES/SIMPLE/Makefile
config.status: creating EXAMPLES/SVD/Makefile
config.status: creating EXAMPLES/SYM/Makefile
config.status: creating PARPACK/Makefile
config.status: creating PARPACK/SRC/MPI/Makefile
config.status: creating PARPACK/SRC/BLACS/Makefile
config.status: creating PARPACK/UTIL/MPI/Makefile
config.status: creating PARPACK/UTIL/BLACS/Makefile
config.status: creating PARPACK/TESTS/MPI/Makefile
config.status: creating PARPACK/EXAMPLES/MPI/Makefile
config.status: creating PARPACK/EXAMPLES/BLACS/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o a.out -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccsEcgYK.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem
superenv added: -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o a.out -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccsEcgYK.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/cciRmH3h.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem
superenv added: -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/cciRmH3h.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccbXvfcq.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem
superenv added: -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccbXvfcq.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem
clang called with: --version
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -v
clang called with: -V
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -qversion
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c -o conftest2.o
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c -o conftest2.o
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccedvAvz.o -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v
superenv added: -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccedvAvz.o -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccqHqz5C.o -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v
superenv added: -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccqHqz5C.o -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v
clang called with: -o conftest -g -O2 conftest.c -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lquadmath -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lquadmath -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c cfortran_test.o -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lquadmath -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c cfortran_test.o -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lquadmath -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c cfortran_test.o -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lquadmath -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c cfortran_test.o -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lquadmath -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c cfortran_test.o -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lquadmath -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c cfortran_test.o -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lquadmath -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -L/usr/local/opt/veclibfort/lib -lvecLibFort -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lquadmath -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -L/usr/local/opt/veclibfort/lib -lvecLibFort -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lquadmath -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -L/usr/local/opt/veclibfort/lib -lvecLibFort -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lquadmath -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -L/usr/local/opt/veclibfort/lib -lvecLibFort -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lquadmath -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -print-prog-name=ld
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c conftstm.o
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c conftstm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ -Wl,-exported_symbols_list,conftest.sym conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ -Wl,-exported_symbols_list,conftest.sym conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ -c -o conftest.o conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ -c -o conftest.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ -o conftest conftest.c -Wl,-force_load,./libconftest.a
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ -o conftest conftest.c -Wl,-force_load,./libconftest.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ -fno-rtti -fno-exceptions conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ -fno-rtti -fno-exceptions conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ -fno-common -DPIC -DPIC conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ -fno-common -DPIC -DPIC conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ -static conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ -static conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ -o out/conftest2.o conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ -o out/conftest2.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -print-search-dirs
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -print-search-dirs -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ -print-multi-os-directory
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ -print-multi-os-directory -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccgvhBzE.o -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem
superenv added: -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccgvhBzE.o -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem
ld called with: -static -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -lcrt0.o -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccnHV5g4.o -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi /usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../../libgfortran.a -no_compact_unwind -no_pie -lgcc_eh -lgcc -lquadmath -lm -lgcc_eh -lgcc
superenv added: -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -static -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -lcrt0.o -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccnHV5g4.o -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi /usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../../libgfortran.a -no_compact_unwind -no_pie -lgcc_eh -lgcc -lquadmath -lm -lgcc_eh -lgcc
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/cc4E9hGF.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem
superenv added: -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/cc4E9hGF.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem
ld called with: -static -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -lcrt0.o -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccm2U3N1.o /usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../../libgfortran.a -no_compact_unwind -no_pie -lgcc_eh -lgcc -lquadmath -lm -lgcc_eh -lgcc
superenv added: -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -static -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -lcrt0.o -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccm2U3N1.o /usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../../libgfortran.a -no_compact_unwind -no_pie -lgcc_eh -lgcc -lquadmath -lm -lgcc_eh -lgcc
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccnc7KWq.o -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem
superenv added: -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccnc7KWq.o -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccrjuKvU.o -lfmpi -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem
superenv added: -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccrjuKvU.o -lfmpi -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccRZTmyi.o -lfmpich -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem
superenv added: -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccRZTmyi.o -lfmpich -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/cctqepMw.o -lmpif77 -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem
superenv added: -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/cctqepMw.o -lmpif77 -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccKSiHK6.o -lmpi -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem
superenv added: -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccKSiHK6.o -lmpi -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem
2017-09-14 16:03:58 -0300
make
Making all in UTIL
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o icnteq.lo icnteq.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o icopy.lo icopy.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o iset.lo iset.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o iswap.lo iswap.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o ivout.lo ivout.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o second_NONE.lo second_NONE.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o svout.lo svout.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o smout.lo smout.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o dvout.lo dvout.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o dmout.lo dmout.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o cvout.lo cvout.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o cmout.lo cmout.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o zvout.lo zvout.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o zmout.lo zmout.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dvout.f -fno-common -o .libs/dvout.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c iset.f -fno-common -o .libs/iset.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c second_NONE.f -fno-common -o .libs/second_NONE.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c icnteq.f -fno-common -o .libs/icnteq.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c smout.f -fno-common -o .libs/smout.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c svout.f -fno-common -o .libs/svout.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c iswap.f -fno-common -o .libs/iswap.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c cvout.f -fno-common -o .libs/cvout.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dmout.f -fno-common -o .libs/dmout.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c zvout.f -fno-common -o .libs/zvout.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c icopy.f -fno-common -o .libs/icopy.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c zmout.f -fno-common -o .libs/zmout.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c cmout.f -fno-common -o .libs/cmout.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c ivout.f -fno-common -o .libs/ivout.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c second_NONE.f -o second_NONE.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c iset.f -o iset.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c icnteq.f -o icnteq.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c iswap.f -o iswap.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c icopy.f -o icopy.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c svout.f -o svout.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dvout.f -o dvout.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c ivout.f -o ivout.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c cvout.f -o cvout.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c zvout.f -o zvout.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dmout.f -o dmout.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c smout.f -o smout.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c zmout.f -o zmout.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c cmout.f -o cmout.o >/dev/null 2>&1
/bin/sh ../libtool --tag=F77 --mode=link /usr/local/bin/mpif77 -g -O2 -o libarpackutil.la icnteq.lo icopy.lo iset.lo iswap.lo ivout.lo second_NONE.lo svout.lo smout.lo dvout.lo dmout.lo cvout.lo cmout.lo zvout.lo zmout.lo
libtool: link: ar cru .libs/libarpackutil.a .libs/icnteq.o .libs/icopy.o .libs/iset.o .libs/iswap.o .libs/ivout.o .libs/second_NONE.o .libs/svout.o .libs/smout.o .libs/dvout.o .libs/dmout.o .libs/cvout.o .libs/cmout.o .libs/zvout.o .libs/zmout.o
libtool: link: ranlib .libs/libarpackutil.a
libtool: link: ( cd ".libs" && rm -f "libarpackutil.la" && ln -s "../libarpackutil.la" "libarpackutil.la" )
Making all in SRC
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o snaitr.lo snaitr.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o snapps.lo snapps.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o snaup2.lo snaup2.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o snaupd.lo snaupd.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o snconv.lo snconv.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o sneigh.lo sneigh.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o sneupd.lo sneupd.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o sngets.lo sngets.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o sstatn.lo sstatn.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o ssaitr.lo ssaitr.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o ssapps.lo ssapps.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o ssaup2.lo ssaup2.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o ssaupd.lo ssaupd.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o ssconv.lo ssconv.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o sseigt.lo sseigt.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o sseupd.lo sseupd.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c snaup2.f -fno-common -o .libs/snaup2.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c snaitr.f -fno-common -o .libs/snaitr.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c snaupd.f -fno-common -o .libs/snaupd.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c snapps.f -fno-common -o .libs/snapps.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c ssaitr.f -fno-common -o .libs/ssaitr.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c sseigt.f -fno-common -o .libs/sseigt.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c sneupd.f -fno-common -o .libs/sneupd.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c sstatn.f -fno-common -o .libs/sstatn.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c snconv.f -fno-common -o .libs/snconv.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c ssaupd.f -fno-common -o .libs/ssaupd.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c sngets.f -fno-common -o .libs/sngets.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c sseupd.f -fno-common -o .libs/sseupd.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c ssapps.f -fno-common -o .libs/ssapps.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c ssconv.f -fno-common -o .libs/ssconv.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c ssaup2.f -fno-common -o .libs/ssaup2.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c sneigh.f -fno-common -o .libs/sneigh.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c sstatn.f -o sstatn.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c snconv.f -o snconv.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c ssconv.f -o ssconv.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c sseigt.f -o sseigt.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c sngets.f -o sngets.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c sneigh.f -o sneigh.o >/dev/null 2>&1
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o ssgets.lo ssgets.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c snaupd.f -o snaupd.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c ssaupd.f -o ssaupd.o >/dev/null 2>&1
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o sstats.lo sstats.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o sgetv0.lo sgetv0.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o ssortc.lo ssortc.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o ssortr.lo ssortr.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c ssaitr.f -o ssaitr.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c ssaup2.f -o ssaup2.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c ssapps.f -o ssapps.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c ssgets.f -fno-common -o .libs/ssgets.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c snaitr.f -o snaitr.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c snaup2.f -o snaup2.o >/dev/null 2>&1
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o ssesrt.lo ssesrt.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c sstats.f -fno-common -o .libs/sstats.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c sgetv0.f -fno-common -o .libs/sgetv0.o
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o sstqrb.lo sstqrb.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o dnaitr.lo dnaitr.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c ssortc.f -fno-common -o .libs/ssortc.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c ssortr.f -fno-common -o .libs/ssortr.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c sstats.f -o sstats.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c ssgets.f -o ssgets.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c snapps.f -o snapps.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c ssesrt.f -fno-common -o .libs/ssesrt.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c sseupd.f -o sseupd.o >/dev/null 2>&1
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o dnapps.lo dnapps.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dnaitr.f -fno-common -o .libs/dnaitr.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c sstqrb.f -fno-common -o .libs/sstqrb.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c sgetv0.f -o sgetv0.o >/dev/null 2>&1
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o dnaup2.lo dnaup2.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c sneupd.f -o sneupd.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c ssortr.f -o ssortr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o dnaupd.lo dnaupd.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o dnconv.lo dnconv.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o dneigh.lo dneigh.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c ssortc.f -o ssortc.o >/dev/null 2>&1
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o dneupd.lo dneupd.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dnapps.f -fno-common -o .libs/dnapps.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c ssesrt.f -o ssesrt.o >/dev/null 2>&1
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o dngets.lo dngets.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dnaup2.f -fno-common -o .libs/dnaup2.o
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o dstatn.lo dstatn.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dnaupd.f -fno-common -o .libs/dnaupd.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dnconv.f -fno-common -o .libs/dnconv.o
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o dsaitr.lo dsaitr.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dneigh.f -fno-common -o .libs/dneigh.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dneupd.f -fno-common -o .libs/dneupd.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dngets.f -fno-common -o .libs/dngets.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dnconv.f -o dnconv.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dnaitr.f -o dnaitr.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dstatn.f -fno-common -o .libs/dstatn.o
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o dsapps.lo dsapps.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dsaitr.f -fno-common -o .libs/dsaitr.o
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o dsaup2.lo dsaup2.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o dsaupd.lo dsaupd.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dneigh.f -o dneigh.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dnaupd.f -o dnaupd.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dstatn.f -o dstatn.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dngets.f -o dngets.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c sstqrb.f -o sstqrb.o >/dev/null 2>&1
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o dsconv.lo dsconv.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dsapps.f -fno-common -o .libs/dsapps.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dnaup2.f -o dnaup2.o >/dev/null 2>&1
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o dseigt.lo dseigt.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o dseupd.lo dseupd.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dsaup2.f -fno-common -o .libs/dsaup2.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dsaupd.f -fno-common -o .libs/dsaupd.o
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o dsgets.lo dsgets.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dnapps.f -o dnapps.o >/dev/null 2>&1
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o dstats.lo dstats.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dsconv.f -fno-common -o .libs/dsconv.o
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o dgetv0.lo dgetv0.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o dsortc.lo dsortc.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dseigt.f -fno-common -o .libs/dseigt.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dseupd.f -fno-common -o .libs/dseupd.o
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o dsortr.lo dsortr.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dsconv.f -o dsconv.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dsaitr.f -o dsaitr.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dsgets.f -fno-common -o .libs/dsgets.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dsaupd.f -o dsaupd.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dstats.f -fno-common -o .libs/dstats.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dgetv0.f -fno-common -o .libs/dgetv0.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dsortc.f -fno-common -o .libs/dsortc.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dseigt.f -o dseigt.o >/dev/null 2>&1
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o dsesrt.lo dsesrt.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dsortr.f -fno-common -o .libs/dsortr.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dstats.f -o dstats.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dsgets.f -o dsgets.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dsapps.f -o dsapps.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dsaup2.f -o dsaup2.o >/dev/null 2>&1
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o dstqrb.lo dstqrb.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dneupd.f -o dneupd.o >/dev/null 2>&1
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o cnaitr.lo cnaitr.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o cnapps.lo cnapps.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o cnaup2.lo cnaup2.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dgetv0.f -o dgetv0.o >/dev/null 2>&1
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o cnaupd.lo cnaupd.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dsesrt.f -fno-common -o .libs/dsesrt.o
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o cneigh.lo cneigh.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dsortr.f -o dsortr.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dstqrb.f -fno-common -o .libs/dstqrb.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dsortc.f -o dsortc.o >/dev/null 2>&1
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o cneupd.lo cneupd.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c cnaitr.f -fno-common -o .libs/cnaitr.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c cnapps.f -fno-common -o .libs/cnapps.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c cnaup2.f -fno-common -o .libs/cnaup2.o
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o cngets.lo cngets.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c cnaupd.f -fno-common -o .libs/cnaupd.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c cneigh.f -fno-common -o .libs/cneigh.o
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o cstatn.lo cstatn.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dsesrt.f -o dsesrt.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c cneupd.f -fno-common -o .libs/cneupd.o
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o cgetv0.lo cgetv0.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o csortc.lo csortc.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o znaitr.lo znaitr.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c cngets.f -fno-common -o .libs/cngets.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c cneigh.f -o cneigh.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dseupd.f -o dseupd.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c cstatn.f -fno-common -o .libs/cstatn.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c cnaupd.f -o cnaupd.o >/dev/null 2>&1
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o znapps.lo znapps.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c cgetv0.f -fno-common -o .libs/cgetv0.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c znaitr.f -fno-common -o .libs/znaitr.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c cngets.f -o cngets.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c csortc.f -fno-common -o .libs/csortc.o
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o znaup2.lo znaup2.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c cstatn.f -o cstatn.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c cnaitr.f -o cnaitr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o znaupd.lo znaupd.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c cnaup2.f -o cnaup2.o >/dev/null 2>&1
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o zneigh.lo zneigh.f
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o zneupd.lo zneupd.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c znapps.f -fno-common -o .libs/znapps.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c dstqrb.f -o dstqrb.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c cnapps.f -o cnapps.o >/dev/null 2>&1
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o zngets.lo zngets.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c znaup2.f -fno-common -o .libs/znaup2.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c cgetv0.f -o cgetv0.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c znaupd.f -fno-common -o .libs/znaupd.o
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o zstatn.lo zstatn.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c zneigh.f -fno-common -o .libs/zneigh.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c zneupd.f -fno-common -o .libs/zneupd.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c csortc.f -o csortc.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c zngets.f -fno-common -o .libs/zngets.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c cneupd.f -o cneupd.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c znaitr.f -o znaitr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o zgetv0.lo zgetv0.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c zstatn.f -fno-common -o .libs/zstatn.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c znaupd.f -o znaupd.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c zneigh.f -o zneigh.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c zngets.f -o zngets.o >/dev/null 2>&1
/bin/sh ../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o zsortc.lo zsortc.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c zstatn.f -o zstatn.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c znaup2.f -o znaup2.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c zgetv0.f -fno-common -o .libs/zgetv0.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c znapps.f -o znapps.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c zsortc.f -fno-common -o .libs/zsortc.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c zgetv0.f -o zgetv0.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c zneupd.f -o zneupd.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c zsortc.f -o zsortc.o >/dev/null 2>&1
/bin/sh ../libtool --tag=F77 --mode=link /usr/local/bin/mpif77 -g -O2 -no-undefined -version-info 2:0 -o libarpack.la -rpath /usr/local/Cellar/arpack/3.5.0/libexec/lib snaitr.lo snapps.lo snaup2.lo snaupd.lo snconv.lo sneigh.lo sneupd.lo sngets.lo sstatn.lo ssaitr.lo ssapps.lo ssaup2.lo ssaupd.lo ssconv.lo sseigt.lo sseupd.lo ssgets.lo sstats.lo sgetv0.lo ssortc.lo ssortr.lo ssesrt.lo sstqrb.lo dnaitr.lo dnapps.lo dnaup2.lo dnaupd.lo dnconv.lo dneigh.lo dneupd.lo dngets.lo dstatn.lo dsaitr.lo dsapps.lo dsaup2.lo dsaupd.lo dsconv.lo dseigt.lo dseupd.lo dsgets.lo dstats.lo dgetv0.lo dsortc.lo dsortr.lo dsesrt.lo dstqrb.lo cnaitr.lo cnapps.lo cnaup2.lo cnaupd.lo cneigh.lo cneupd.lo cngets.lo cstatn.lo cgetv0.lo csortc.lo znaitr.lo znapps.lo znaup2.lo znaupd.lo zneigh.lo zneupd.lo zngets.lo zstatn.lo zgetv0.lo zsortc.lo ../UTIL/libarpackutil.la -L/usr/local/opt/veclibfort/lib -lvecLibFort
libtool: link: /usr/local/bin/mpif77 -dynamiclib -o .libs/libarpack.2.dylib .libs/snaitr.o .libs/snapps.o .libs/snaup2.o .libs/snaupd.o .libs/snconv.o .libs/sneigh.o .libs/sneupd.o .libs/sngets.o .libs/sstatn.o .libs/ssaitr.o .libs/ssapps.o .libs/ssaup2.o .libs/ssaupd.o .libs/ssconv.o .libs/sseigt.o .libs/sseupd.o .libs/ssgets.o .libs/sstats.o .libs/sgetv0.o .libs/ssortc.o .libs/ssortr.o .libs/ssesrt.o .libs/sstqrb.o .libs/dnaitr.o .libs/dnapps.o .libs/dnaup2.o .libs/dnaupd.o .libs/dnconv.o .libs/dneigh.o .libs/dneupd.o .libs/dngets.o .libs/dstatn.o .libs/dsaitr.o .libs/dsapps.o .libs/dsaup2.o .libs/dsaupd.o .libs/dsconv.o .libs/dseigt.o .libs/dseupd.o .libs/dsgets.o .libs/dstats.o .libs/dgetv0.o .libs/dsortc.o .libs/dsortr.o .libs/dsesrt.o .libs/dstqrb.o .libs/cnaitr.o .libs/cnapps.o .libs/cnaup2.o .libs/cnaupd.o .libs/cneigh.o .libs/cneupd.o .libs/cngets.o .libs/cstatn.o .libs/cgetv0.o .libs/csortc.o .libs/znaitr.o .libs/znapps.o .libs/znaup2.o .libs/znaupd.o .libs/zneigh.o .libs/zneupd.o .libs/zngets.o .libs/zstatn.o .libs/zgetv0.o .libs/zsortc.o -Wl,-force_load,../UTIL/.libs/libarpackutil.a -L/usr/local/opt/veclibfort/lib -lvecLibFort -g -O2 -install_name /usr/local/Cellar/arpack/3.5.0/libexec/lib/libarpack.2.dylib -compatibility_version 3 -current_version 3.0 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libarpack.dylib" && ln -s "libarpack.2.dylib" "libarpack.dylib")
libtool: link: (cd .libs/libarpack.lax/libarpackutil.a && ar x "/private/tmp/arpack-20170914-59886-j2b5k0/arpack-ng-3.5.0/SRC/../UTIL/.libs/libarpackutil.a")
libtool: link: ar cru .libs/libarpack.a snaitr.o snapps.o snaup2.o snaupd.o snconv.o sneigh.o sneupd.o sngets.o sstatn.o ssaitr.o ssapps.o ssaup2.o ssaupd.o ssconv.o sseigt.o sseupd.o ssgets.o sstats.o sgetv0.o ssortc.o ssortr.o ssesrt.o sstqrb.o dnaitr.o dnapps.o dnaup2.o dnaupd.o dnconv.o dneigh.o dneupd.o dngets.o dstatn.o dsaitr.o dsapps.o dsaup2.o dsaupd.o dsconv.o dseigt.o dseupd.o dsgets.o dstats.o dgetv0.o dsortc.o dsortr.o dsesrt.o dstqrb.o cnaitr.o cnapps.o cnaup2.o cnaupd.o cneigh.o cneupd.o cngets.o cstatn.o cgetv0.o csortc.o znaitr.o znapps.o znaup2.o znaupd.o zneigh.o zneupd.o zngets.o zstatn.o zgetv0.o zsortc.o .libs/libarpack.lax/libarpackutil.a/cmout.o .libs/libarpack.lax/libarpackutil.a/cvout.o .libs/libarpack.lax/libarpackutil.a/dmout.o .libs/libarpack.lax/libarpackutil.a/dvout.o .libs/libarpack.lax/libarpackutil.a/icnteq.o .libs/libarpack.lax/libarpackutil.a/icopy.o .libs/libarpack.lax/libarpackutil.a/iset.o .libs/libarpack.lax/libarpackutil.a/iswap.o .libs/libarpack.lax/libarpackutil.a/ivout.o .libs/libarpack.lax/libarpackutil.a/second_NONE.o .libs/libarpack.lax/libarpackutil.a/smout.o .libs/libarpack.lax/libarpackutil.a/svout.o .libs/libarpack.lax/libarpackutil.a/zmout.o .libs/libarpack.lax/libarpackutil.a/zvout.o
libtool: link: ranlib .libs/libarpack.a
libtool: link: rm -fr .libs/libarpack.lax
libtool: link: ( cd ".libs" && rm -f "libarpack.la" && ln -s "../libarpack.la" "libarpack.la" )
Making all in .
make[1]: Nothing to be done for `all-am'.
Making all in TESTS
make[1]: Nothing to be done for `all'.
Making all in EXAMPLES
Making all in BAND
make[2]: Nothing to be done for `all'.
Making all in COMPLEX
make[2]: Nothing to be done for `all'.
Making all in NONSYM
make[2]: Nothing to be done for `all'.
Making all in SIMPLE
make[2]: Nothing to be done for `all'.
Making all in SVD
make[2]: Nothing to be done for `all'.
Making all in SYM
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all-am'.
Making all in PARPACK
Making all in UTIL/MPI
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o pivout.lo pivout.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o psmout.lo psmout.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o psvout.lo psvout.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o pdmout.lo pdmout.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o pdvout.lo pdvout.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o pcmout.lo pcmout.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o pcvout.lo pcvout.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o pzmout.lo pzmout.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o pzvout.lo pzvout.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdmout.f -fno-common -o .libs/pdmout.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psvout.f -fno-common -o .libs/psvout.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pzmout.f -fno-common -o .libs/pzmout.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pzvout.f -fno-common -o .libs/pzvout.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pivout.f -fno-common -o .libs/pivout.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pcmout.f -fno-common -o .libs/pcmout.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdvout.f -fno-common -o .libs/pdvout.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psmout.f -fno-common -o .libs/psmout.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pcvout.f -fno-common -o .libs/pcvout.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pivout.f -o pivout.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psvout.f -o psvout.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdvout.f -o pdvout.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pzvout.f -o pzvout.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pcvout.f -o pcvout.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psmout.f -o psmout.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdmout.f -o pdmout.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pcmout.f -o pcmout.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pzmout.f -o pzmout.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=F77 --mode=link /usr/local/bin/mpif77 -g -O2 -o libparpackutil.la pivout.lo psmout.lo psvout.lo pdmout.lo pdvout.lo pcmout.lo pcvout.lo pzmout.lo pzvout.lo
libtool: link: ar cru .libs/libparpackutil.a .libs/pivout.o .libs/psmout.o .libs/psvout.o .libs/pdmout.o .libs/pdvout.o .libs/pcmout.o .libs/pcvout.o .libs/pzmout.o .libs/pzvout.o
libtool: link: ranlib .libs/libparpackutil.a
libtool: link: ( cd ".libs" && rm -f "libparpackutil.la" && ln -s "../libparpackutil.la" "libparpackutil.la" )
Making all in SRC/MPI
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pcontext.lo `test -f 'pcontext.f' || echo './'`pcontext.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-psnaitr.lo `test -f 'psnaitr.f' || echo './'`psnaitr.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-psnapps.lo `test -f 'psnapps.f' || echo './'`psnapps.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-psnaup2.lo `test -f 'psnaup2.f' || echo './'`psnaup2.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-psnaupd.lo `test -f 'psnaupd.f' || echo './'`psnaupd.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-psneigh.lo `test -f 'psneigh.f' || echo './'`psneigh.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-psneupd.lo `test -f 'psneupd.f' || echo './'`psneupd.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-psngets.lo `test -f 'psngets.f' || echo './'`psngets.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pssaitr.lo `test -f 'pssaitr.f' || echo './'`pssaitr.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pssapps.lo `test -f 'pssapps.f' || echo './'`pssapps.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pssaup2.lo `test -f 'pssaup2.f' || echo './'`pssaup2.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pssaupd.lo `test -f 'pssaupd.f' || echo './'`pssaupd.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-psseigt.lo `test -f 'psseigt.f' || echo './'`psseigt.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-psseupd.lo `test -f 'psseupd.f' || echo './'`psseupd.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pssgets.lo `test -f 'pssgets.f' || echo './'`pssgets.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-psgetv0.lo `test -f 'psgetv0.f' || echo './'`psgetv0.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psnapps.f -fno-common -o .libs/libparpack_la-psnapps.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psnaitr.f -fno-common -o .libs/libparpack_la-psnaitr.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pcontext.f -fno-common -o .libs/libparpack_la-pcontext.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psnaup2.f -fno-common -o .libs/libparpack_la-psnaup2.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psneupd.f -fno-common -o .libs/libparpack_la-psneupd.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psnaupd.f -fno-common -o .libs/libparpack_la-psnaupd.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pssapps.f -fno-common -o .libs/libparpack_la-pssapps.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pssgets.f -fno-common -o .libs/libparpack_la-pssgets.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pssaitr.f -fno-common -o .libs/libparpack_la-pssaitr.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psngets.f -fno-common -o .libs/libparpack_la-psngets.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psneigh.f -fno-common -o .libs/libparpack_la-psneigh.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pssaup2.f -fno-common -o .libs/libparpack_la-pssaup2.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psseupd.f -fno-common -o .libs/libparpack_la-psseupd.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psseigt.f -fno-common -o .libs/libparpack_la-psseigt.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pssaupd.f -fno-common -o .libs/libparpack_la-pssaupd.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psgetv0.f -fno-common -o .libs/libparpack_la-psgetv0.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pcontext.f -o libparpack_la-pcontext.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pssgets.f -o libparpack_la-pssgets.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psseigt.f -o libparpack_la-psseigt.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psngets.f -o libparpack_la-psngets.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pslarnv.lo `test -f 'pslarnv.f' || echo './'`pslarnv.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psneigh.f -o libparpack_la-psneigh.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-psnorm2.lo `test -f 'psnorm2.f' || echo './'`psnorm2.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pdnaitr.lo `test -f 'pdnaitr.f' || echo './'`pdnaitr.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pdnapps.lo `test -f 'pdnapps.f' || echo './'`pdnapps.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psgetv0.f -o libparpack_la-psgetv0.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psnaupd.f -o libparpack_la-psnaupd.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pssaupd.f -o libparpack_la-pssaupd.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pslarnv.f -fno-common -o .libs/libparpack_la-pslarnv.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pssapps.f -o libparpack_la-pssapps.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pdnaup2.lo `test -f 'pdnaup2.f' || echo './'`pdnaup2.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psnorm2.f -fno-common -o .libs/libparpack_la-psnorm2.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdnaitr.f -fno-common -o .libs/libparpack_la-pdnaitr.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdnapps.f -fno-common -o .libs/libparpack_la-pdnapps.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psnapps.f -o libparpack_la-psnapps.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pssaup2.f -o libparpack_la-pssaup2.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psnaitr.f -o libparpack_la-psnaitr.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pssaitr.f -o libparpack_la-pssaitr.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psnaup2.f -o libparpack_la-psnaup2.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pslarnv.f -o libparpack_la-pslarnv.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psseupd.f -o libparpack_la-psseupd.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdnaup2.f -fno-common -o .libs/libparpack_la-pdnaup2.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psneupd.f -o libparpack_la-psneupd.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c psnorm2.f -o libparpack_la-psnorm2.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pdnaupd.lo `test -f 'pdnaupd.f' || echo './'`pdnaupd.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pdneigh.lo `test -f 'pdneigh.f' || echo './'`pdneigh.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pdneupd.lo `test -f 'pdneupd.f' || echo './'`pdneupd.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pdngets.lo `test -f 'pdngets.f' || echo './'`pdngets.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pdsaitr.lo `test -f 'pdsaitr.f' || echo './'`pdsaitr.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdneupd.f -fno-common -o .libs/libparpack_la-pdneupd.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdneigh.f -fno-common -o .libs/libparpack_la-pdneigh.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdnaupd.f -fno-common -o .libs/libparpack_la-pdnaupd.o
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pdsapps.lo `test -f 'pdsapps.f' || echo './'`pdsapps.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdngets.f -fno-common -o .libs/libparpack_la-pdngets.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdsaitr.f -fno-common -o .libs/libparpack_la-pdsaitr.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdnapps.f -o libparpack_la-pdnapps.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdnaitr.f -o libparpack_la-pdnaitr.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pdsaup2.lo `test -f 'pdsaup2.f' || echo './'`pdsaup2.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pdsaupd.lo `test -f 'pdsaupd.f' || echo './'`pdsaupd.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pdseigt.lo `test -f 'pdseigt.f' || echo './'`pdseigt.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pdseupd.lo `test -f 'pdseupd.f' || echo './'`pdseupd.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdneigh.f -o libparpack_la-pdneigh.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdsapps.f -fno-common -o .libs/libparpack_la-pdsapps.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdngets.f -o libparpack_la-pdngets.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pdsgets.lo `test -f 'pdsgets.f' || echo './'`pdsgets.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdnaup2.f -o libparpack_la-pdnaup2.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pdgetv0.lo `test -f 'pdgetv0.f' || echo './'`pdgetv0.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdsaup2.f -fno-common -o .libs/libparpack_la-pdsaup2.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdsaupd.f -fno-common -o .libs/libparpack_la-pdsaupd.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdseigt.f -fno-common -o .libs/libparpack_la-pdseigt.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdseupd.f -fno-common -o .libs/libparpack_la-pdseupd.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdnaupd.f -o libparpack_la-pdnaupd.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pdlarnv.lo `test -f 'pdlarnv.f' || echo './'`pdlarnv.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdsgets.f -fno-common -o .libs/libparpack_la-pdsgets.o
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pdnorm2.lo `test -f 'pdnorm2.f' || echo './'`pdnorm2.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdgetv0.f -fno-common -o .libs/libparpack_la-pdgetv0.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdseigt.f -o libparpack_la-pdseigt.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pcnaitr.lo `test -f 'pcnaitr.f' || echo './'`pcnaitr.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdsgets.f -o libparpack_la-pdsgets.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdlarnv.f -fno-common -o .libs/libparpack_la-pdlarnv.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdnorm2.f -fno-common -o .libs/libparpack_la-pdnorm2.o
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pcnapps.lo `test -f 'pcnapps.f' || echo './'`pcnapps.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdsaitr.f -o libparpack_la-pdsaitr.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pcnaup2.lo `test -f 'pcnaup2.f' || echo './'`pcnaup2.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pcnaupd.lo `test -f 'pcnaupd.f' || echo './'`pcnaupd.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pcnaitr.f -fno-common -o .libs/libparpack_la-pcnaitr.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdsaupd.f -o libparpack_la-pdsaupd.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pcneigh.lo `test -f 'pcneigh.f' || echo './'`pcneigh.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdneupd.f -o libparpack_la-pdneupd.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pcneupd.lo `test -f 'pcneupd.f' || echo './'`pcneupd.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdsapps.f -o libparpack_la-pdsapps.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdlarnv.f -o libparpack_la-pdlarnv.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdgetv0.f -o libparpack_la-pdgetv0.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pcnapps.f -fno-common -o .libs/libparpack_la-pcnapps.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdnorm2.f -o libparpack_la-pdnorm2.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pcnaup2.f -fno-common -o .libs/libparpack_la-pcnaup2.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pcnaupd.f -fno-common -o .libs/libparpack_la-pcnaupd.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdsaup2.f -o libparpack_la-pdsaup2.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pcneigh.f -fno-common -o .libs/libparpack_la-pcneigh.o
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pcngets.lo `test -f 'pcngets.f' || echo './'`pcngets.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pcneupd.f -fno-common -o .libs/libparpack_la-pcneupd.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdseupd.f -o libparpack_la-pdseupd.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pcgetv0.lo `test -f 'pcgetv0.f' || echo './'`pcgetv0.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pclarnv.lo `test -f 'pclarnv.f' || echo './'`pclarnv.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pcneigh.f -o libparpack_la-pcneigh.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pscnorm2.lo `test -f 'pscnorm2.f' || echo './'`pscnorm2.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pcngets.f -fno-common -o .libs/libparpack_la-pcngets.o
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pznaitr.lo `test -f 'pznaitr.f' || echo './'`pznaitr.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pznapps.lo `test -f 'pznapps.f' || echo './'`pznapps.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pcngets.f -o libparpack_la-pcngets.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pcnaupd.f -o libparpack_la-pcnaupd.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pcgetv0.f -fno-common -o .libs/libparpack_la-pcgetv0.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pclarnv.f -fno-common -o .libs/libparpack_la-pclarnv.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pcnaitr.f -o libparpack_la-pcnaitr.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pznaup2.lo `test -f 'pznaup2.f' || echo './'`pznaup2.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pscnorm2.f -fno-common -o .libs/libparpack_la-pscnorm2.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pcnapps.f -o libparpack_la-pcnapps.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pznaupd.lo `test -f 'pznaupd.f' || echo './'`pznaupd.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pclarnv.f -o libparpack_la-pclarnv.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pzneigh.lo `test -f 'pzneigh.f' || echo './'`pzneigh.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pznaitr.f -fno-common -o .libs/libparpack_la-pznaitr.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pznapps.f -fno-common -o .libs/libparpack_la-pznapps.o
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pzneupd.lo `test -f 'pzneupd.f' || echo './'`pzneupd.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pzngets.lo `test -f 'pzngets.f' || echo './'`pzngets.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pzgetv0.lo `test -f 'pzgetv0.f' || echo './'`pzgetv0.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pznaup2.f -fno-common -o .libs/libparpack_la-pznaup2.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pcnaup2.f -o libparpack_la-pcnaup2.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pcneupd.f -o libparpack_la-pcneupd.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pznaupd.f -fno-common -o .libs/libparpack_la-pznaupd.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pscnorm2.f -o libparpack_la-pscnorm2.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pzneigh.f -fno-common -o .libs/libparpack_la-pzneigh.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pzneupd.f -fno-common -o .libs/libparpack_la-pzneupd.o
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pzlarnv.lo `test -f 'pzlarnv.f' || echo './'`pzlarnv.f
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -g -O2 -c -o libparpack_la-pdznorm2.lo `test -f 'pdznorm2.f' || echo './'`pdznorm2.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pcgetv0.f -o libparpack_la-pcgetv0.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pzngets.f -fno-common -o .libs/libparpack_la-pzngets.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pzgetv0.f -fno-common -o .libs/libparpack_la-pzgetv0.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pzneigh.f -o libparpack_la-pzneigh.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pzngets.f -o libparpack_la-pzngets.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -O0 -c -o libparpack_noopt_la-pslamch.lo `test -f 'pslamch.f' || echo './'`pslamch.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdznorm2.f -fno-common -o .libs/libparpack_la-pdznorm2.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pzlarnv.f -fno-common -o .libs/libparpack_la-pzlarnv.o
/bin/sh ../../../libtool --tag=F77 --mode=compile /usr/local/bin/mpif77 -O0 -c -o libparpack_noopt_la-pdlamch10.lo `test -f 'pdlamch10.f' || echo './'`pdlamch10.f
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pznaupd.f -o libparpack_la-pznaupd.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pzlarnv.f -o libparpack_la-pzlarnv.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pznapps.f -o libparpack_la-pznapps.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pznaitr.f -o libparpack_la-pznaitr.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -O0 -c pslamch.f -fno-common -o .libs/libparpack_noopt_la-pslamch.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pznaup2.f -o libparpack_la-pznaup2.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -O0 -c pdlamch10.f -fno-common -o .libs/libparpack_noopt_la-pdlamch10.o
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pzgetv0.f -o libparpack_la-pzgetv0.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pdznorm2.f -o libparpack_la-pdznorm2.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -g -O2 -c pzneupd.f -o libparpack_la-pzneupd.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -O0 -c pslamch.f -o libparpack_noopt_la-pslamch.o >/dev/null 2>&1
libtool: compile: /usr/local/bin/mpif77 -O0 -c pdlamch10.f -o libparpack_noopt_la-pdlamch10.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=F77 --mode=link /usr/local/bin/mpif77 -O0 -o libparpack_noopt.la libparpack_noopt_la-pslamch.lo libparpack_noopt_la-pdlamch10.lo
libtool: link: ar cru .libs/libparpack_noopt.a .libs/libparpack_noopt_la-pslamch.o .libs/libparpack_noopt_la-pdlamch10.o
libtool: link: ranlib .libs/libparpack_noopt.a
libtool: link: ( cd ".libs" && rm -f "libparpack_noopt.la" && ln -s "../libparpack_noopt.la" "libparpack_noopt.la" )
/bin/sh ../../../libtool --tag=F77 --mode=link /usr/local/bin/mpif77 -g -O2 -no-undefined -version-info 2:0 -o libparpack.la -rpath /usr/local/Cellar/arpack/3.5.0/libexec/lib libparpack_la-pcontext.lo libparpack_la-psnaitr.lo libparpack_la-psnapps.lo libparpack_la-psnaup2.lo libparpack_la-psnaupd.lo libparpack_la-psneigh.lo libparpack_la-psneupd.lo libparpack_la-psngets.lo libparpack_la-pssaitr.lo libparpack_la-pssapps.lo libparpack_la-pssaup2.lo libparpack_la-pssaupd.lo libparpack_la-psseigt.lo libparpack_la-psseupd.lo libparpack_la-pssgets.lo libparpack_la-psgetv0.lo libparpack_la-pslarnv.lo libparpack_la-psnorm2.lo libparpack_la-pdnaitr.lo libparpack_la-pdnapps.lo libparpack_la-pdnaup2.lo libparpack_la-pdnaupd.lo libparpack_la-pdneigh.lo libparpack_la-pdneupd.lo libparpack_la-pdngets.lo libparpack_la-pdsaitr.lo libparpack_la-pdsapps.lo libparpack_la-pdsaup2.lo libparpack_la-pdsaupd.lo libparpack_la-pdseigt.lo libparpack_la-pdseupd.lo libparpack_la-pdsgets.lo libparpack_la-pdgetv0.lo libparpack_la-pdlarnv.lo libparpack_la-pdnorm2.lo libparpack_la-pcnaitr.lo libparpack_la-pcnapps.lo libparpack_la-pcnaup2.lo libparpack_la-pcnaupd.lo libparpack_la-pcneigh.lo libparpack_la-pcneupd.lo libparpack_la-pcngets.lo libparpack_la-pcgetv0.lo libparpack_la-pclarnv.lo libparpack_la-pscnorm2.lo libparpack_la-pznaitr.lo libparpack_la-pznapps.lo libparpack_la-pznaup2.lo libparpack_la-pznaupd.lo libparpack_la-pzneigh.lo libparpack_la-pzneupd.lo libparpack_la-pzngets.lo libparpack_la-pzgetv0.lo libparpack_la-pzlarnv.lo libparpack_la-pdznorm2.lo libparpack_noopt.la ../../../PARPACK/UTIL/MPI/libparpackutil.la ../../../SRC/libarpack.la -L/usr/local/opt/veclibfort/lib -lvecLibFort -lmpi
libtool: link: /usr/local/bin/mpif77 -dynamiclib -o .libs/libparpack.2.dylib .libs/libparpack_la-pcontext.o .libs/libparpack_la-psnaitr.o .libs/libparpack_la-psnapps.o .libs/libparpack_la-psnaup2.o .libs/libparpack_la-psnaupd.o .libs/libparpack_la-psneigh.o .libs/libparpack_la-psneupd.o .libs/libparpack_la-psngets.o .libs/libparpack_la-pssaitr.o .libs/libparpack_la-pssapps.o .libs/libparpack_la-pssaup2.o .libs/libparpack_la-pssaupd.o .libs/libparpack_la-psseigt.o .libs/libparpack_la-psseupd.o .libs/libparpack_la-pssgets.o .libs/libparpack_la-psgetv0.o .libs/libparpack_la-pslarnv.o .libs/libparpack_la-psnorm2.o .libs/libparpack_la-pdnaitr.o .libs/libparpack_la-pdnapps.o .libs/libparpack_la-pdnaup2.o .libs/libparpack_la-pdnaupd.o .libs/libparpack_la-pdneigh.o .libs/libparpack_la-pdneupd.o .libs/libparpack_la-pdngets.o .libs/libparpack_la-pdsaitr.o .libs/libparpack_la-pdsapps.o .libs/libparpack_la-pdsaup2.o .libs/libparpack_la-pdsaupd.o .libs/libparpack_la-pdseigt.o .libs/libparpack_la-pdseupd.o .libs/libparpack_la-pdsgets.o .libs/libparpack_la-pdgetv0.o .libs/libparpack_la-pdlarnv.o .libs/libparpack_la-pdnorm2.o .libs/libparpack_la-pcnaitr.o .libs/libparpack_la-pcnapps.o .libs/libparpack_la-pcnaup2.o .libs/libparpack_la-pcnaupd.o .libs/libparpack_la-pcneigh.o .libs/libparpack_la-pcneupd.o .libs/libparpack_la-pcngets.o .libs/libparpack_la-pcgetv0.o .libs/libparpack_la-pclarnv.o .libs/libparpack_la-pscnorm2.o .libs/libparpack_la-pznaitr.o .libs/libparpack_la-pznapps.o .libs/libparpack_la-pznaup2.o .libs/libparpack_la-pznaupd.o .libs/libparpack_la-pzneigh.o .libs/libparpack_la-pzneupd.o .libs/libparpack_la-pzngets.o .libs/libparpack_la-pzgetv0.o .libs/libparpack_la-pzlarnv.o .libs/libparpack_la-pdznorm2.o -Wl,-force_load,./.libs/libparpack_noopt.a -Wl,-force_load,../../../PARPACK/UTIL/MPI/.libs/libparpackutil.a ../../../SRC/.libs/libarpack.dylib -L/usr/local/opt/veclibfort/lib -lvecLibFort -lmpi -g -O2 -install_name /usr/local/Cellar/arpack/3.5.0/libexec/lib/libparpack.2.dylib -compatibility_version 3 -current_version 3.0 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libparpack.dylib" && ln -s "libparpack.2.dylib" "libparpack.dylib")
libtool: link: (cd .libs/libparpack.lax/libparpack_noopt.a && ar x "/private/tmp/arpack-20170914-59886-j2b5k0/arpack-ng-3.5.0/PARPACK/SRC/MPI/./.libs/libparpack_noopt.a")
libtool: link: (cd .libs/libparpack.lax/libparpackutil.a && ar x "/private/tmp/arpack-20170914-59886-j2b5k0/arpack-ng-3.5.0/PARPACK/SRC/MPI/../../../PARPACK/UTIL/MPI/.libs/libparpackutil.a")
libtool: link: ar cru .libs/libparpack.a libparpack_la-pcontext.o libparpack_la-psnaitr.o libparpack_la-psnapps.o libparpack_la-psnaup2.o libparpack_la-psnaupd.o libparpack_la-psneigh.o libparpack_la-psneupd.o libparpack_la-psngets.o libparpack_la-pssaitr.o libparpack_la-pssapps.o libparpack_la-pssaup2.o libparpack_la-pssaupd.o libparpack_la-psseigt.o libparpack_la-psseupd.o libparpack_la-pssgets.o libparpack_la-psgetv0.o libparpack_la-pslarnv.o libparpack_la-psnorm2.o libparpack_la-pdnaitr.o libparpack_la-pdnapps.o libparpack_la-pdnaup2.o libparpack_la-pdnaupd.o libparpack_la-pdneigh.o libparpack_la-pdneupd.o libparpack_la-pdngets.o libparpack_la-pdsaitr.o libparpack_la-pdsapps.o libparpack_la-pdsaup2.o libparpack_la-pdsaupd.o libparpack_la-pdseigt.o libparpack_la-pdseupd.o libparpack_la-pdsgets.o libparpack_la-pdgetv0.o libparpack_la-pdlarnv.o libparpack_la-pdnorm2.o libparpack_la-pcnaitr.o libparpack_la-pcnapps.o libparpack_la-pcnaup2.o libparpack_la-pcnaupd.o libparpack_la-pcneigh.o libparpack_la-pcneupd.o libparpack_la-pcngets.o libparpack_la-pcgetv0.o libparpack_la-pclarnv.o libparpack_la-pscnorm2.o libparpack_la-pznaitr.o libparpack_la-pznapps.o libparpack_la-pznaup2.o libparpack_la-pznaupd.o libparpack_la-pzneigh.o libparpack_la-pzneupd.o libparpack_la-pzngets.o libparpack_la-pzgetv0.o libparpack_la-pzlarnv.o libparpack_la-pdznorm2.o .libs/libparpack.lax/libparpack_noopt.a/libparpack_noopt_la-pdlamch10.o .libs/libparpack.lax/libparpack_noopt.a/libparpack_noopt_la-pslamch.o .libs/libparpack.lax/libparpackutil.a/pcmout.o .libs/libparpack.lax/libparpackutil.a/pcvout.o .libs/libparpack.lax/libparpackutil.a/pdmout.o .libs/libparpack.lax/libparpackutil.a/pdvout.o .libs/libparpack.lax/libparpackutil.a/pivout.o .libs/libparpack.lax/libparpackutil.a/psmout.o .libs/libparpack.lax/libparpackutil.a/psvout.o .libs/libparpack.lax/libparpackutil.a/pzmout.o .libs/libparpack.lax/libparpackutil.a/pzvout.o
libtool: link: ranlib .libs/libparpack.a
libtool: link: rm -fr .libs/libparpack.lax
libtool: link: ( cd ".libs" && rm -f "libparpack.la" && ln -s "../libparpack.la" "libparpack.la" )
Making all in .
make[2]: Nothing to be done for `all-am'.
Making all in TESTS/MPI
make[2]: Nothing to be done for `all'.
Making all in EXAMPLES/MPI
make[2]: Nothing to be done for `all'.
ld called with: -dynamic -dylib -dylib_compatibility_version 3 -dylib_current_version 3.0 -arch x86_64 -dylib_install_name /usr/local/Cellar/arpack/3.5.0/libexec/lib/libarpack.2.dylib -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o .libs/libarpack.2.dylib -L/usr/local/opt/veclibfort/lib -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. .libs/snaitr.o .libs/snapps.o .libs/snaup2.o .libs/snaupd.o .libs/snconv.o .libs/sneigh.o .libs/sneupd.o .libs/sngets.o .libs/sstatn.o .libs/ssaitr.o .libs/ssapps.o .libs/ssaup2.o .libs/ssaupd.o .libs/ssconv.o .libs/sseigt.o .libs/sseupd.o .libs/ssgets.o .libs/sstats.o .libs/sgetv0.o .libs/ssortc.o .libs/ssortr.o .libs/ssesrt.o .libs/sstqrb.o .libs/dnaitr.o .libs/dnapps.o .libs/dnaup2.o .libs/dnaupd.o .libs/dnconv.o .libs/dneigh.o .libs/dneupd.o .libs/dngets.o .libs/dstatn.o .libs/dsaitr.o .libs/dsapps.o .libs/dsaup2.o .libs/dsaupd.o .libs/dsconv.o .libs/dseigt.o .libs/dseupd.o .libs/dsgets.o .libs/dstats.o .libs/dgetv0.o .libs/dsortc.o .libs/dsortr.o .libs/dsesrt.o .libs/dstqrb.o .libs/cnaitr.o .libs/cnapps.o .libs/cnaup2.o .libs/cnaupd.o .libs/cneigh.o .libs/cneupd.o .libs/cngets.o .libs/cstatn.o .libs/cgetv0.o .libs/csortc.o .libs/znaitr.o .libs/znapps.o .libs/znaup2.o .libs/znaupd.o .libs/zneigh.o .libs/zneupd.o .libs/zngets.o .libs/zstatn.o .libs/zgetv0.o .libs/zsortc.o -force_load ../UTIL/.libs/libarpackutil.a -lvecLibFort -single_module -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem
superenv added: -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -dylib -dylib_compatibility_version 3 -dylib_current_version 3.0 -arch x86_64 -dylib_install_name /usr/local/Cellar/arpack/3.5.0/libexec/lib/libarpack.2.dylib -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o .libs/libarpack.2.dylib -L/usr/local/opt/veclibfort/lib -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. .libs/snaitr.o .libs/snapps.o .libs/snaup2.o .libs/snaupd.o .libs/snconv.o .libs/sneigh.o .libs/sneupd.o .libs/sngets.o .libs/sstatn.o .libs/ssaitr.o .libs/ssapps.o .libs/ssaup2.o .libs/ssaupd.o .libs/ssconv.o .libs/sseigt.o .libs/sseupd.o .libs/ssgets.o .libs/sstats.o .libs/sgetv0.o .libs/ssortc.o .libs/ssortr.o .libs/ssesrt.o .libs/sstqrb.o .libs/dnaitr.o .libs/dnapps.o .libs/dnaup2.o .libs/dnaupd.o .libs/dnconv.o .libs/dneigh.o .libs/dneupd.o .libs/dngets.o .libs/dstatn.o .libs/dsaitr.o .libs/dsapps.o .libs/dsaup2.o .libs/dsaupd.o .libs/dsconv.o .libs/dseigt.o .libs/dseupd.o .libs/dsgets.o .libs/dstats.o .libs/dgetv0.o .libs/dsortc.o .libs/dsortr.o .libs/dsesrt.o .libs/dstqrb.o .libs/cnaitr.o .libs/cnapps.o .libs/cnaup2.o .libs/cnaupd.o .libs/cneigh.o .libs/cneupd.o .libs/cngets.o .libs/cstatn.o .libs/cgetv0.o .libs/csortc.o .libs/znaitr.o .libs/znapps.o .libs/znaup2.o .libs/znaupd.o .libs/zneigh.o .libs/zneupd.o .libs/zngets.o .libs/zstatn.o .libs/zgetv0.o .libs/zsortc.o -force_load ../UTIL/.libs/libarpackutil.a -lvecLibFort -single_module -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem
ld called with: -dynamic -dylib -dylib_compatibility_version 3 -dylib_current_version 3.0 -arch x86_64 -dylib_install_name /usr/local/Cellar/arpack/3.5.0/libexec/lib/libparpack.2.dylib -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o .libs/libparpack.2.dylib -L/usr/local/opt/veclibfort/lib -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. .libs/libparpack_la-pcontext.o .libs/libparpack_la-psnaitr.o .libs/libparpack_la-psnapps.o .libs/libparpack_la-psnaup2.o .libs/libparpack_la-psnaupd.o .libs/libparpack_la-psneigh.o .libs/libparpack_la-psneupd.o .libs/libparpack_la-psngets.o .libs/libparpack_la-pssaitr.o .libs/libparpack_la-pssapps.o .libs/libparpack_la-pssaup2.o .libs/libparpack_la-pssaupd.o .libs/libparpack_la-psseigt.o .libs/libparpack_la-psseupd.o .libs/libparpack_la-pssgets.o .libs/libparpack_la-psgetv0.o .libs/libparpack_la-pslarnv.o .libs/libparpack_la-psnorm2.o .libs/libparpack_la-pdnaitr.o .libs/libparpack_la-pdnapps.o .libs/libparpack_la-pdnaup2.o .libs/libparpack_la-pdnaupd.o .libs/libparpack_la-pdneigh.o .libs/libparpack_la-pdneupd.o .libs/libparpack_la-pdngets.o .libs/libparpack_la-pdsaitr.o .libs/libparpack_la-pdsapps.o .libs/libparpack_la-pdsaup2.o .libs/libparpack_la-pdsaupd.o .libs/libparpack_la-pdseigt.o .libs/libparpack_la-pdseupd.o .libs/libparpack_la-pdsgets.o .libs/libparpack_la-pdgetv0.o .libs/libparpack_la-pdlarnv.o .libs/libparpack_la-pdnorm2.o .libs/libparpack_la-pcnaitr.o .libs/libparpack_la-pcnapps.o .libs/libparpack_la-pcnaup2.o .libs/libparpack_la-pcnaupd.o .libs/libparpack_la-pcneigh.o .libs/libparpack_la-pcneupd.o .libs/libparpack_la-pcngets.o .libs/libparpack_la-pcgetv0.o .libs/libparpack_la-pclarnv.o .libs/libparpack_la-pscnorm2.o .libs/libparpack_la-pznaitr.o .libs/libparpack_la-pznapps.o .libs/libparpack_la-pznaup2.o .libs/libparpack_la-pznaupd.o .libs/libparpack_la-pzneigh.o .libs/libparpack_la-pzneupd.o .libs/libparpack_la-pzngets.o .libs/libparpack_la-pzgetv0.o .libs/libparpack_la-pzlarnv.o .libs/libparpack_la-pdznorm2.o -force_load ./.libs/libparpack_noopt.a -force_load ../../../PARPACK/UTIL/MPI/.libs/libparpackutil.a ../../../SRC/.libs/libarpack.dylib -lvecLibFort -lmpi -single_module -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem
superenv added: -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -dylib -dylib_compatibility_version 3 -dylib_current_version 3.0 -arch x86_64 -dylib_install_name /usr/local/Cellar/arpack/3.5.0/libexec/lib/libparpack.2.dylib -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o .libs/libparpack.2.dylib -L/usr/local/opt/veclibfort/lib -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. .libs/libparpack_la-pcontext.o .libs/libparpack_la-psnaitr.o .libs/libparpack_la-psnapps.o .libs/libparpack_la-psnaup2.o .libs/libparpack_la-psnaupd.o .libs/libparpack_la-psneigh.o .libs/libparpack_la-psneupd.o .libs/libparpack_la-psngets.o .libs/libparpack_la-pssaitr.o .libs/libparpack_la-pssapps.o .libs/libparpack_la-pssaup2.o .libs/libparpack_la-pssaupd.o .libs/libparpack_la-psseigt.o .libs/libparpack_la-psseupd.o .libs/libparpack_la-pssgets.o .libs/libparpack_la-psgetv0.o .libs/libparpack_la-pslarnv.o .libs/libparpack_la-psnorm2.o .libs/libparpack_la-pdnaitr.o .libs/libparpack_la-pdnapps.o .libs/libparpack_la-pdnaup2.o .libs/libparpack_la-pdnaupd.o .libs/libparpack_la-pdneigh.o .libs/libparpack_la-pdneupd.o .libs/libparpack_la-pdngets.o .libs/libparpack_la-pdsaitr.o .libs/libparpack_la-pdsapps.o .libs/libparpack_la-pdsaup2.o .libs/libparpack_la-pdsaupd.o .libs/libparpack_la-pdseigt.o .libs/libparpack_la-pdseupd.o .libs/libparpack_la-pdsgets.o .libs/libparpack_la-pdgetv0.o .libs/libparpack_la-pdlarnv.o .libs/libparpack_la-pdnorm2.o .libs/libparpack_la-pcnaitr.o .libs/libparpack_la-pcnapps.o .libs/libparpack_la-pcnaup2.o .libs/libparpack_la-pcnaupd.o .libs/libparpack_la-pcneigh.o .libs/libparpack_la-pcneupd.o .libs/libparpack_la-pcngets.o .libs/libparpack_la-pcgetv0.o .libs/libparpack_la-pclarnv.o .libs/libparpack_la-pscnorm2.o .libs/libparpack_la-pznaitr.o .libs/libparpack_la-pznapps.o .libs/libparpack_la-pznaup2.o .libs/libparpack_la-pznaupd.o .libs/libparpack_la-pzneigh.o .libs/libparpack_la-pzneupd.o .libs/libparpack_la-pzngets.o .libs/libparpack_la-pzgetv0.o .libs/libparpack_la-pzlarnv.o .libs/libparpack_la-pdznorm2.o -force_load ./.libs/libparpack_noopt.a -force_load ../../../PARPACK/UTIL/MPI/.libs/libparpackutil.a ../../../SRC/.libs/libarpack.dylib -lvecLibFort -lmpi -single_module -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem
2017-09-14 16:04:14 -0300
make
install
Making install in UTIL
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in SRC
make[2]: Nothing to be done for `install-data-am'.
.././install-sh -c -d '/usr/local/Cellar/arpack/3.5.0/libexec/lib'
/bin/sh ../libtool --mode=install /usr/bin/install -c libarpack.la '/usr/local/Cellar/arpack/3.5.0/libexec/lib'
libtool: install: /usr/bin/install -c .libs/libarpack.2.dylib /usr/local/Cellar/arpack/3.5.0/libexec/lib/libarpack.2.dylib
libtool: install: (cd /usr/local/Cellar/arpack/3.5.0/libexec/lib && { ln -s -f libarpack.2.dylib libarpack.dylib || { rm -f libarpack.dylib && ln -s libarpack.2.dylib libarpack.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libarpack.lai /usr/local/Cellar/arpack/3.5.0/libexec/lib/libarpack.la
libtool: install: /usr/bin/install -c .libs/libarpack.a /usr/local/Cellar/arpack/3.5.0/libexec/lib/libarpack.a
libtool: install: chmod 644 /usr/local/Cellar/arpack/3.5.0/libexec/lib/libarpack.a
libtool: install: ranlib /usr/local/Cellar/arpack/3.5.0/libexec/lib/libarpack.a
Making install in .
make[2]: Nothing to be done for `install-exec-am'.
./install-sh -c -d '/usr/local/Cellar/arpack/3.5.0/libexec/lib/pkgconfig'
/usr/bin/install -c -m 644 arpack.pc '/usr/local/Cellar/arpack/3.5.0/libexec/lib/pkgconfig'
Making install in TESTS
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in EXAMPLES
Making install in BAND
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in COMPLEX
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in NONSYM
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in SIMPLE
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in SVD
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in SYM
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in PARPACK
Making install in UTIL/MPI
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in SRC/MPI
make[3]: Nothing to be done for `install-data-am'.
../../.././install-sh -c -d '/usr/local/Cellar/arpack/3.5.0/libexec/lib'
/bin/sh ../../../libtool --mode=install /usr/bin/install -c libparpack.la '/usr/local/Cellar/arpack/3.5.0/libexec/lib'
libtool: install: /usr/bin/install -c .libs/libparpack.2.dylib /usr/local/Cellar/arpack/3.5.0/libexec/lib/libparpack.2.dylib
libtool: install: (cd /usr/local/Cellar/arpack/3.5.0/libexec/lib && { ln -s -f libparpack.2.dylib libparpack.dylib || { rm -f libparpack.dylib && ln -s libparpack.2.dylib libparpack.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libparpack.lai /usr/local/Cellar/arpack/3.5.0/libexec/lib/libparpack.la
libtool: install: /usr/bin/install -c .libs/libparpack.a /usr/local/Cellar/arpack/3.5.0/libexec/lib/libparpack.a
libtool: install: chmod 644 /usr/local/Cellar/arpack/3.5.0/libexec/lib/libparpack.a
libtool: install: ranlib /usr/local/Cellar/arpack/3.5.0/libexec/lib/libparpack.a
Making install in .
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in TESTS/MPI
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in EXAMPLES/MPI
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by ARPACK-NG configure 3.5.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/arpack/3.5.0/libexec --with-blas=-L/usr/local/opt/veclibfort/lib -lvecLibFort F77=/usr/local/bin/mpif77 --enable-mpi
## --------- ##
## Platform. ##
## --------- ##
hostname = whopperdooper-2.local
uname -m = x86_64
uname -r = 15.6.0
uname -s = Darwin
uname -v = Darwin Kernel Version 15.6.0: Sun Jun 4 21:43:07 PDT 2017; root:xnu-3248.70.3~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 15.6.0: Sun Jun 4 21:43:07 PDT 2017; root:xnu-3248.70.3~1/RELEASE_X86_64
Kernel configured for up to 16 processors.
8 processors are physically available.
16 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Primary memory available: 12.00 gigabytes
Default processor set: 335 tasks, 1914 threads, 16 processors
Load average: 2.12, Mach factor: 13.86
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Homebrew/Library/Homebrew/shims/super
PATH: /usr/local/opt/autoconf/bin
PATH: /usr/local/opt/automake/bin
PATH: /usr/local/opt/libtool/bin
PATH: /usr/local/opt/gcc/bin
PATH: /usr/local/opt/open-mpi/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/Cellar/gcc/7.2.0/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2397: checking for a BSD-compatible install
configure:2465: result: /usr/bin/install -c
configure:2476: checking whether build environment is sane
configure:2531: result: yes
configure:2682: checking for a thread-safe mkdir -p
configure:2721: result: ./install-sh -c -d
configure:2728: checking for gawk
configure:2758: result: no
configure:2728: checking for mawk
configure:2758: result: no
configure:2728: checking for nawk
configure:2758: result: no
configure:2728: checking for awk
configure:2744: found /usr/bin/awk
configure:2755: result: awk
configure:2766: checking whether make sets $(MAKE)
configure:2788: result: yes
configure:2817: checking whether make supports nested variables
configure:2834: result: yes
configure:2961: checking whether to enable maintainer-specific portions of Makefiles
configure:2970: result: no
configure:3094: checking for Fortran compiler version
configure:3103: /usr/local/bin/gfortran --version >&5
GNU Fortran (Homebrew GCC 7.2.0) 7.2.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3114: $? = 0
configure:3103: /usr/local/bin/gfortran -v >&5
Using built-in specs.
COLLECT_GCC=/usr/local/bin/gfortran
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/7.2.0/libexec/gcc/x86_64-apple-darwin15.6.0/7.2.0/lto-wrapper
Target: x86_64-apple-darwin15.6.0
Configured with: ../configure --build=x86_64-apple-darwin15.6.0 --prefix=/usr/local/Cellar/gcc/7.2.0 --libdir=/usr/local/Cellar/gcc/7.2.0/lib/gcc/7 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-7 --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl --with-system-zlib --enable-checking=release --with-pkgversion='Homebrew GCC 7.2.0' --with-bugurl=https://github.com/Homebrew/homebrew-core/issues --disable-nls
Thread model: posix
gcc version 7.2.0 (Homebrew GCC 7.2.0)
configure:3114: $? = 0
configure:3103: /usr/local/bin/gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:3114: $? = 1
configure:3103: /usr/local/bin/gfortran -qversion >&5
gfortran: error: unrecognized command line option '-qversion'; did you mean '--version'?
gfortran: fatal error: no input files
compilation terminated.
configure:3114: $? = 1
configure:3129: checking whether the Fortran compiler works
configure:3151: /usr/local/bin/gfortran conftest.f >&5
configure:3155: $? = 0
configure:3203: result: yes
configure:3206: checking for Fortran compiler default output file name
configure:3208: result: a.out
configure:3214: checking for suffix of executables
configure:3221: /usr/local/bin/gfortran -o conftest conftest.f >&5
configure:3225: $? = 0
configure:3247: result:
configure:3263: checking whether we are cross compiling
configure:3271: /usr/local/bin/gfortran -o conftest conftest.f >&5
configure:3275: $? = 0
configure:3282: ./conftest
configure:3286: $? = 0
configure:3301: result: no
configure:3306: checking for suffix of object files
configure:3322: /usr/local/bin/gfortran -c conftest.f >&5
configure:3326: $? = 0
configure:3347: result: o
configure:3355: checking whether we are using the GNU Fortran compiler
configure:3368: /usr/local/bin/gfortran -c conftest.F >&5
configure:3368: $? = 0
configure:3377: result: yes
configure:3383: checking whether /usr/local/bin/gfortran accepts -g
configure:3394: /usr/local/bin/gfortran -c -g conftest.f >&5
configure:3394: $? = 0
configure:3402: result: yes
configure:3479: checking for gcc
configure:3506: result: clang
configure:3735: checking for C compiler version
configure:3744: clang --version >&5
Apple LLVM version 8.0.0 (clang-800.0.42.1)
Target: x86_64-apple-darwin15.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:3755: $? = 0
configure:3744: clang -v >&5
Apple LLVM version 8.0.0 (clang-800.0.42.1)
Target: x86_64-apple-darwin15.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:3755: $? = 0
configure:3744: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:3755: $? = 1
configure:3744: clang -qversion >&5
clang: error: unknown argument: '-qversion'
configure:3755: $? = 1
configure:3759: checking whether we are using the GNU C compiler
configure:3778: clang -c conftest.c >&5
configure:3778: $? = 0
configure:3787: result: yes
configure:3796: checking whether clang accepts -g
configure:3816: clang -c -g conftest.c >&5
configure:3816: $? = 0
configure:3857: result: yes
configure:3874: checking for clang option to accept ISO C89
configure:3937: clang -c -g -O2 conftest.c >&5
configure:3937: $? = 0
configure:3950: result: none needed
configure:3975: checking whether clang understands -c and -o together
configure:3997: clang -c conftest.c -o conftest2.o
configure:4000: $? = 0
configure:3997: clang -c conftest.c -o conftest2.o
configure:4000: $? = 0
configure:4012: result: yes
configure:4040: checking for style of include used by make
configure:4068: result: GNU
configure:4094: checking dependency style of clang
configure:4205: result: none
configure:4328: checking for Fortran 77 compiler version
configure:4337: /usr/local/bin/mpif77 --version >&5
GNU Fortran (Homebrew GCC 7.2.0) 7.2.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:4348: $? = 0
configure:4337: /usr/local/bin/mpif77 -v >&5
Using built-in specs.
COLLECT_GCC=/usr/local/bin/gfortran
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/7.2.0/libexec/gcc/x86_64-apple-darwin15.6.0/7.2.0/lto-wrapper
Target: x86_64-apple-darwin15.6.0
Configured with: ../configure --build=x86_64-apple-darwin15.6.0 --prefix=/usr/local/Cellar/gcc/7.2.0 --libdir=/usr/local/Cellar/gcc/7.2.0/lib/gcc/7 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-7 --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl --with-system-zlib --enable-checking=release --with-pkgversion='Homebrew GCC 7.2.0' --with-bugurl=https://github.com/Homebrew/homebrew-core/issues --disable-nls
Thread model: posix
gcc version 7.2.0 (Homebrew GCC 7.2.0)
configure:4348: $? = 0
configure:4337: /usr/local/bin/mpif77 -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:4348: $? = 1
configure:4337: /usr/local/bin/mpif77 -qversion >&5
gfortran: error: unrecognized command line option '-qversion'; did you mean '--version'?
gfortran: fatal error: no input files
compilation terminated.
configure:4348: $? = 1
configure:4357: checking whether we are using the GNU Fortran 77 compiler
configure:4370: /usr/local/bin/mpif77 -c conftest.F >&5
configure:4370: $? = 0
configure:4379: result: yes
configure:4385: checking whether /usr/local/bin/mpif77 accepts -g
configure:4396: /usr/local/bin/mpif77 -c -g conftest.f >&5
configure:4396: $? = 0
configure:4404: result: yes
configure:4437: checking build system type
configure:4451: result: x86_64-apple-darwin15.6.0
configure:4471: checking host system type
configure:4484: result: x86_64-apple-darwin15.6.0
configure:4509: checking how to get verbose linking output from /usr/local/bin/mpif77
configure:4519: /usr/local/bin/mpif77 -c -g -O2 conftest.f >&5
configure:4519: $? = 0
configure:4537: /usr/local/bin/mpif77 -o conftest -g -O2 -v conftest.f
Using built-in specs.
Target: x86_64-apple-darwin15.6.0
Thread model: posix
gcc version 7.2.0 (Homebrew GCC 7.2.0)
/usr/local/Cellar/gcc/7.2.0/libexec/gcc/x86_64-apple-darwin15.6.0/7.2.0/f951 conftest.f -ffixed-form -I /usr/local/Cellar/open-mpi/2.1.1/include -I /usr/local/Cellar/open-mpi/2.1.1/lib -fPIC -feliminate-unused-debug-symbols -quiet -dumpbase conftest.f -mmacosx-version-min=10.11 -mtune=core2 -auxbase conftest -g -O2 -version -fintrinsic-modules-path /usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/finclude -o /tmp/ccwxpszq.s
GNU Fortran (Homebrew GCC 7.2.0) version 7.2.0 (x86_64-apple-darwin15.6.0)
compiled by GNU C version 7.2.0, GMP version 6.1.2, MPFR version 3.1.5, MPC version 1.0.3, isl version isl-0.18-GMP
warning: MPFR header version 3.1.5 differs from library version 3.1.6.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran2008 (Homebrew GCC 7.2.0) version 7.2.0 (x86_64-apple-darwin15.6.0)
compiled by GNU C version 7.2.0, GMP version 6.1.2, MPFR version 3.1.5, MPC version 1.0.3, isl version isl-0.18-GMP
warning: MPFR header version 3.1.5 differs from library version 3.1.6.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
as -arch x86_64 -v -I /usr/local/Cellar/open-mpi/2.1.1/include -I /usr/local/Cellar/open-mpi/2.1.1/lib -force_cpusubtype_ALL -mmacosx-version-min=10.11 -o /tmp/ccedvAvz.o /tmp/ccwxpszq.s
Apple LLVM version 8.0.0 (clang-800.0.42.1)
Target: x86_64-apple-darwin15.6.0
Thread model: posix
InstalledDir: /Applications/XCode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
"/Applications/XCode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1as -triple x86_64-apple-macosx10.11.0 -filetype obj -main-file-name ccwxpszq.s -target-cpu core2 -I /usr/local/Cellar/open-mpi/2.1.1/include -I /usr/local/Cellar/open-mpi/2.1.1/lib -fdebug-compilation-dir /private/tmp/arpack-20170914-59886-j2b5k0/arpack-ng-3.5.0 -dwarf-debug-producer Apple LLVM version 8.0.0 (clang-800.0.42.1) -I /usr/local/Cellar/open-mpi/2.1.1/include -I /usr/local/Cellar/open-mpi/2.1.1/lib -dwarf-version=2 -mrelocation-model pic -o /tmp/ccedvAvz.o /tmp/ccwxpszq.s
Reading specs from /usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../../libgfortran.spec
rename spec lib to liborig
/usr/local/Cellar/gcc/7.2.0/libexec/gcc/x86_64-apple-darwin15.6.0/7.2.0/collect2 -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccedvAvz.o -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v -idsym -dsym
collect2 version 7.2.0
/usr/local/Homebrew/Library/Homebrew/shims/super/ld -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccedvAvz.o -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v
@(#)PROGRAM:ld PROJECT:ld64-274.2
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
/usr/local/lib
/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
/usr/local/opt/libevent/lib
/usr/local/Cellar/open-mpi/2.1.1/lib
/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0
/usr/local/Cellar/gcc/7.2.0/lib/gcc/7
/usr/lib
/usr/local/lib
Framework search paths:
/Library/Frameworks/
/System/Library/Frameworks/
/usr/bin/nm -n /tmp/ccedvAvz.o
dsymutil conftest
configure:4620: result: -v
configure:4622: checking for Fortran 77 libraries of /usr/local/bin/mpif77
configure:4645: /usr/local/bin/mpif77 -o conftest -g -O2 -v conftest.f
Using built-in specs.
Target: x86_64-apple-darwin15.6.0
Thread model: posix
gcc version 7.2.0 (Homebrew GCC 7.2.0)
/usr/local/Cellar/gcc/7.2.0/libexec/gcc/x86_64-apple-darwin15.6.0/7.2.0/f951 conftest.f -ffixed-form -I /usr/local/Cellar/open-mpi/2.1.1/include -I /usr/local/Cellar/open-mpi/2.1.1/lib -fPIC -feliminate-unused-debug-symbols -quiet -dumpbase conftest.f -mmacosx-version-min=10.11 -mtune=core2 -auxbase conftest -g -O2 -version -fintrinsic-modules-path /usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/finclude -o /tmp/ccKw6923.s
GNU Fortran (Homebrew GCC 7.2.0) version 7.2.0 (x86_64-apple-darwin15.6.0)
compiled by GNU C version 7.2.0, GMP version 6.1.2, MPFR version 3.1.5, MPC version 1.0.3, isl version isl-0.18-GMP
warning: MPFR header version 3.1.5 differs from library version 3.1.6.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran2008 (Homebrew GCC 7.2.0) version 7.2.0 (x86_64-apple-darwin15.6.0)
compiled by GNU C version 7.2.0, GMP version 6.1.2, MPFR version 3.1.5, MPC version 1.0.3, isl version isl-0.18-GMP
warning: MPFR header version 3.1.5 differs from library version 3.1.6.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
as -arch x86_64 -v -I /usr/local/Cellar/open-mpi/2.1.1/include -I /usr/local/Cellar/open-mpi/2.1.1/lib -force_cpusubtype_ALL -mmacosx-version-min=10.11 -o /tmp/ccqHqz5C.o /tmp/ccKw6923.s
Apple LLVM version 8.0.0 (clang-800.0.42.1)
Target: x86_64-apple-darwin15.6.0
Thread model: posix
InstalledDir: /Applications/XCode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
"/Applications/XCode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1as -triple x86_64-apple-macosx10.11.0 -filetype obj -main-file-name ccKw6923.s -target-cpu core2 -I /usr/local/Cellar/open-mpi/2.1.1/include -I /usr/local/Cellar/open-mpi/2.1.1/lib -fdebug-compilation-dir /private/tmp/arpack-20170914-59886-j2b5k0/arpack-ng-3.5.0 -dwarf-debug-producer Apple LLVM version 8.0.0 (clang-800.0.42.1) -I /usr/local/Cellar/open-mpi/2.1.1/include -I /usr/local/Cellar/open-mpi/2.1.1/lib -dwarf-version=2 -mrelocation-model pic -o /tmp/ccqHqz5C.o /tmp/ccKw6923.s
Reading specs from /usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../../libgfortran.spec
rename spec lib to liborig
/usr/local/Cellar/gcc/7.2.0/libexec/gcc/x86_64-apple-darwin15.6.0/7.2.0/collect2 -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccqHqz5C.o -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v -idsym -dsym
collect2 version 7.2.0
/usr/local/Homebrew/Library/Homebrew/shims/super/ld -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. /tmp/ccqHqz5C.o -flat_namespace -commons use_dylibs -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v
@(#)PROGRAM:ld PROJECT:ld64-274.2
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
/usr/local/lib
/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
/usr/local/opt/libevent/lib
/usr/local/Cellar/open-mpi/2.1.1/lib
/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0
/usr/local/Cellar/gcc/7.2.0/lib/gcc/7
/usr/lib
/usr/local/lib
Framework search paths:
/Library/Frameworks/
/System/Library/Frameworks/
/usr/bin/nm -n /tmp/ccqHqz5C.o
dsymutil conftest
configure:4841: result: -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lquadmath -lm
configure:4858: checking for dummy main to link with Fortran 77 libraries
configure:4892: clang -o conftest -g -O2 conftest.c -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lquadmath -lm >&5
configure:4892: $? = 0
configure:4937: result: none
configure:4970: checking for Fortran 77 name-mangling scheme
configure:4983: /usr/local/bin/mpif77 -c -g -O2 conftest.f >&5
configure:4983: $? = 0
configure:5024: clang -o conftest -g -O2 conftest.c cfortran_test.o -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lquadmath -lm >&5
Undefined symbols for architecture x86_64:
"_foobar", referenced from:
_main in conftest-9b2727.o
(maybe you meant: _foobar_)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:5024: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ARPACK-NG"
| #define PACKAGE_TARNAME "arpack-ng"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "ARPACK-NG 3.5.0"
| #define PACKAGE_BUGREPORT "https://github.com/opencollab/arpack-ng/issues/"
| #define PACKAGE_URL "https://github.com/opencollab/arpack-ng/"
| #define PACKAGE "arpack-ng"
| #define VERSION "3.5.0"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char foobar ();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return foobar ();
| ;
| return 0;
| }
configure:5024: clang -o conftest -g -O2 conftest.c cfortran_test.o -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lquadmath -lm >&5
configure:5024: $? = 0
configure:5082: clang -o conftest -g -O2 conftest.c cfortran_test.o -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lquadmath -lm >&5
configure:5082: $? = 0
configure:5124: result: lower case, underscore, no extra underscore
configure:5199: checking for sgemm_ in -L/usr/local/opt/veclibfort/lib -lvecLibFort
configure:5227: clang -o conftest -g -O2 conftest.c -L/usr/local/opt/veclibfort/lib -lvecLibFort -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lquadmath -lm >&5
configure:5227: $? = 0
configure:5234: result: yes
configure:6538: checking for cheev_
configure:6538: clang -o conftest -g -O2 conftest.c -L/usr/local/opt/veclibfort/lib -lvecLibFort -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lquadmath -lm >&5
configure:6538: $? = 0
configure:6538: result: yes
configure:7058: checking how to print strings
configure:7085: result: printf
configure:7106: checking for a sed that does not truncate output
configure:7170: result: /usr/local/Homebrew/Library/Homebrew/shims/super/sed
configure:7188: checking for grep that handles long lines and -e
configure:7246: result: /usr/bin/grep
configure:7251: checking for egrep
configure:7313: result: /usr/bin/grep -E
configure:7318: checking for fgrep
configure:7380: result: /usr/bin/grep -F
configure:7415: checking for ld used by clang
configure:7482: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:7489: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:7504: result: no
configure:7516: checking for BSD- or MS-compatible name lister (nm)
configure:7570: result: /usr/bin/nm -B
configure:7700: checking the name lister (/usr/bin/nm -B) interface
configure:7707: clang -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c >&5
configure:7710: /usr/bin/nm -B "conftest.o"
configure:7713: output
000000000000020c S _some_variable
configure:7720: result: BSD nm
configure:7723: checking whether ln -s works
configure:7727: result: yes
configure:7735: checking the maximum length of command line arguments
configure:7866: result: 196608
configure:7914: checking how to convert x86_64-apple-darwin15.6.0 file names to x86_64-apple-darwin15.6.0 format
configure:7954: result: func_convert_file_noop
configure:7961: checking how to convert x86_64-apple-darwin15.6.0 file names to toolchain format
configure:7981: result: func_convert_file_noop
configure:7988: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
configure:7995: result: -r
configure:8069: checking for objdump
configure:8099: result: no
configure:8125: checking how to recognize dependent libraries
configure:8325: result: pass_all
configure:8410: checking for dlltool
configure:8440: result: no
configure:8467: checking how to associate runtime and link libraries
configure:8494: result: printf %s\n
configure:8554: checking for ar
configure:8570: found /usr/bin/ar
configure:8581: result: ar
configure:8618: checking for archiver @FILE support
configure:8643: clang -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c >&5
configure:8643: $? = 0
configure:8646: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:8649: $? = 1
configure:8669: result: no
configure:8727: checking for strip
configure:8743: found /usr/bin/strip
configure:8754: result: strip
configure:8826: checking for ranlib
configure:8842: found /usr/bin/ranlib
configure:8853: result: ranlib
configure:8955: checking command to parse /usr/bin/nm -B output from clang object
configure:9108: clang -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c >&5
configure:9111: $? = 0
configure:9115: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:9118: $? = 0
cannot find nm_test_var in conftest.nm
configure:9108: clang -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c >&5
configure:9111: $? = 0
configure:9115: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:9118: $? = 0
configure:9184: clang -o conftest -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c conftstm.o >&5
warning: (x86_64) could not find object file symbol for symbol _main
configure:9187: $? = 0
configure:9225: result: ok
configure:9272: checking for sysroot
configure:9302: result: no
configure:9309: checking for a working dd
configure:9347: result: /bin/dd
configure:9351: checking how to truncate binary pipes
configure:9366: result: /bin/dd bs=4096 count=1
configure:9703: checking for mt
configure:9733: result: no
configure:9753: checking if : is a manifest tool
configure:9759: : '-?'
configure:9767: result: no
configure:9823: checking for dsymutil
configure:9839: found /usr/bin/dsymutil
configure:9850: result: dsymutil
configure:9915: checking for nmedit
configure:9931: found /usr/bin/nmedit
configure:9942: result: nmedit
configure:10007: checking for lipo
configure:10023: found /usr/bin/lipo
configure:10034: result: lipo
configure:10099: checking for otool
configure:10115: found /usr/bin/otool
configure:10126: result: otool
configure:10191: checking for otool64
configure:10221: result: no
configure:10266: checking for -single_module linker flag
clang -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:10299: result: yes
configure:10302: checking for -exported_symbols_list linker flag
configure:10330: clang -o conftest -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:10330: $? = 0
configure:10340: result: yes
configure:10343: checking for -force_load linker flag
clang -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
clang -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:10375: result: yes
configure:10452: checking how to run the C preprocessor
configure:10483: clang -E conftest.c
configure:10483: $? = 0
configure:10497: clang -E conftest.c
conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:10497: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ARPACK-NG"
| #define PACKAGE_TARNAME "arpack-ng"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "ARPACK-NG 3.5.0"
| #define PACKAGE_BUGREPORT "https://github.com/opencollab/arpack-ng/issues/"
| #define PACKAGE_URL "https://github.com/opencollab/arpack-ng/"
| #define PACKAGE "arpack-ng"
| #define VERSION "3.5.0"
| #define HAVE_BLAS 1
| #define HAVE_LAPACK 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:10522: result: clang -E
configure:10542: clang -E conftest.c
configure:10542: $? = 0
configure:10556: clang -E conftest.c
conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:10556: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ARPACK-NG"
| #define PACKAGE_TARNAME "arpack-ng"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "ARPACK-NG 3.5.0"
| #define PACKAGE_BUGREPORT "https://github.com/opencollab/arpack-ng/issues/"
| #define PACKAGE_URL "https://github.com/opencollab/arpack-ng/"
| #define PACKAGE "arpack-ng"
| #define VERSION "3.5.0"
| #define HAVE_BLAS 1
| #define HAVE_LAPACK 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:10585: checking for ANSI C header files
configure:10613: clang -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c >&5
configure:10613: $? = 0
configure:10686: clang -o conftest -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c >&5
configure:10686: $? = 0
configure:10686: ./conftest
configure:10686: $? = 0
configure:10697: result: yes
configure:10710: checking for sys/types.h
configure:10710: clang -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c >&5
configure:10710: $? = 0
configure:10710: result: yes
configure:10710: checking for sys/stat.h
configure:10710: clang -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c >&5
configure:10710: $? = 0
configure:10710: result: yes
configure:10710: checking for stdlib.h
configure:10710: clang -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c >&5
configure:10710: $? = 0
configure:10710: result: yes
configure:10710: checking for string.h
configure:10710: clang -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c >&5
configure:10710: $? = 0
configure:10710: result: yes
configure:10710: checking for memory.h
configure:10710: clang -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c >&5
configure:10710: $? = 0
configure:10710: result: yes
configure:10710: checking for strings.h
configure:10710: clang -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c >&5
configure:10710: $? = 0
configure:10710: result: yes
configure:10710: checking for inttypes.h
configure:10710: clang -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c >&5
configure:10710: $? = 0
configure:10710: result: yes
configure:10710: checking for stdint.h
configure:10710: clang -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c >&5
configure:10710: $? = 0
configure:10710: result: yes
configure:10710: checking for unistd.h
configure:10710: clang -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c >&5
configure:10710: $? = 0
configure:10710: result: yes
configure:10724: checking for dlfcn.h
configure:10724: clang -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ conftest.c >&5
configure:10724: $? = 0
configure:10724: result: yes
configure:11288: checking for objdir
configure:11303: result: .libs
configure:11567: checking if clang supports -fno-rtti -fno-exceptions
configure:11585: clang -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ -fno-rtti -fno-exceptions conftest.c >&5
configure:11589: $? = 0
configure:11602: result: yes
configure:11960: checking for clang option to produce PIC
configure:11967: result: -fno-common -DPIC
configure:11975: checking if clang PIC flag -fno-common -DPIC works
configure:11993: clang -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ -fno-common -DPIC -DPIC conftest.c >&5
configure:11997: $? = 0
configure:12010: result: yes
configure:12039: checking if clang static flag -static works
configure:12067: result: no
configure:12082: checking if clang supports -c -o file.o
configure:12103: clang -c -g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ -o out/conftest2.o conftest.c >&5
configure:12107: $? = 0
configure:12129: result: yes
configure:12137: checking if clang supports -c -o file.o
configure:12184: result: yes
configure:12217: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:13492: result: yes
configure:13732: checking dynamic linker characteristics
configure:14558: result: darwin15.6.0 dyld
configure:14680: checking how to hardcode library paths into programs
configure:14705: result: immediate
configure:15293: checking whether stripping libraries is possible
configure:15307: result: yes
configure:15333: checking if libtool supports shared libraries
configure:15335: result: yes
configure:15338: checking whether to build shared libraries
configure:15363: result: yes
configure:15366: checking whether to build static libraries
configure:15370: result: yes
configure:15487: checking if libtool supports shared libraries
configure:15489: result: yes
configure:15492: checking whether to build shared libraries
configure:15516: result: yes
configure:15519: checking whether to build static libraries
configure:15523: result: yes
configure:15875: checking for /usr/local/bin/mpif77 option to produce PIC
configure:15882: result: -fno-common
configure:15890: checking if /usr/local/bin/mpif77 PIC flag -fno-common works
configure:15908: /usr/local/bin/mpif77 -c -g -O2 -fno-common conftest.f >&5
configure:15912: $? = 0
configure:15925: result: yes
configure:15948: checking if /usr/local/bin/mpif77 static flag -static works
configure:15976: result: no
configure:15988: checking if /usr/local/bin/mpif77 supports -c -o file.o
configure:16009: /usr/local/bin/mpif77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:16013: $? = 0
configure:16035: result: yes
configure:16040: checking if /usr/local/bin/mpif77 supports -c -o file.o
configure:16087: result: yes
configure:16117: checking whether the /usr/local/bin/mpif77 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:17326: result: yes
configure:17467: checking dynamic linker characteristics
configure:18206: result: darwin15.6.0 dyld
configure:18271: checking how to hardcode library paths into programs
configure:18296: result: immediate
configure:18433: checking if libtool supports shared libraries
configure:18435: result: yes
configure:18438: checking whether to build shared libraries
configure:18462: result: yes
configure:18465: checking whether to build static libraries
configure:18469: result: yes
configure:18503: /usr/local/bin/gfortran -c -g -O2 conftest.f >&5
configure:18506: $? = 0
configure:18984: checking for /usr/local/bin/gfortran option to produce PIC
configure:18991: result: -fno-common
configure:18999: checking if /usr/local/bin/gfortran PIC flag -fno-common works
configure:19017: /usr/local/bin/gfortran -c -g -O2 -fno-common conftest.f >&5
configure:19021: $? = 0
configure:19034: result: yes
configure:19057: checking if /usr/local/bin/gfortran static flag -static works
configure:19085: result: no
configure:19097: checking if /usr/local/bin/gfortran supports -c -o file.o
configure:19118: /usr/local/bin/gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:19122: $? = 0
configure:19144: result: yes
configure:19149: checking if /usr/local/bin/gfortran supports -c -o file.o
configure:19196: result: yes
configure:19226: checking whether the /usr/local/bin/gfortran linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:20435: result: yes
configure:20576: checking dynamic linker characteristics
configure:21315: result: darwin15.6.0 dyld
configure:21380: checking how to hardcode library paths into programs
configure:21405: result: immediate
configure:21479: checking for mpif77
configure:21506: result: /usr/local/bin/mpif77
configure:21524: checking for MPI_Init
configure:21531: /usr/local/bin/mpif77 -o conftest -g -O2 conftest.f >&5
configure:21531: $? = 0
configure:21533: result: yes
configure:21544: checking for MPI_Init in -lfmpi
configure:21556: /usr/local/bin/mpif77 -o conftest -g -O2 conftest.f -lfmpi >&5
ld: library not found for -lfmpi
collect2: error: ld returned 1 exit status
configure:21556: $? = 1
configure: failed program was:
| program main
| call MPI_Init
| end
configure:21565: result: no
configure:21573: checking for MPI_Init in -lfmpich
configure:21585: /usr/local/bin/mpif77 -o conftest -g -O2 conftest.f -lfmpich >&5
ld: library not found for -lfmpich
collect2: error: ld returned 1 exit status
configure:21585: $? = 1
configure: failed program was:
| program main
| call MPI_Init
| end
configure:21594: result: no
configure:21602: checking for MPI_Init in -lmpif77
configure:21614: /usr/local/bin/mpif77 -o conftest -g -O2 conftest.f -lmpif77 >&5
ld: library not found for -lmpif77
collect2: error: ld returned 1 exit status
configure:21614: $? = 1
configure: failed program was:
| program main
| call MPI_Init
| end
configure:21623: result: no
configure:21632: checking for MPI_Init in -lmpi
configure:21644: /usr/local/bin/mpif77 -o conftest -g -O2 conftest.f -lmpi >&5
configure:21644: $? = 0
configure:21653: result: yes
configure:21691: checking for mpif.h
configure:21698: /usr/local/bin/mpif77 -c -g -O2 conftest.f >&5
configure:21698: $? = 0
configure:21699: result: yes
configure:21915: checking that generated files are newer than configure
configure:21921: result: done
configure:21956: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by ARPACK-NG config.status 3.5.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on whopperdooper-2.local
config.status:1162: creating arpack.pc
config.status:1162: creating Makefile
config.status:1162: creating SRC/Makefile
config.status:1162: creating UTIL/Makefile
config.status:1162: creating TESTS/Makefile
config.status:1162: creating EXAMPLES/Makefile
config.status:1162: creating EXAMPLES/BAND/Makefile
config.status:1162: creating EXAMPLES/COMPLEX/Makefile
config.status:1162: creating EXAMPLES/NONSYM/Makefile
config.status:1162: creating EXAMPLES/SIMPLE/Makefile
config.status:1162: creating EXAMPLES/SVD/Makefile
config.status:1162: creating EXAMPLES/SYM/Makefile
config.status:1162: creating PARPACK/Makefile
config.status:1162: creating PARPACK/SRC/MPI/Makefile
config.status:1162: creating PARPACK/SRC/BLACS/Makefile
config.status:1162: creating PARPACK/UTIL/MPI/Makefile
config.status:1162: creating PARPACK/UTIL/BLACS/Makefile
config.status:1162: creating PARPACK/TESTS/MPI/Makefile
config.status:1162: creating PARPACK/EXAMPLES/MPI/Makefile
config.status:1162: creating PARPACK/EXAMPLES/BLACS/Makefile
config.status:1365: executing depfiles commands
config.status:1365: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin15.6.0
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_F77_set=set
ac_cv_env_F77_value=/usr/local/bin/mpif77
ac_cv_env_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=set
ac_cv_env_FC_value=/usr/local/bin/gfortran
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_INTERFACE64_set=
ac_cv_env_INTERFACE64_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBSUFFIX_set=
ac_cv_env_LIBSUFFIX_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_MPIF77_set=set
ac_cv_env_MPIF77_value=/usr/local/bin/mpif77
ac_cv_env_SYMBOLSUFFIX_set=
ac_cv_env_SYMBOLSUFFIX_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=yes
ac_cv_f77_dummy_main=none
ac_cv_f77_libs=' -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lquadmath -lm'
ac_cv_f77_mangling='lower case, underscore, no extra underscore'
ac_cv_fc_compiler_gnu=yes
ac_cv_fortran_dummy_main=none
ac_cv_func_basename_r=no
ac_cv_func_cheev_=yes
ac_cv_func_clock_getres=no
ac_cv_func_clock_gettime=no
ac_cv_func_clock_settime=no
ac_cv_func_dirname_r=no
ac_cv_func_getentropy=no
ac_cv_func_mkostemp=no
ac_cv_func_mkostemps=no
ac_cv_func_timingsafe_bcmp=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin15.6.0
ac_cv_lib_fmpi_MPI_Init=no
ac_cv_lib_fmpich_MPI_Init=no
ac_cv_lib_mpi_MPI_Init=yes
ac_cv_lib_mpif77_MPI_Init=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/local/Homebrew/Library/Homebrew/shims/super/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='clang -E'
ac_cv_prog_MPIF77=/usr/local/bin/mpif77
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=clang
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_f77_v=-v
ac_cv_prog_fc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_clock_gettime=no
am_cv_CC_dependencies_compiler_type=none
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_c_o_FC=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_F77=-fno-common
lt_cv_prog_compiler_pic_FC=-fno-common
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_F77=yes
lt_cv_prog_compiler_pic_works_FC=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_F77=no
lt_cv_prog_compiler_static_works_FC=no
lt_cv_prog_gnu_ld=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=196608
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/arpack-20170914-59886-j2b5k0/arpack-ng-3.5.0/missing aclocal-1.15'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /private/tmp/arpack-20170914-59886-j2b5k0/arpack-ng-3.5.0/missing autoconf'
AUTOHEADER='${SHELL} /private/tmp/arpack-20170914-59886-j2b5k0/arpack-ng-3.5.0/missing autoheader'
AUTOMAKE='${SHELL} /private/tmp/arpack-20170914-59886-j2b5k0/arpack-ng-3.5.0/missing automake-1.15'
AWK='awk'
BLACS_FALSE=''
BLACS_TRUE='#'
BLAS_LIBS='-L/usr/local/opt/veclibfort/lib -lvecLibFort'
CC='clang'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2 -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_'
CPP='clang -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"ARPACK-NG\" -DPACKAGE_TARNAME=\"arpack-ng\" -DPACKAGE_VERSION=\"3.5.0\" -DPACKAGE_STRING=\"ARPACK-NG\ 3.5.0\" -DPACKAGE_BUGREPORT=\"https://github.com/opencollab/arpack-ng/issues/\" -DPACKAGE_URL=\"https://github.com/opencollab/arpack-ng/\" -DPACKAGE=\"arpack-ng\" -DVERSION=\"3.5.0\" -DHAVE_BLAS=1 -DHAVE_LAPACK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MPI=1'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
F77='/usr/local/bin/mpif77'
FC='/usr/local/bin/gfortran'
FCFLAGS='-g -O2'
FFLAGS='-g -O2'
FGREP='/usr/bin/grep -F'
FLIBS=' -L/usr/local/opt/libevent/lib -L/usr/local/Cellar/open-mpi/2.1.1/lib -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0 -L/usr/local/Cellar/gcc/7.2.0/lib/gcc/7/gcc/x86_64-apple-darwin15.6.0/7.2.0/../../.. -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lquadmath -lm'
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTERFACE64=''
LAPACK_LIBS=''
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBSUFFIX=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /private/tmp/arpack-20170914-59886-j2b5k0/arpack-ng-3.5.0/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='./install-sh -c -d'
MPIF77='/usr/local/bin/mpif77'
MPILIBS='-lmpi'
MPI_FALSE='#'
MPI_TRUE=''
NM='/usr/bin/nm -B'
NMEDIT='nmedit'
OBJDUMP='false'
OBJEXT='o'
OTOOL64=':'
OTOOL='otool'
PACKAGE='arpack-ng'
PACKAGE_BUGREPORT='https://github.com/opencollab/arpack-ng/issues/'
PACKAGE_NAME='ARPACK-NG'
PACKAGE_STRING='ARPACK-NG 3.5.0'
PACKAGE_TARNAME='arpack-ng'
PACKAGE_URL='https://github.com/opencollab/arpack-ng/'
PACKAGE_VERSION='3.5.0'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/usr/local/Homebrew/Library/Homebrew/shims/super/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
SYMBOLSUFFIX=''
VERSION='3.5.0'
ac_ct_AR='ar'
ac_ct_CC='clang'
ac_ct_DUMPBIN=''
ac_ct_F77=''
ac_ct_FC=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin15.6.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin15.6.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin15.6.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin15.6.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/arpack-20170914-59886-j2b5k0/arpack-ng-3.5.0/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgconfigdir='${libdir}/pkgconfig'
prefix='/usr/local/Cellar/arpack/3.5.0/libexec'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "ARPACK-NG"
#define PACKAGE_TARNAME "arpack-ng"
#define PACKAGE_VERSION "3.5.0"
#define PACKAGE_STRING "ARPACK-NG 3.5.0"
#define PACKAGE_BUGREPORT "https://github.com/opencollab/arpack-ng/issues/"
#define PACKAGE_URL "https://github.com/opencollab/arpack-ng/"
#define PACKAGE "arpack-ng"
#define VERSION "3.5.0"
#define HAVE_BLAS 1
#define HAVE_LAPACK 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_MPI 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment