coin-or / Ipopt

COIN-OR Interior Point Optimizer IPOPT
https://coin-or.github.io/Ipopt
Other
1.35k stars 271 forks source link

Tests failing with Ipopt 3.13 on MacM1 (arm) #482

Closed mottelet closed 3 years ago

mottelet commented 3 years ago

Hi, tests are failing, e.g.:

mottelet@macmottelet-cr-1 test % ./hs071_c    

******************************************************************************
This program contains Ipopt, a library for large-scale nonlinear optimization.
 Ipopt is released as open source code under the Eclipse Public License (EPL).
         For more information visit https://github.com/coin-or/Ipopt
******************************************************************************

This is Ipopt version 3.13.5, running with linear solver mumps.
NOTE: Other linear solvers might be more efficient (see Ipopt documentation).

Number of nonzeros in equality constraint Jacobian...:        4
Number of nonzeros in inequality constraint Jacobian.:        4
Number of nonzeros in Lagrangian Hessian.............:       10

hs071_c(59458,0x1049d3d40) malloc: *** error for object 0x16b9f8790: pointer being freed was not allocated
hs071_c(59458,0x1049d3d40) malloc: *** set a breakpoint in malloc_error_break to debug

Ipopt 3.13.5 is built with Thirdparty-Mumps stable/2.1, Thirdparty-Metis stable/2.0, gcc-11, gfortran-11. This configuration works well on Intel architecture. When running examples in Scilab with sci_ipopt I have a more precise report:

Pile d'appel :
   1: 0x743c   <pthread_kill>                   (/usr/lib/system/libsystem_pthread.dylib)
   2: 0x79460  <abort>                          (/usr/lib/system/libsystem_c.dylib)
   3: 0xffb4   <has_default_zone0>              (/usr/lib/system/libsystem_malloc.dylib)
   4: 0x135fc  <malloc_report>                  (/usr/lib/system/libsystem_malloc.dylib)
   5: 0x26f4   <free>                           (/usr/lib/system/libsystem_malloc.dylib)
   6: 0x27553c <__GKfree>                       (/Users/mottelet/git/sci-ipopt/sci_gateway/cpp/libipopt.dylib)
   7: 0x24ee24 <__GrowBisection>                (/Users/mottelet/git/sci-ipopt/sci_gateway/cpp/libipopt.dylib)
   8: 0x24f698 <__Init2WayPartition>            (/Users/mottelet/git/sci-ipopt/sci_gateway/cpp/libipopt.dylib)
   9: 0x268dac <__MlevelNodeBisection>          (/Users/mottelet/git/sci-ipopt/sci_gateway/cpp/libipopt.dylib)
  10: 0x269728 <__MlevelNestedDissection>       (/Users/mottelet/git/sci-ipopt/sci_gateway/cpp/libipopt.dylib)
  11: 0x269c6c <METIS_NodeWND>                  (/Users/mottelet/git/sci-ipopt/sci_gateway/cpp/libipopt.dylib)
  12: 0x1b70bc <dmumps_195_>                    (/Users/mottelet/git/sci-ipopt/sci_gateway/cpp/libipopt.dylib)
  13: 0x1ee328 <dmumps_26_>                     (/Users/mottelet/git/sci-ipopt/sci_gateway/cpp/libipopt.dylib)
  14: 0x198714 <dmumps_>                        (/Users/mottelet/git/sci-ipopt/sci_gateway/cpp/libipopt.dylib)
  15: 0x1d02c0 <dmumps_f77_>                    (/Users/mottelet/git/sci-ipopt/sci_gateway/cpp/libipopt.dylib)
  16: 0x242140 <dmumps_c>                       (/Users/mottelet/git/sci-ipopt/sci_gateway/cpp/libipopt.dylib)
  17: 0x11242c <Ipopt::MumpsSolverInterface::SymbolicFactorization()> (/Users/mottelet/git/sci-ipopt/sci_gateway/cpp/libipopt.dylib)
  18: 0x112e3c <Ipopt::MumpsSolverInterface::MultiSolve(bool, int const*, int const*, int, double*, bool, int)> (/Users/mottelet/git/sci-ipopt/sci_gateway/cpp/libipopt.dylib)
  19: 0x119408 <Ipopt::TSymLinearSolver::MultiSolve(Ipopt::SymMatrix const&, std::vector<Ipopt::SmartPtr<Ipopt::Vector const>, std::allocator<Ipopt::SmartPtr<Ipopt::Vector const> > >&, std::vector<Ipopt::SmartPtr<Ipopt::Vector>, std::allocator<Ipopt::SmartPtr<Ipopt::Vect> (/Users/mottelet/git/sci-ipopt/sci_gateway/cpp/libipopt.dylib)
  20: 0xfb4b4  <Ipopt::StdAugSystemSolver::MultiSolve(Ipopt::SymMatrix const*, double, Ipopt::Vector const*, double, Ipopt::Vector const*, double, Ipopt::Matrix const*, Ipopt::Vector const*, double, Ipopt::Matrix const*, Ipopt::Vector const*, double, std::vector<Ipopt::S> (/Users/mottelet/git/sci-ipopt/sci_gateway/cpp/libipopt.dylib)
  21: 0xf9e00  <Ipopt::AugSystemSolver::Solve(Ipopt::SymMatrix const*, double, Ipopt::Vector const*, double, Ipopt::Vector const*, double, Ipopt::Matrix const*, Ipopt::Vector const*, double, Ipopt::Matrix const*, Ipopt::Vector const*, double, Ipopt::Vector const&, Ipopt:> (/Users/mottelet/git/sci-ipopt/sci_gateway/cpp/libipopt.dylib)
  22: 0xafea4  <Ipopt::LowRankAugSystemSolver::Solve(Ipopt::SymMatrix const*, double, Ipopt::Vector const*, double, Ipopt::Vector const*, double, Ipopt::Matrix const*, Ipopt::Vector const*, double, Ipopt::Matrix const*, Ipopt::Vector const*, double, Ipopt::Vector const&,> (/Users/mottelet/git/sci-ipopt/sci_gateway/cpp/libipopt.dylib)
  23: 0xa2d60  <Ipopt::LeastSquareMultipliers::CalculateMultipliers(Ipopt::Vector&, Ipopt::Vector&)> (/Users/mottelet/git/sci-ipopt/sci_gateway/cpp/libipopt.dylib)
  24: 0x709e8  <Ipopt::DefaultIterateInitializer::least_square_mults(Ipopt::Journalist const&, Ipopt::IpoptNLP
svigerske commented 3 years ago

dmumps_195_ should actually call CMETS_NODEWND, which would then call METIS_NodeWND, so that is suspicious.

Can you make more details of the build of ThirdParty-Mumps available, i.e., full log of configure, config.log, and full log of running make with V=1.

Also make sure you do not have still an installation of a build of ThirdParty-Mumps from branches stable/3.0 or master around.

mottelet commented 3 years ago
Running script for downloading the source code for MUMPS

Downloading the source code from coin-or-tools.github.io...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2423k  100 2423k    0     0  38.1M      0 --:--:-- --:--:-- --:--:-- 38.1M
Download finished.
Uncompressing the tarball...
Unpacking the source code...
Deleting the tar file...

Done downloading the source code for MUMPS.

Apply a patch to work around a bug in MUMPS.

patching file MUMPS/src/dmumps_part2.F
patching file MUMPS/examples/c_example.c
patching file MUMPS/libseq/mpic.c
patching file MUMPS/src/mumps_orderings.c
patching file MUMPS/src/mumps_orderings.h

Verify that there are no error message in the output above.
checking build system type... aarch64-apple-darwin20.5.0
checking host system type... aarch64-apple-darwin20.5.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free 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 make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gfortran... gfortran
checking whether the compiler supports GNU Fortran... yes
checking whether gfortran accepts -g... yes
checking whether gfortran understands -c and -o together... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/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 gcc... /usr/bin/ld
checking if the linker (/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... 786432
checking how to convert aarch64-apple-darwin20.5.0 file names to aarch64-apple-darwin20.5.0 format... func_convert_file_noop
checking how to convert aarch64-apple-darwin20.5.0 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
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 gcc 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 for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking the archiver (ar) interface... ar
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin20.5.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... no
checking whether to build static libraries... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fno-common
checking if gfortran PIC flag -fno-common works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking if gfortran supports -c -o file.o... (cached) yes
checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin20.5.0 dyld
checking how to hardcode library paths into programs... immediate
configure: libtool version info: -version-number 2:1:0
checking how to get verbose linking output from gfortran... -v
checking for Fortran libraries of gfortran...  -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -lgfortran -lm
checking for dummy main to link with Fortran libraries... none
checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
checking for pkgconf... no
checking for pkg-config... pkg-config
checking pkg-config is at least version 0.16.0... yes: 0.29.2
configure: pkg-config path is "/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib/pkgconfig:"
checking for LAPACK... yes: Accelerate framework (-framework Accelerate)
checking for library containing cos... none required
checking for library Metis with combined link and compile check... yes
checking for Fortran flag to compile preprocessed .F files... none
checking how to define symbols for preprocessed Fortran... -D
configure: additional C preprocessor flags: -DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis
configure: additional Fortran preprocessor flags:  -Dmetis -std=legacy
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating coinmumps.pc
config.status: creating config.h
config.status: config.h is unchanged
config.status: creating mumps_compat.h
config.status: mumps_compat.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
configure: Configuration of ThirdPartyMumps successful
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
depbase=`echo metis_adapter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include  -DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis -I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/  -DMUMPS_BUILD -O2 -DNDEBUG  -MT metis_adapter.lo -MD -MP -MF $depbase.Tpo -c -o metis_adapter.lo metis_adapter.c &&\
    mv -f $depbase.Tpo $depbase.Plo
/bin/sh ./libtool    --mode=compile gfortran -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include   -O2  -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c -o MUMPS/src/tools_common_mod.lo MUMPS/src/tools_common_mod.F
/bin/sh ./libtool    --mode=compile gfortran -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include   -O2  -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c -o MUMPS/src/dmumps_comm_buffer.lo MUMPS/src/dmumps_comm_buffer.F
/bin/sh ./libtool    --mode=compile gfortran -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include   -O2  -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c -o MUMPS/src/dmumps_struc_def.lo MUMPS/src/dmumps_struc_def.F
/bin/sh ./libtool    --mode=compile gfortran -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include   -O2  -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c -o MUMPS/src/mumps_ooc_common.lo MUMPS/src/mumps_ooc_common.F
/bin/sh ./libtool    --mode=compile gfortran -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include   -O2  -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c -o MUMPS/src/mumps_static_mapping.lo MUMPS/src/mumps_static_mapping.F
/bin/sh ./libtool    --mode=compile gfortran -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include   -O2  -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c -o MUMPS/src/mumps_sol_es.lo MUMPS/src/mumps_sol_es.F
/bin/sh ./libtool    --mode=compile gfortran -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include   -O2  -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c -o MUMPS/src/mumps_part9.lo MUMPS/src/mumps_part9.F
depbase=`echo MUMPS/src/mumps_c.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include  -DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis -I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/  -DMUMPS_BUILD -O2 -DNDEBUG  -MT MUMPS/src/mumps_c.lo -MD -MP -MF $depbase.Tpo -c -o MUMPS/src/mumps_c.lo MUMPS/src/mumps_c.c &&\
    mv -f $depbase.Tpo $depbase.Plo
depbase=`echo MUMPS/src/mumps_common.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include  -DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis -I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/  -DMUMPS_BUILD -O2 -DNDEBUG  -MT MUMPS/src/mumps_common.lo -MD -MP -MF $depbase.Tpo -c -o MUMPS/src/mumps_common.lo MUMPS/src/mumps_common.c &&\
    mv -f $depbase.Tpo $depbase.Plo
depbase=`echo MUMPS/src/mumps_orderings.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include  -DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis -I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/  -DMUMPS_BUILD -O2 -DNDEBUG  -MT MUMPS/src/mumps_orderings.lo -MD -MP -MF $depbase.Tpo -c -o MUMPS/src/mumps_orderings.lo MUMPS/src/mumps_orderings.c &&\
    mv -f $depbase.Tpo $depbase.Plo
depbase=`echo MUMPS/src/mumps_io.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include  -DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis -I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/  -DMUMPS_BUILD -O2 -DNDEBUG  -MT MUMPS/src/mumps_io.lo -MD -MP -MF $depbase.Tpo -c -o MUMPS/src/mumps_io.lo MUMPS/src/mumps_io.c &&\
    mv -f $depbase.Tpo $depbase.Plo
depbase=`echo MUMPS/src/mumps_io_basic.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include  -DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis -I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/  -DMUMPS_BUILD -O2 -DNDEBUG  -MT MUMPS/src/mumps_io_basic.lo -MD -MP -MF $depbase.Tpo -c -o MUMPS/src/mumps_io_basic.lo MUMPS/src/mumps_io_basic.c &&\
    mv -f $depbase.Tpo $depbase.Plo
depbase=`echo MUMPS/src/mumps_io_thread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include  -DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis -I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/  -DMUMPS_BUILD -O2 -DNDEBUG  -MT MUMPS/src/mumps_io_thread.lo -MD -MP -MF $depbase.Tpo -c -o MUMPS/src/mumps_io_thread.lo MUMPS/src/mumps_io_thread.c &&\
    mv -f $depbase.Tpo $depbase.Plo
depbase=`echo MUMPS/src/mumps_io_err.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include  -DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis -I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/  -DMUMPS_BUILD -O2 -DNDEBUG  -MT MUMPS/src/mumps_io_err.lo -MD -MP -MF $depbase.Tpo -c -o MUMPS/src/mumps_io_err.lo MUMPS/src/mumps_io_err.c &&\
    mv -f $depbase.Tpo $depbase.Plo
depbase=`echo MUMPS/src/mumps_size.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include  -DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis -I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/  -DMUMPS_BUILD -O2 -DNDEBUG  -MT MUMPS/src/mumps_size.lo -MD -MP -MF $depbase.Tpo -c -o MUMPS/src/mumps_size.lo MUMPS/src/mumps_size.c &&\
    mv -f $depbase.Tpo $depbase.Plo
/bin/sh ./libtool    --mode=compile gfortran  -O2  -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c -o MUMPS/libseq/mpi.lo MUMPS/libseq/mpi.f
depbase=`echo MUMPS/libseq/mpic.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include  -DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis -I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/  -DMUMPS_BUILD -O2 -DNDEBUG  -MT MUMPS/libseq/mpic.lo -MD -MP -MF $depbase.Tpo -c -o MUMPS/libseq/mpic.lo MUMPS/libseq/mpic.c &&\
    mv -f $depbase.Tpo $depbase.Plo
depbase=`echo MUMPS/libseq/elapse.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include  -DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis -I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/  -DMUMPS_BUILD -O2 -DNDEBUG  -MT MUMPS/libseq/elapse.lo -MD -MP -MF $depbase.Tpo -c -o MUMPS/libseq/elapse.lo MUMPS/libseq/elapse.c &&\
    mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gfortran -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O2 -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c MUMPS/src/mumps_static_mapping.F  -fno-common -o MUMPS/src/mumps_static_mapping.o
libtool: compile:  gfortran -O2 -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c MUMPS/libseq/mpi.f  -fno-common -o MUMPS/libseq/mpi.o
libtool: compile:  gfortran -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O2 -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c MUMPS/src/mumps_sol_es.F  -fno-common -o MUMPS/src/mumps_sol_es.o
libtool: compile:  gfortran -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O2 -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c MUMPS/src/dmumps_comm_buffer.F  -fno-common -o MUMPS/src/dmumps_comm_buffer.o
libtool: compile:  gfortran -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O2 -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c MUMPS/src/tools_common_mod.F  -fno-common -o MUMPS/src/tools_common_mod.o
libtool: compile:  gfortran -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O2 -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c MUMPS/src/mumps_part9.F  -fno-common -o MUMPS/src/mumps_part9.o
libtool: compile:  gfortran -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O2 -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c MUMPS/src/dmumps_struc_def.F  -fno-common -o MUMPS/src/dmumps_struc_def.o
libtool: compile:  gfortran -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O2 -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c MUMPS/src/mumps_ooc_common.F  -fno-common -o MUMPS/src/mumps_ooc_common.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis -I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/ -DMUMPS_BUILD -O2 -DNDEBUG -MT metis_adapter.lo -MD -MP -MF .deps/metis_adapter.Tpo -c metis_adapter.c  -fno-common -DPIC -o metis_adapter.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis -I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/ -DMUMPS_BUILD -O2 -DNDEBUG -MT MUMPS/src/mumps_common.lo -MD -MP -MF MUMPS/src/.deps/mumps_common.Tpo -c MUMPS/src/mumps_common.c  -fno-common -DPIC -o MUMPS/src/mumps_common.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis -I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/ -DMUMPS_BUILD -O2 -DNDEBUG -MT MUMPS/src/mumps_io_basic.lo -MD -MP -MF MUMPS/src/.deps/mumps_io_basic.Tpo -c MUMPS/src/mumps_io_basic.c  -fno-common -DPIC -o MUMPS/src/mumps_io_basic.o
/bin/sh ./libtool    --mode=compile gfortran -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include   -O2  -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c -o MUMPS/src/dmumps_part7.lo MUMPS/src/dmumps_part7.F
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis -I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/ -DMUMPS_BUILD -O2 -DNDEBUG -MT MUMPS/src/mumps_io.lo -MD -MP -MF MUMPS/src/.deps/mumps_io.Tpo -c MUMPS/src/mumps_io.c  -fno-common -DPIC -o MUMPS/src/mumps_io.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis -I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/ -DMUMPS_BUILD -O2 -DNDEBUG -MT MUMPS/libseq/elapse.lo -MD -MP -MF MUMPS/libseq/.deps/elapse.Tpo -c MUMPS/libseq/elapse.c  -fno-common -DPIC -o MUMPS/libseq/elapse.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis -I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/ -DMUMPS_BUILD -O2 -DNDEBUG -MT MUMPS/src/mumps_c.lo -MD -MP -MF MUMPS/src/.deps/mumps_c.Tpo -c MUMPS/src/mumps_c.c  -fno-common -DPIC -o MUMPS/src/mumps_c.o
/bin/sh ./libtool    --mode=compile gfortran -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include   -O2  -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c -o MUMPS/src/dmumps_ooc_buffer.lo MUMPS/src/dmumps_ooc_buffer.F
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis -I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/ -DMUMPS_BUILD -O2 -DNDEBUG -MT MUMPS/src/mumps_io_err.lo -MD -MP -MF MUMPS/src/.deps/mumps_io_err.Tpo -c MUMPS/src/mumps_io_err.c  -fno-common -DPIC -o MUMPS/src/mumps_io_err.o
libtool: compile:  gfortran -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O2 -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c MUMPS/src/dmumps_part7.F  -fno-common -o MUMPS/src/dmumps_part7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis -I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/ -DMUMPS_BUILD -O2 -DNDEBUG -MT MUMPS/src/mumps_orderings.lo -MD -MP -MF MUMPS/src/.deps/mumps_orderings.Tpo -c MUMPS/src/mumps_orderings.c  -fno-common -DPIC -o MUMPS/src/mumps_orderings.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis -I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/ -DMUMPS_BUILD -O2 -DNDEBUG -MT MUMPS/src/mumps_io_thread.lo -MD -MP -MF MUMPS/src/.deps/mumps_io_thread.Tpo -c MUMPS/src/mumps_io_thread.c  -fno-common -DPIC -o MUMPS/src/mumps_io_thread.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis -I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/ -DMUMPS_BUILD -O2 -DNDEBUG -MT MUMPS/src/mumps_size.lo -MD -MP -MF MUMPS/src/.deps/mumps_size.Tpo -c MUMPS/src/mumps_size.c  -fno-common -DPIC -o MUMPS/src/mumps_size.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis -I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/ -DMUMPS_BUILD -O2 -DNDEBUG -MT MUMPS/libseq/mpic.lo -MD -MP -MF MUMPS/libseq/.deps/mpic.Tpo -c MUMPS/libseq/mpic.c  -fno-common -DPIC -o MUMPS/libseq/mpic.o
libtool: compile:  gfortran -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O2 -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c MUMPS/src/dmumps_ooc_buffer.F  -fno-common -o MUMPS/src/dmumps_ooc_buffer.o
MUMPS/libseq/mpi.f:601:72:

  601 |         CALL MUMPS_COPY_LOGICAL( SENDBUF, RECVBUF, COUNT )
      |                                                                        1
Warning: Type mismatch in argument 's' at (1); passed INTEGER(4) to LOGICAL(4)
MUMPS/libseq/mpi.f:603:72:

  603 |         CALL MUMPS_COPY_REAL( SENDBUF, RECVBUF, COUNT )
      |                                                                        1
Warning: Type mismatch in argument 's' at (1); passed INTEGER(4) to REAL(4)
MUMPS/libseq/mpi.f:606:72:

  606 |         CALL MUMPS_COPY_DOUBLE_PRECISION( SENDBUF, RECVBUF, COUNT )
      |                                                                        1
Warning: Type mismatch in argument 's' at (1); passed INTEGER(4) to REAL(8)
MUMPS/libseq/mpi.f:608:72:

  608 |         CALL MUMPS_COPY_COMPLEX( SENDBUF, RECVBUF, COUNT )
      |                                                                        1
Warning: Type mismatch in argument 's' at (1); passed INTEGER(4) to COMPLEX(4)
MUMPS/libseq/mpi.f:610:72:

  610 |         CALL MUMPS_COPY_DOUBLE_COMPLEX( SENDBUF, RECVBUF, COUNT )
      |                                                                        1
Warning: Type mismatch in argument 's' at (1); passed INTEGER(4) to COMPLEX(8)
MUMPS/libseq/mpi.f:612:72:

  612 |         CALL MUMPS_COPY_2DOUBLE_PRECISION( SENDBUF, RECVBUF, COUNT )
      |                                                                        1
Warning: Type mismatch in argument 's' at (1); passed INTEGER(4) to REAL(8)
MUMPS/src/dmumps_comm_buffer.F:2667:23:

 2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,
      |                       2
......
 2667 |         CALL MPI_PACK( LIST_SLAVES, NSLAVES, MPI_INTEGER,
      |                       1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
MUMPS/src/dmumps_comm_buffer.F:2670:23:

 2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,
      |                       2
......
 2670 |         CALL MPI_PACK( FLOPS_INCREMENT, NSLAVES,
      |                       1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
MUMPS/src/dmumps_comm_buffer.F:1618:25:

 1618 |           CALL MPI_PACK( IPIV, NPIV, MPI_INTEGER,
      |                         1
......
 2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,
      |                       2  
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
MUMPS/src/dmumps_comm_buffer.F:890:27:

  890 |             CALL MPI_PACK( SLAVES, NSLAVES, MPI_INTEGER,
      |                           1
......
 2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,
      |                       2    
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
MUMPS/src/dmumps_comm_buffer.F:894:25:

  894 |           CALL MPI_PACK( IROW, NROW, MPI_INTEGER,
      |                         1
......
 2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,
      |                       2  
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
MUMPS/src/dmumps_comm_buffer.F:897:25:

  897 |           CALL MPI_PACK( ICOL, NCOL, MPI_INTEGER,
      |                         1
......
 2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,
      |                       2  
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
MUMPS/src/dmumps_comm_buffer.F:525:25:

  525 |           CALL MPI_PACK( IW, LONG, MPI_INTEGER,
      |                         1
......
 2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,
      |                       2  
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
MUMPS/src/dmumps_comm_buffer.F:365:25:

  365 |           CALL MPI_PACK( IWROW, LCONT, MPI_INTEGER,
      |                         1
......
 2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,
      |                       2  
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
MUMPS/src/dmumps_comm_buffer.F:368:25:

  368 |           CALL MPI_PACK( IWCOL, LCONT, MPI_INTEGER,
      |                         1
......
 2658 |         CALL MPI_PACK( WHAT, 1, MPI_INTEGER,
      |                       2  
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
MUMPS/src/mumps_static_mapping.F:4405:24:

 4393 |          call MPI_BCAST(lenrcv,1,MPI_INTEGER,i,
      |                        2
......
 4405 |          call MPI_BCAST(namercv,lenrcv,MPI_INTEGER,i,
      |                        1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
MUMPS/src/mumps_static_mapping.F:3716:11:

 3716 |      &     cv_keep(1), cv_frere(1), cv_nfsiz(1), istat)
      |           1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'keep' at (1)
MUMPS/src/mumps_part9.F:7914:23:

 7908 |       CALL MPI_REDUCE( INFO, INFOG(1), 1, MPI_INTEGER,
      |                       2
......
 7914 |       CALL MPI_REDUCE( TEMP1, TEMP2, 1, MPI_2INTEGER,
      |                       1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
MUMPS/src/mumps_part9.F:8070:22:

 7908 |       CALL MPI_REDUCE( INFO, INFOG(1), 1, MPI_INTEGER,
      |                       2
......
 8070 |       CALL MPI_REDUCE(DIN, DOUT, 1, MPI_DOUBLE_PRECISION,
      |                      1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
MUMPS/src/mumps_part9.F:8084:25:

 4666 |       CALL MPI_ALLREDUCE( IN, OUT, 1, MPI_2INTEGER, MPI_MINLOC,
      |                          2
......
 8084 |       CALL MPI_ALLREDUCE(DIN, DOUT, 1, MPI_DOUBLE_PRECISION,
      |                         1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
/bin/sh ./libtool    --mode=compile gfortran -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include   -O2  -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c -o MUMPS/src/dmumps_load.lo MUMPS/src/dmumps_load.F
libtool: compile:  gfortran -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O2 -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c MUMPS/src/dmumps_load.F  -fno-common -o MUMPS/src/dmumps_load.o
MUMPS/src/dmumps_load.F:1304:11:

 1297 |      &     WHAT, 1, MPI_INTEGER,
      |           2
......
 1304 |      &     LOAD_RECEIVED, 1,
      |           1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
/bin/sh ./libtool    --mode=compile gfortran -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include   -O2  -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c -o MUMPS/src/dmumps_ooc.lo MUMPS/src/dmumps_ooc.F
libtool: compile:  gfortran -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O2 -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c MUMPS/src/dmumps_ooc.F  -fno-common -o MUMPS/src/dmumps_ooc.o
/bin/sh ./libtool    --mode=compile gfortran -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include   -O2  -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c -o MUMPS/src/dmumps_part2.lo MUMPS/src/dmumps_part2.F
/bin/sh ./libtool    --mode=compile gfortran -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include   -O2  -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c -o MUMPS/src/dmumps_part3.lo MUMPS/src/dmumps_part3.F
/bin/sh ./libtool    --mode=compile gfortran -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include   -O2  -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c -o MUMPS/src/dmumps_part4.lo MUMPS/src/dmumps_part4.F
/bin/sh ./libtool    --mode=compile gfortran -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include   -O2  -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c -o MUMPS/src/dmumps_part6.lo MUMPS/src/dmumps_part6.F
/bin/sh ./libtool    --mode=compile gfortran -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include   -O2  -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c -o MUMPS/src/dmumps_part8.lo MUMPS/src/dmumps_part8.F
libtool: compile:  gfortran -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O2 -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c MUMPS/src/dmumps_part2.F  -fno-common -o MUMPS/src/dmumps_part2.o
libtool: compile:  gfortran -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O2 -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c MUMPS/src/dmumps_part3.F  -fno-common -o MUMPS/src/dmumps_part3.o
libtool: compile:  gfortran -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O2 -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c MUMPS/src/dmumps_part4.F  -fno-common -o MUMPS/src/dmumps_part4.o
libtool: compile:  gfortran -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O2 -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c MUMPS/src/dmumps_part6.F  -fno-common -o MUMPS/src/dmumps_part6.o
libtool: compile:  gfortran -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O2 -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c MUMPS/src/dmumps_part8.F  -fno-common -o MUMPS/src/dmumps_part8.o
MUMPS/src/dmumps_part6.F:3575:14:

 3575 |      &        root%SCHUR_POINTER(1),
      |              1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'val_root' at (1)
MUMPS/src/dmumps_part6.F:3615:14:

 3615 |      &        root%RG2L_ROW(1), root%RG2L_COL(1), INVERT,
      |              1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'rg2l_row' at (1)
MUMPS/src/dmumps_part6.F:1536:20:

 1472 |       CALL MPI_UNPACK( BUFR, LBUFR_BYTES, POSITION, INODE, 1,
      |                                                    2
......
 1536 |      &              A(POSBLOCFACTO), NPIV*NCOL, MPI_DOUBLE_PRECISION,
      |                    1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
MUMPS/src/dmumps_part2.F:764:24:

  763 |       CALL MUMPS_SIZE_C(I(1),I(2),SIZE_INT)
      |                        2
  764 |       CALL MUMPS_SIZE_C(R(1),R(2),SIZE_REAL_OR_DOUBLE)
      |                        1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
MUMPS/src/dmumps_part2.F:697:14:

  620 |      &          IFATH, 1, MPI_INTEGER
      |                2
......
  697 |      &        A(PAMASTER(STEP(ISON)) +
      |              1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
MUMPS/src/dmumps_part2.F:2851:19:

 2851 |      &        PERM,FLAG(1))
      |                   1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'posi' at (1)
MUMPS/src/dmumps_part2.F:2854:19:

 2854 |      &        PERM,FLAG(1))
      |                   1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'posi' at (1)
MUMPS/src/dmumps_part2.F:4416:31:

 4416 |          CALL DMUMPS_557(id%N, IPE(1), NV(1), IPS(1), NE(1),
      |                               1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'ipe' at (1)
MUMPS/src/dmumps_part2.F:4426:25:

 4426 |          CALL DMUMPS_201(NE(1), ND(1), id%INFOG(6), id%INFOG(5),
      |                         1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'ne' at (1)
MUMPS/src/dmumps_part2.F:4430:33:

 1575 |          CALL MUMPS_209( N, FRERE, FILS, NFSIZ, KEEP(20) )
      |                            2     
......
 4430 |             CALL MUMPS_209(id%N, FRERE(1), FILS(1), NFSIZ(1),
      |                                 1
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part2.F:4463:36:

 4463 |                CALL DMUMPS_97(id%N, FRERE(1), FILS(1),
      |                                    1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'frere' at (1)
MUMPS/src/dmumps_part2.F:4475:33:

 4475 |             CALL DMUMPS_97(id%N, FRERE(1), FILS(1), NFSIZ(1),
      |                                 1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'frere' at (1)
MUMPS/src/dmumps_part4.F:4372:24:

 4020 |          CALL MPI_IRECV(ISNDRCVA(OFFS), SZ,
      |                        2
......
 4372 |          CALL MPI_IRECV(ISNDRCVJA(OFFS), ITMP, MPI_INTEGER,IPID-1,
      |                        1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(8)).
MUMPS/src/dmumps_part4.F:4379:23:

 4034 |          CALL MPI_SEND(OSNDRCVA(OFFS), SZ, MPI_DOUBLE_PRECISION, PID-1,
      |                       2
......
 4379 |          CALL MPI_SEND(OSNDRCVJA(OFFS), ITMP, MPI_INTEGER, IPID-1,
      |                       1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(8)).
MUMPS/src/dmumps_part4.F:4115:28:

 3190 |                      CALL MPI_ALLREDUCE(INFERRL, INFERRG,
      |                                        2
......
 4115 |          CALL MPI_ALLREDUCE(IWRK(1), IWRK(1+2*ISZ), ISZ,
      |                            1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(8)).
MUMPS/src/dmumps_part4.F:4869:25:

 4759 |      &                   ISON, 1, MPI_INTEGER, COMM, IERR )
      |                         2
......
 4869 |      &                   A( IPTRLU + 1_8 ), int(LREQA),
      |                         1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
MUMPS/src/dmumps_part4.F:5031:26:

 3190 |                      CALL MPI_ALLREDUCE(INFERRL, INFERRG,
      |                                        2
......
 5031 |       CALL MPI_ALLREDUCE( INV, OUTV, 1, TWO_SCALARS_TYPE,
      |                          1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
MUMPS/src/dmumps_part3.F:6352:26:

 6343 |            CALL MPI_SEND( BUFI(2, I), NBRECI, MPI_INTEGER,
      |                          2
......
 6352 |            CALL MPI_SEND( BUFR(2, I), NBRECR, MPI_DOUBLE_PRECISION,
      |                          1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
MUMPS/src/dmumps_part3.F:2260:14:

 2207 |      &                FINODE, 1, MPI_INTEGER,
      |                      2
......
 2260 |      &        A(IPOS_NODE + 1_8 + ISHIFT_PACKET),
      |              1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
MUMPS/src/dmumps_part3.F:6046:21:

 6046 |      &               id%ELTVAR( IELTPTR ), id%A_ELT( RELTPTR ),
      |                     1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'eltvar' at (1)
MUMPS/src/dmumps_part3.F:6064:17:

 6064 |      &           id%ELTVAR(IELTPTR),
      |                 1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'elnodes' at (1)
MUMPS/src/dmumps_part3.F:6072:17:

 6072 |      &           id%ELTVAR(IELTPTR),
      |                 1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'elnodes' at (1)
MUMPS/src/dmumps_part3.F:6104:17:

 6104 |      &           id%ELTVAR(IELTPTR),
      |                 1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'elnodes' at (1)
MUMPS/src/dmumps_part3.F:6129:31:

 6122 |                CALL MPI_RECV( ELTVAR_LOC( RECV_IELTPTR ), MSGLEN,
      |                              2 
......
 6129 |                 CALL MPI_RECV( ELTVAL_LOC( RECV_RELTPTR ), MSGLEN,
      |                               1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
MUMPS/src/dmumps_part8.F:4108:23:

 4005 |              CALL MPI_RECV(RHS(1, J), N, MPI_DOUBLE_PRECISION,
      |                           2
......
 4108 |         CALL MPI_RECV( BUFFER, SIZE_BUF_BYTES, MPI_PACKED,
      |                       1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(8)).
MUMPS/src/dmumps_part8.F:4116:19:

 4113 |      &                   NPIV, 1, MPI_INTEGER, COMM, IERR)
      |                         2
......
 4116 |      &             IROWlist, NPIV, MPI_INTEGER, COMM, IERR)
      |                   1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
MUMPS/src/dmumps_part8.F:4119:19:

 4113 |      &                   NPIV, 1, MPI_INTEGER, COMM, IERR)
      |                         2
......
 4119 |      &             CWORK, NPIV*NRHS, MPI_DOUBLE_PRECISION,
      |                   1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
MUMPS/src/dmumps_part8.F:4206:23:

 4001 |              CALL MPI_SEND(RHS(1, J), N, MPI_DOUBLE_PRECISION, MASTER,
      |                           2
......
 4206 |          CALL MPI_SEND(BUFFER, POS_BUF, MPI_PACKED, MASTER,
      |                       1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(8)).
MUMPS/src/dmumps_part8.F:4184:25:

 4184 |            CALL MPI_PACK(CWORK(1), NPIV*NRHS, MPI_DOUBLE_PRECISION,
      |                         1
......
 4204 |          CALL MPI_PACK(FIN, 1, MPI_INTEGER, BUFFER,
      |                       2  
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
MUMPS/src/dmumps_part8.F:3753:13:

 3753 |      &       root%IPIV(1), root%LPIV, MASTER_ROOT, MYID_NODES,
      |             1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'ipiv' at (1)
MUMPS/src/dmumps_part8.F:545:36:

  545 |             CALL DMUMPS_535( MTYPE, id%ISOL_loc(1),
      |                                    1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'isol_loc' at (1)
MUMPS/src/dmumps_part8.F:602:25:

  602 |          CALL MUMPS_276( ICNTL(1), INFO(1),
      |                         1
......
 3346 |             CALL MUMPS_276(ICNTL, INFO, COMM_NODES, MYID )
      |                           2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part8.F:710:26:

  710 |           CALL MPI_BCAST( WORKSPACE_MINIMAL_PREFERRED, 1,
      |                          1
......
 4036 |      &CALL MPI_BCAST(ONE_PACK, 1, MPI_INTEGER,
      |                     2     
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (LOGICAL(4)/INTEGER(4)).
MUMPS/src/dmumps_part8.F:807:22:

  807 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 3346 |             CALL MUMPS_276(ICNTL, INFO, COMM_NODES, MYID )
      |                           2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part8.F:817:22:

  817 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 3346 |             CALL MUMPS_276(ICNTL, INFO, COMM_NODES, MYID )
      |                           2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part8.F:1169:22:

 1169 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 3346 |             CALL MUMPS_276(ICNTL, INFO, COMM_NODES, MYID )
      |                           2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part8.F:1173:25:

 1173 |           CALL MPI_BCAST(UNS_PERM_INV,id%N,MPI_INTEGER,MASTER,
      |                         1
......
 4036 |      &CALL MPI_BCAST(ONE_PACK, 1, MPI_INTEGER,
      |                     2    
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
MUMPS/src/dmumps_part8.F:1224:36:

 1224 |             CALL DMUMPS_535( MTYPE, id%ISOL_loc(1),
      |                                    1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'isol_loc' at (1)
MUMPS/src/dmumps_part8.F:1253:24:

 1253 |         CALL MUMPS_276( ICNTL(1), INFO(1),
      |                        1
......
 3346 |             CALL MUMPS_276(ICNTL, INFO, COMM_NODES, MYID )
      |                           2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part8.F:1317:22:

 1317 | 109   CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 3346 |             CALL MUMPS_276(ICNTL, INFO, COMM_NODES, MYID )
      |                           2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part8.F:1736:22:

 1736 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 3346 |             CALL MUMPS_276(ICNTL, INFO, COMM_NODES, MYID )
      |                           2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part8.F:1756:32:

 1756 |      &           id%MYID_NODES, id%PTLUST_S(1),
      |                                1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'ptrist' at (1)
MUMPS/src/dmumps_part8.F:1764:32:

 1764 |      &           id%MYID_NODES, id%PTLUST_S(1),
      |                                1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'ptrist' at (1)
MUMPS/src/dmumps_part8.F:1796:23:

 1796 |      &          MTYPE, RHS_MUMPS(IBEG), LD_RHS, NBRHS_EFF,
      |                       1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'rhs' at (1)
MUMPS/src/dmumps_part8.F:1805:23:

 1805 |      &          MTYPE, RHS_MUMPS(IBEG), LD_RHS, NBRHS_EFF,
      |                       1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'rhs' at (1)
MUMPS/src/dmumps_part8.F:1846:25:

 1846 |          CALL MUMPS_276( ICNTL(1), INFO(1),
      |                         1
......
 3346 |             CALL MUMPS_276(ICNTL, INFO, COMM_NODES, MYID )
      |                           2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part8.F:1966:25:

 1966 |          CALL MUMPS_276( ICNTL(1), INFO(1),
      |                         1
......
 3346 |             CALL MUMPS_276(ICNTL, INFO, COMM_NODES, MYID )
      |                           2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part8.F:2101:39:

 2101 |         CALL DMUMPS_245(id%root, id%N, id%S(1), LA_PASSED,
      |                                       1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'a' at (1)
MUMPS/src/dmumps_part8.F:2141:42:

 2141 |            CALL DMUMPS_245(id%root, id%N, id%S(1), LA_PASSED,
      |                                          1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'a' at (1)
MUMPS/src/dmumps_part8.F:2162:22:

 2162 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 3346 |             CALL MUMPS_276(ICNTL, INFO, COMM_NODES, MYID )
      |                           2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part8.F:2236:24:

 2236 |         CALL MUMPS_276( ICNTL(1), INFO(1),
      |                        1
......
 3346 |             CALL MUMPS_276(ICNTL, INFO, COMM_NODES, MYID )
      |                           2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part8.F:2253:23:

 2253 |      &          MTYPE, RHS_MUMPS(IBEG), LD_RHS, NBRHS_EFF,
      |                       1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'rhs' at (1)
MUMPS/src/dmumps_part8.F:2264:16:

 2264 |      &          RHS_MUMPS(IBEG), LD_RHS, NBRHS_EFF,
      |                1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'rhs' at (1)
MUMPS/src/dmumps_part8.F:2277:23:

 2277 |      &          MTYPE, RHS_MUMPS(IBEG), LD_RHS, NBRHS_EFF,
      |                       1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'rhs' at (1)
MUMPS/src/dmumps_part8.F:2287:16:

 2287 |      &          RHS_MUMPS(IBEG), LD_RHS, NBRHS_EFF,
      |                1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'rhs' at (1)
MUMPS/src/dmumps_part8.F:2344:23:

 2344 |      &          MTYPE, RHS_MUMPS(IBEG), LD_RHS, NBRHS_EFF,
      |                       1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'rhs' at (1)
MUMPS/src/dmumps_part8.F:2381:26:

 2381 |           CALL MUMPS_276( ICNTL(1), INFO(1),
      |                          1
......
 3346 |             CALL MUMPS_276(ICNTL, INFO, COMM_NODES, MYID )
      |                           2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part8.F:2409:27:

 2409 |             CALL MUMPS_276(ICNTL(1), INFO(1), id%COMM, id%MYID)
      |                           1
......
 3346 |             CALL MUMPS_276(ICNTL, INFO, COMM_NODES, MYID )
      |                           2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part8.F:2438:27:

 2438 |             CALL MUMPS_276(ICNTL(1), INFO(1), id%COMM, id%MYID)
      |                           1
......
 3346 |             CALL MUMPS_276(ICNTL, INFO, COMM_NODES, MYID )
      |                           2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part8.F:2543:22:

 2543 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 3346 |             CALL MUMPS_276(ICNTL, INFO, COMM_NODES, MYID )
      |                           2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part8.F:2707:49:

 2707 |      &          JDUMMY, id%KEEP(1), id%KEEP8(1), id%PROCNODE_STEPS(1),
      |                                                 1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'procnode_steps' at (1)
MUMPS/src/dmumps_part8.F:2715:16:

 2715 |      &          id%PTLUST_S(1), id%KEEP(1), id%KEEP8(1),
      |                1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'ptrist' at (1)
MUMPS/src/dmumps_part8.F:2726:42:

 2726 |           CALL DMUMPS_245( id%root, id%N, id%S(1), LA_PASSED,
      |                                          1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'a' at (1)
MUMPS/src/dmumps_part8.F:2755:24:

 2755 |  89     CALL MUMPS_276( ICNTL(1), INFO(1),
      |                        1
......
 3346 |             CALL MUMPS_276(ICNTL, INFO, COMM_NODES, MYID )
      |                           2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part8.F:2772:48:

 2772 |      &          JDUMMY, id%KEEP(1),id%KEEP8(1), id%PROCNODE_STEPS(1),
      |                                                1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'procnode_steps' at (1)
MUMPS/src/dmumps_part8.F:2782:16:

 2782 |      &          id%PTLUST_S(1), id%KEEP(1),id%KEEP8(1),
      |                1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'ptrist' at (1)
MUMPS/src/dmumps_part8.F:3035:24:

 3035 |         CALL MUMPS_276( ICNTL(1), INFO(1),
      |                        1
......
 3346 |             CALL MUMPS_276(ICNTL, INFO, COMM_NODES, MYID )
      |                           2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
/bin/sh ./libtool    --mode=compile gfortran -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include   -O2  -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c -o MUMPS/src/dmumps_part1.lo MUMPS/src/dmumps_part1.F
/bin/sh ./libtool    --mode=compile gfortran -DHAVE_CONFIG_H -I.  -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include   -O2  -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c -o MUMPS/src/dmumps_part5.lo MUMPS/src/dmumps_part5.F
libtool: compile:  gfortran -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O2 -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c MUMPS/src/dmumps_part5.F  -fno-common -o MUMPS/src/dmumps_part5.o
libtool: compile:  gfortran -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O2 -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -c MUMPS/src/dmumps_part1.F  -fno-common -o MUMPS/src/dmumps_part1.o
MUMPS/src/dmumps_part1.F:4704:20:

 4704 |      &              A(POSCONTRIB),
      |                    1
......
 5106 |           CALL MPI_UNPACK( BUFR, LBUFR_BYTES, POSITION, NBRECU,
      |                                                        2
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
MUMPS/src/dmumps_part1.F:1549:27:

 1545 |           CALL MPI_SEND(BUFI(1,ISLAVE),TAILLE_SENDI,
      |                        2   
......
 1549 |             CALL MPI_SEND( BUFR(1,ISLAVE), TAILLE_SENDR,
      |                           1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
MUMPS/src/dmumps_part1.F:134:25:

  134 |       CALL MPI_ALLREDUCE(JOB,JOBMIN,1,MPI_INTEGER,MPI_MAX,
      |                         1
......
  726 |         CALL MPI_ALLREDUCE(TMP1,TMP,1,MPI_2INTEGER,
      |                           2
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
MUMPS/src/dmumps_part1.F:136:25:

  136 |       CALL MPI_ALLREDUCE(JOB,JOBMAX,1,MPI_INTEGER,MPI_MIN,
      |                         1
......
  726 |         CALL MPI_ALLREDUCE(TMP1,TMP,1,MPI_2INTEGER,
      |                           2
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
MUMPS/src/dmumps_part1.F:695:22:

  695 |       CALL MPI_BCAST( id%RINFOG(1), 40, MPI_DOUBLE_PRECISION, MASTER,
      |                      1
......
  730 |         CALL MPI_BCAST( INFOG(1), 1, MPI_INTEGER, ROOT, COMM, IERR )
      |                        2
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
MUMPS/src/dmumps_part1.F:1697:22:

 1697 |        CALL MPI_RECV( BUFI(1), 2*NBRECORDS+1,
      |                      1
......
 5507 |        CALL MPI_RECV( BUFR, LBUFR_BYTES, MPI_PACKED, MSGSOU,
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part1.F:1707:22:

 1707 |        CALL MPI_RECV( BUFR(1), NBRECORDS, MPI_DOUBLE_PRECISION,
      |                      1
......
 5507 |        CALL MPI_RECV( BUFR, LBUFR_BYTES, MPI_PACKED, MSGSOU,
      |                      2
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
MUMPS/src/dmumps_part1.F:5838:27:

  726 |         CALL MPI_ALLREDUCE(TMP1,TMP,1,MPI_2INTEGER,
      |                           2
......
 5838 |         CALL MPI_ALLREDUCE(IBUF_EMPTY,
      |                           1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
MUMPS/src/dmumps_part5.F:6210:27:

 5863 |                 CALL MPI_RECV( id%REDRHS((I-1)*id%LREDRHS+1),
      |                               2
......
 6210 |             CALL MPI_RECV( BUFRECI(1), NBRECORDS * 2 + 1,
      |                           1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(8)).
MUMPS/src/dmumps_part5.F:6463:28:

 6459 |             CALL MPI_ISEND( BUFI(1, IACT(ISLAVE), ISLAVE ),
      |                            2
......
 6463 |             CALL MPI_ISEND( BUFR(1, IACT(ISLAVE), ISLAVE ),
      |                            1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
MUMPS/src/dmumps_part5.F:2197:24:

 2197 |          CALL MPI_SEND( id%NZ_loc, 1, MPI_INTEGER, MASTER,
      |                        1
......
 5857 |      &             id%root%RHS_CNTR_MASTER_ROOT((I-1)*SIZE_SCHUR+1),
      |                   2     
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(8)).
MUMPS/src/dmumps_part5.F:169:22:

  169 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:183:22:

  183 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:213:22:

  213 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:415:22:

  415 |       CALL MUMPS_276( ICNTL(1), INFO(1), id%COMM, id%MYID )
      |                      1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:432:44:

  432 |                CALL DMUMPS_564(id%KEEP(38), id%PROCNODE(1),
      |                                            1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'procnode' at (1)
MUMPS/src/dmumps_part5.F:439:44:

  439 |             CALL DMUMPS_537(id%N,id%NSLAVES,ICNTL(1),
      |                                            1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'icntl' at (1)
MUMPS/src/dmumps_part5.F:465:22:

  465 |       CALL MUMPS_276( ICNTL(1), INFO(1), id%COMM, id%MYID )
      |                      1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:481:25:

  481 |          CALL MUMPS_276( ICNTL(1), INFO(1), id%COMM, id%MYID )
      |                         1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2   
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:575:22:

  575 |       CALL MUMPS_276( ICNTL(1), INFO(1), id%COMM, id%MYID )
      |                      1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:641:22:

  641 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:701:22:

  701 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:903:22:

  903 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:1033:25:

  172 |       CALL MPI_BCAST( KEEP(60), 1, MPI_INTEGER, MASTER, id%COMM, IERR )
      |                      2   
......
 1033 |          CALL MPI_BCAST( id%COST_TRAV(1), id%KEEP(28),
      |                         1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
MUMPS/src/dmumps_part5.F:1246:22:

 1246 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:1264:25:

 1264 |          CALL MUMPS_276( ICNTL(1), INFO(1),
      |                         1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2   
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:1311:14:

 1311 |      &        id%CANDIDATES(1,1), id%I_AM_CAND(1) )
      |              1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'candidates' at (1)
MUMPS/src/dmumps_part5.F:1358:22:

 1358 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:1409:22:

 1409 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:1546:26:

 1546 |       CALL MPI_ALLREDUCE( RINFO(1), RINFOG(1), 1,
      |                          1
......
 2284 |          CALL MPI_ALLREDUCE(MM_WRITE, MM_WRITE_CHECK, 1,
      |                            2
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
MUMPS/src/dmumps_part5.F:1668:20:

 1668 |      &        id%N, id%MAPPING(1),
      |                    1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'mapping' at (1)
MUMPS/src/dmumps_part5.F:1678:22:

 1678 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:3129:35:

 3028 |                          CALL MUMPS_731(LBUFRX, INFO(2) )
      |                                        2
......
 3129 |                     CALL MUMPS_731(LRHS_CNTR_MASTER_ROOT,INFO(2))
      |                                   1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/INTEGER(8)).
MUMPS/src/dmumps_part5.F:3149:34:

 3149 |                   CALL MPI_REDUCE(KEEP(109), GLOBK109, 1,
      |                                  1
......
 5798 |       CALL MPI_REDUCE( LOC_VAL, AVG_VAL, 1, MPI_DOUBLE_PRECISION,
      |                       2           
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(8)).
MUMPS/src/dmumps_part5.F:4349:25:

 4349 |          CALL MUMPS_276( ICNTL(1), INFO(1),
      |                         1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2   
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:4384:25:

 4384 |          CALL MUMPS_276( ICNTL(1), INFO(1),
      |                         1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2   
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:4474:29:

 4474 |               CALL MUMPS_276(ICNTL(1), INFO(1), id%COMM, id%MYID)
      |                             1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2       
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:4578:22:

 4578 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:4664:22:

 4664 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:4721:22:

 4721 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:4755:22:

 4755 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:4762:22:

 4762 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:4855:22:

 4855 |  112  CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:4905:22:

 4905 |  111  CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:5128:8:

 5128 |      &  id%DBLARR(1), KEEP(13), id%INTARR(1),
      |        1
Warning: Element of assumed-shape or pointer array passed to array dummy argument 'dblarr' at (1)
MUMPS/src/dmumps_part5.F:5180:22:

 5180 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:5206:22:

 5206 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:5357:22:

 5357 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:5482:22:

 5482 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:5632:25:

 5632 |          CALL MUMPS_276( ICNTL(1), INFO(1),
      |                         1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2   
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
MUMPS/src/dmumps_part5.F:5726:22:

 5726 |       CALL MUMPS_276( ICNTL(1), INFO(1),
      |                      1
......
 6159 |       CALL MUMPS_276( ICNTL, INFO, COMM, MYID )
      |                      2
Warning: Element of assumed-shape or pointer array as actual argument at (1) cannot correspond to actual argument at (2)
/bin/sh ./libtool    --mode=link gfortran  -O2  -DMETIS_NODEND=CMETS_NODEND -DMETIS_NODEWND=CMETS_NODEWND -Dmetis -std=legacy -version-number 2:1:0 -no-undefined -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -o libcoinmumps.la -rpath /Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib MUMPS/src/tools_common_mod.lo MUMPS/src/dmumps_comm_buffer.lo MUMPS/src/dmumps_struc_def.lo MUMPS/src/mumps_ooc_common.lo MUMPS/src/mumps_static_mapping.lo MUMPS/src/dmumps_ooc_buffer.lo MUMPS/src/dmumps_load.lo MUMPS/src/dmumps_ooc.lo MUMPS/src/dmumps_part1.lo MUMPS/src/dmumps_part2.lo MUMPS/src/dmumps_part3.lo MUMPS/src/dmumps_part4.lo MUMPS/src/dmumps_part5.lo MUMPS/src/dmumps_part6.lo MUMPS/src/dmumps_part7.lo MUMPS/src/dmumps_part8.lo MUMPS/src/mumps_part9.lo MUMPS/src/mumps_sol_es.lo MUMPS/src/mumps_c.lo MUMPS/src/mumps_common.lo MUMPS/src/mumps_orderings.lo MUMPS/src/mumps_io.lo MUMPS/src/mumps_io_basic.lo MUMPS/src/mumps_io_thread.lo MUMPS/src/mumps_io_err.lo MUMPS/src/mumps_size.lo MUMPS/libseq/mpi.lo MUMPS/libseq/mpic.lo MUMPS/libseq/elapse.lo metis_adapter.lo -lcoinmetis -framework Accelerate   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -lgfortran -lm -lpthread 
libtool: link: rm -fr  .libs/libcoinmumps.a .libs/libcoinmumps.la .libs/libcoinmumps.lai
libtool: link: ar cru .libs/libcoinmumps.a  MUMPS/src/tools_common_mod.o MUMPS/src/dmumps_comm_buffer.o MUMPS/src/dmumps_struc_def.o MUMPS/src/mumps_ooc_common.o MUMPS/src/mumps_static_mapping.o MUMPS/src/dmumps_ooc_buffer.o MUMPS/src/dmumps_load.o MUMPS/src/dmumps_ooc.o MUMPS/src/dmumps_part1.o MUMPS/src/dmumps_part2.o MUMPS/src/dmumps_part3.o MUMPS/src/dmumps_part4.o MUMPS/src/dmumps_part5.o MUMPS/src/dmumps_part6.o MUMPS/src/dmumps_part7.o MUMPS/src/dmumps_part8.o MUMPS/src/mumps_part9.o MUMPS/src/mumps_sol_es.o MUMPS/src/mumps_c.o MUMPS/src/mumps_common.o MUMPS/src/mumps_orderings.o MUMPS/src/mumps_io.o MUMPS/src/mumps_io_basic.o MUMPS/src/mumps_io_thread.o MUMPS/src/mumps_io_err.o MUMPS/src/mumps_size.o MUMPS/libseq/mpi.o MUMPS/libseq/mpic.o MUMPS/libseq/elapse.o metis_adapter.o
libtool: link: ranlib .libs/libcoinmumps.a
libtool: link: ( cd ".libs" && rm -f "libcoinmumps.la" && ln -s "../libcoinmumps.la" "libcoinmumps.la" )
 ./install-sh -c -d '/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib'
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libcoinmumps.la '/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib'
libtool: install: /usr/bin/install -c .libs/libcoinmumps.lai /Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib/libcoinmumps.la
libtool: install: /usr/bin/install -c .libs/libcoinmumps.a /Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib/libcoinmumps.a
libtool: install: chmod 644 /Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib/libcoinmumps.a
libtool: install: ranlib /Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib/libcoinmumps.a
 ./install-sh -c -d '/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib/pkgconfig'
 /usr/bin/install -c -m 644 coinmumps.pc '/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib/pkgconfig'
 ./install-sh -c -d '/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/mumps'
 /usr/bin/install -c -m 644 MUMPS/include/dmumps_c.h MUMPS/include/mumps_c_types.h MUMPS/libseq/mumps_mpi.h mumps_compat.h '/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/mumps'
mottelet commented 3 years ago

Seems that metis4 is not detected

svigerske commented 3 years ago

It looks like it builds against Metis. Please have a look how the Ipopt library is build, i.e., whether that links to the right metis lib. Since you skipped the config.log, I cannot really see what ended in the coinmumps.pc file.

mottelet commented 3 years ago

Here is coinmumps.pc:

prefix=/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64
#prefix=${pcfiledir}/../..
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/coin-or/mumps

Name: Mumps
Description: Multifrontal Massively Parallel sparse direct Solver
URL: https://github.com/coin-or-tools/ThirdParty-Mumps
Version: 2.1.0
Cflags: -I${includedir}
#Libs: -L${libdir} -lcoinmumps
#Requires.private:
Libs: -L${libdir} -lcoinmumps -lcoinmetis -framework Accelerate   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -lgfortran -lm -lpthread
Requires:

Thirdparty-Mumps/config.log:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by ThirdPartyMumps configure 2.1.0, which was
generated by GNU Autoconf 2.71.  Invocation command line was

  $ ./configure --prefix=/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64 --enable-static=yes --enable-shared=no --with-metis --with-metis-cflags=-I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/ --with-metis-lflags=-lcoinmetis

## --------- ##
## Platform. ##
## --------- ##

hostname = macmottelet-cr-1.utc
uname -m = arm64
uname -r = 20.5.0
uname -s = Darwin
uname -v = Darwin Kernel Version 20.5.0: Sat May  8 05:10:31 PDT 2021; root:xnu-7195.121.3~9/RELEASE_ARM64_T8101

/usr/bin/uname -p = arm
/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 20.5.0: Sat May  8 05:10:31 PDT 2021; root:xnu-7195.121.3~9/RELEASE_ARM64_T8101
Kernel configured for up to 8 processors.
8 processors are physically available.
8 processors are logically available.
Processor type: arm64e (ARM64E)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 16.00 gigabytes
Default processor set: 429 tasks, 1686 threads, 8 processors
Load average: 15.38, Mach factor: 3.19
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /opt/homebrew/bin/
PATH: /opt/homebrew/sbin/
PATH: /usr/local/bin/
PATH: /usr/bin/
PATH: /bin/
PATH: /usr/sbin/
PATH: /sbin/
PATH: /Library/Apple/usr/bin/

## ----------- ##
## Core tests. ##
## ----------- ##

configure:2533: looking for aux files: ltmain.sh ar-lib compile missing install-sh config.guess config.sub
configure:2546:  trying ./
configure:2575:   ./ltmain.sh found
configure:2575:   ./ar-lib found
configure:2575:   ./compile found
configure:2575:   ./missing found
configure:2557:   ./install-sh found
configure:2575:   ./config.guess found
configure:2575:   ./config.sub found
configure:2700: checking build system type
configure:2715: result: aarch64-apple-darwin20.5.0
configure:2842: checking host system type
configure:2856: result: aarch64-apple-darwin20.5.0
configure:2893: checking for a BSD-compatible install
configure:2966: result: /usr/bin/install -c
configure:2977: checking whether build environment is sane
configure:3032: result: yes
configure:3191: checking for a race-free mkdir -p
configure:3235: result: ./install-sh -c -d
configure:3242: checking for gawk
configure:3277: result: no
configure:3242: checking for mawk
configure:3277: result: no
configure:3242: checking for nawk
configure:3277: result: no
configure:3242: checking for awk
configure:3263: found /usr/bin/awk
configure:3274: result: awk
configure:3285: checking whether make sets $(MAKE)
configure:3308: result: yes
configure:3378: checking whether make supports nested variables
configure:3396: result: yes
configure:3409: checking whether to enable maintainer-specific portions of Makefiles
configure:3419: result: no
configure:3597: checking whether make supports the include directive
configure:3612: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:3615: $? = 0
configure:3634: result: yes (GNU style)
configure:3779: checking for gcc
configure:3800: found /usr/local/bin/gcc
configure:3811: result: gcc
configure:3842: checking for C compiler version
configure:3851: gcc --version >&5
gcc (Homebrew GCC 11.1.0) 11.1.0
Copyright (C) 2021 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:3862: $? = 0
configure:3851: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/opt/homebrew/Cellar/gcc/11.1.0/libexec/gcc/aarch64-apple-darwin20/11.1.0/lto-wrapper
Target: aarch64-apple-darwin20
Configured with: ../configure --prefix=/opt/homebrew/Cellar/gcc/11.1.0 --libdir=/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11 --disable-nls --enable-checking=release --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-11 --with-gmp=/opt/homebrew/opt/gmp --with-mpfr=/opt/homebrew/opt/mpfr --with-mpc=/opt/homebrew/opt/libmpc --with-isl=/opt/homebrew/opt/isl --with-pkgversion='Homebrew GCC 11.1.0' --with-bugurl=https://github.com/Homebrew/homebrew-core/issues --build=aarch64-apple-darwin20 --with-system-zlib --disable-multilib --with-native-system-header-dir=/usr/include --with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 11.1.0 (Homebrew GCC 11.1.0) 
configure:3862: $? = 0
configure:3851: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3862: $? = 1
configure:3851: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3862: $? = 1
configure:3851: gcc -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:3862: $? = 1
configure:3882: checking whether the C compiler works
configure:3904: gcc -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c  >&5
configure:3908: $? = 0
configure:3958: result: yes
configure:3961: checking for C compiler default output file name
configure:3963: result: a.out
configure:3969: checking for suffix of executables
configure:3976: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c  >&5
configure:3980: $? = 0
configure:4003: result: 
configure:4025: checking whether we are cross compiling
configure:4033: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c  >&5
configure:4037: $? = 0
configure:4044: ./conftest
configure:4048: $? = 0
configure:4063: result: no
configure:4068: checking for suffix of object files
configure:4091: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:4095: $? = 0
configure:4117: result: o
configure:4121: checking whether the compiler supports GNU C
configure:4141: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:4141: $? = 0
configure:4151: result: yes
configure:4162: checking whether gcc accepts -g
configure:4183: gcc -c -g  conftest.c >&5
configure:4183: $? = 0
configure:4227: result: yes
configure:4247: checking for gcc option to enable C11 features
configure:4262: gcc  -c -O2 -DNDEBUG   conftest.c >&5
configure:4262: $? = 0
configure:4280: result: none needed
configure:4396: checking whether gcc understands -c and -o together
configure:4419: gcc -c conftest.c -o conftest2.o
configure:4422: $? = 0
configure:4419: gcc -c conftest.c -o conftest2.o
configure:4422: $? = 0
configure:4434: result: yes
configure:4453: checking dependency style of gcc
configure:4565: result: gcc3
configure:4705: checking for gfortran
configure:4726: found /opt/homebrew/bin/gfortran
configure:4737: result: gfortran
configure:4763: checking for Fortran compiler version
configure:4772: gfortran --version >&5
GNU Fortran (Homebrew GCC 11.1.0) 11.1.0
Copyright (C) 2021 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:4783: $? = 0
configure:4772: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/opt/homebrew/Cellar/gcc/11.1.0/libexec/gcc/aarch64-apple-darwin20/11.1.0/lto-wrapper
Target: aarch64-apple-darwin20
Configured with: ../configure --prefix=/opt/homebrew/Cellar/gcc/11.1.0 --libdir=/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11 --disable-nls --enable-checking=release --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-11 --with-gmp=/opt/homebrew/opt/gmp --with-mpfr=/opt/homebrew/opt/mpfr --with-mpc=/opt/homebrew/opt/libmpc --with-isl=/opt/homebrew/opt/isl --with-pkgversion='Homebrew GCC 11.1.0' --with-bugurl=https://github.com/Homebrew/homebrew-core/issues --build=aarch64-apple-darwin20 --with-system-zlib --disable-multilib --with-native-system-header-dir=/usr/include --with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 11.1.0 (Homebrew GCC 11.1.0) 
configure:4783: $? = 0
configure:4772: gfortran -V >&5
gfortran: error: unrecognized command-line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:4783: $? = 1
configure:4772: gfortran -qversion >&5
gfortran: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gfortran: fatal error: no input files
compilation terminated.
configure:4783: $? = 1
configure:4792: checking whether the compiler supports GNU Fortran
configure:4806: gfortran -c -O2   conftest.F >&5
configure:4806: $? = 0
configure:4816: result: yes
configure:4824: checking whether gfortran accepts -g
configure:4836: gfortran -c -g  conftest.f >&5
configure:4836: $? = 0
configure:4845: result: yes
configure:4882: checking whether gfortran understands -c and -o together
configure:4901: gfortran -O2  -c conftest.f -o conftest2.o >&5
configure:4905: $? = 0
configure:4912: gfortran -O2  -c conftest.f -o conftest2.o >&5
configure:4916: $? = 0
configure:4924: result: yes
configure:4998: checking how to print strings
configure:5025: result: printf
configure:5046: checking for a sed that does not truncate output
configure:5116: result: /usr/bin/sed
configure:5134: checking for grep that handles long lines and -e
configure:5198: result: /usr/bin/grep
configure:5203: checking for egrep
configure:5271: result: /usr/bin/grep -E
configure:5276: checking for fgrep
configure:5344: result: /usr/bin/grep -F
configure:5380: checking for ld used by gcc
configure:5448: result: /usr/bin/ld
configure:5455: checking if the linker (/usr/bin/ld) is GNU ld
configure:5471: result: no
configure:5483: checking for BSD- or MS-compatible name lister (nm)
configure:5538: result: /usr/bin/nm -B
configure:5678: checking the name lister (/usr/bin/nm -B) interface
configure:5686: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:5689: /usr/bin/nm -B "conftest.o"
configure:5692: output
0000000000000000 S _some_variable
0000000000000000 t ltmp0
0000000000000000 s ltmp1
configure:5699: result: BSD nm
configure:5702: checking whether ln -s works
configure:5706: result: yes
configure:5714: checking the maximum length of command line arguments
configure:5846: result: 786432
configure:5894: checking how to convert aarch64-apple-darwin20.5.0 file names to aarch64-apple-darwin20.5.0 format
configure:5935: result: func_convert_file_noop
configure:5942: checking how to convert aarch64-apple-darwin20.5.0 file names to toolchain format
configure:5963: result: func_convert_file_noop
configure:5970: checking for /usr/bin/ld option to reload object files
configure:5978: result: -r
configure:6057: checking for objdump
configure:6078: found /usr/bin/objdump
configure:6089: result: objdump
configure:6118: checking how to recognize dependent libraries
configure:6319: result: pass_all
configure:6409: checking for dlltool
configure:6444: result: no
configure:6471: checking how to associate runtime and link libraries
configure:6499: result: printf %s\n
configure:6564: checking for ar
configure:6585: found /usr/bin/ar
configure:6596: result: ar
configure:6633: checking for archiver @FILE support
configure:6651: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:6651: $? = 0
configure:6655: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:6658: $? = 1
configure:6678: result: no
configure:6741: checking for strip
configure:6762: found /usr/bin/strip
configure:6773: result: strip
configure:6850: checking for ranlib
configure:6871: found /usr/bin/ranlib
configure:6882: result: ranlib
configure:6984: checking command to parse /usr/bin/nm -B output from gcc object
configure:7138: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:7141: $? = 0
configure:7145: /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:7148: $? = 0
cannot find nm_test_var in conftest.nm
configure:7138: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:7141: $? = 0
configure:7145: /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:7148: $? = 0
configure:7214: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c conftstm.o >&5
configure:7217: $? = 0
configure:7255: result: ok
configure:7302: checking for sysroot
configure:7333: result: no
configure:7340: checking for a working dd
configure:7384: result: /bin/dd
configure:7388: checking how to truncate binary pipes
configure:7404: result: /bin/dd bs=4096 count=1
configure:7741: checking for mt
configure:7776: result: no
configure:7796: checking if : is a manifest tool
configure:7803: : '-?'
configure:7811: result: no
configure:7872: checking for dsymutil
configure:7893: found /usr/bin/dsymutil
configure:7904: result: dsymutil
configure:7974: checking for nmedit
configure:7995: found /usr/bin/nmedit
configure:8006: result: nmedit
configure:8076: checking for lipo
configure:8097: found /usr/bin/lipo
configure:8108: result: lipo
configure:8178: checking for otool
configure:8199: found /usr/bin/otool
configure:8210: result: otool
configure:8280: checking for otool64
configure:8315: result: no
configure:8360: checking for -single_module linker flag
gcc -O2 -DNDEBUG  -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:8394: result: yes
configure:8397: checking for -exported_symbols_list linker flag
configure:8418: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
configure:8418: $? = 0
configure:8429: result: yes
configure:8432: checking for -force_load linker flag
gcc -O2 -DNDEBUG  -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
gcc -O2 -DNDEBUG  -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:8465: result: yes
configure:8541: checking for stdio.h
configure:8541: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:8541: $? = 0
configure:8541: result: yes
configure:8541: checking for stdlib.h
configure:8541: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:8541: $? = 0
configure:8541: result: yes
configure:8541: checking for string.h
configure:8541: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:8541: $? = 0
configure:8541: result: yes
configure:8541: checking for inttypes.h
configure:8541: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:8541: $? = 0
configure:8541: result: yes
configure:8541: checking for stdint.h
configure:8541: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:8541: $? = 0
configure:8541: result: yes
configure:8541: checking for strings.h
configure:8541: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:8541: $? = 0
configure:8541: result: yes
configure:8541: checking for sys/stat.h
configure:8541: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:8541: $? = 0
configure:8541: result: yes
configure:8541: checking for sys/types.h
configure:8541: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:8541: $? = 0
configure:8541: result: yes
configure:8541: checking for unistd.h
configure:8541: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:8541: $? = 0
configure:8541: result: yes
configure:8566: checking for dlfcn.h
configure:8566: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:8566: $? = 0
configure:8566: result: yes
configure:8699: checking the archiver (ar) interface
configure:8716: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:8716: $? = 0
configure:8719: ar cru libconftest.a conftest.o >&5
configure:8722: $? = 0
configure:8750: result: ar
configure:9348: checking for objdir
configure:9364: result: .libs
configure:9624: checking if gcc supports -fno-rtti -fno-exceptions
configure:9643: gcc -c -O2 -DNDEBUG   -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
configure:9647: $? = 0
configure:9660: result: no
configure:10018: checking for gcc option to produce PIC
configure:10026: result: -fno-common -DPIC
configure:10034: checking if gcc PIC flag -fno-common -DPIC works
configure:10053: gcc -c -O2 -DNDEBUG   -fno-common -DPIC -DPIC conftest.c >&5
configure:10057: $? = 0
configure:10070: result: yes
configure:10099: checking if gcc static flag -static works
configure:10128: result: no
configure:10143: checking if gcc supports -c -o file.o
configure:10165: gcc -c -O2 -DNDEBUG   -o out/conftest2.o conftest.c >&5
configure:10169: $? = 0
configure:10191: result: yes
configure:10199: checking if gcc supports -c -o file.o
configure:10247: result: yes
configure:10280: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:11546: result: yes
configure:11787: checking dynamic linker characteristics
configure:12608: result: darwin20.5.0 dyld
configure:12730: checking how to hardcode library paths into programs
configure:12755: result: immediate
configure:13307: checking whether stripping libraries is possible
configure:13321: result: yes
configure:13347: checking if libtool supports shared libraries
configure:13349: result: yes
configure:13352: checking whether to build shared libraries
configure:13377: result: no
configure:13380: checking whether to build static libraries
configure:13384: result: yes
configure:13506: checking if libtool supports shared libraries
configure:13508: result: yes
configure:13511: checking whether to build shared libraries
configure:13535: result: no
configure:13538: checking whether to build static libraries
configure:13542: result: yes
configure:13576: gfortran -c -O2   conftest.f >&5
configure:13579: $? = 0
configure:14057: checking for gfortran option to produce PIC
configure:14065: result: -fno-common
configure:14073: checking if gfortran PIC flag -fno-common works
configure:14092: gfortran -c -O2  -fno-common  conftest.f >&5
configure:14096: $? = 0
configure:14109: result: yes
configure:14132: checking if gfortran static flag -static works
configure:14161: result: no
configure:14173: checking if gfortran supports -c -o file.o
configure:14195: gfortran -c -O2  -o out/conftest2.o  conftest.f >&5
configure:14199: $? = 0
configure:14221: result: yes
configure:14226: checking if gfortran supports -c -o file.o
configure:14274: result: yes
configure:14304: checking whether the gfortran linker (/usr/bin/ld) supports shared libraries
configure:15519: result: yes
configure:15661: checking dynamic linker characteristics
configure:16403: result: darwin20.5.0 dyld
configure:16468: checking how to hardcode library paths into programs
configure:16493: result: immediate
configure:16562: libtool version info: -version-number 2:1:0
configure:16584: checking how to get verbose linking output from gfortran
configure:16595: gfortran -c -O2   conftest.f >&5
configure:16595: $? = 0
configure:16614: gfortran -o conftest -O2 -v -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.f
Using built-in specs.
Target: aarch64-apple-darwin20
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 11.1.0 (Homebrew GCC 11.1.0) 
 /opt/homebrew/Cellar/gcc/11.1.0/libexec/gcc/aarch64-apple-darwin20/11.1.0/f951 conftest.f -ffixed-form -fPIC -quiet -dumpbase conftest.f -dumpbase-ext .f -mmacosx-version-min=11.4.0 -mlittle-endian -mabi=lp64 -O2 -version -fintrinsic-modules-path /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/finclude -o /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//ccKEP4f8.s
GNU Fortran (Homebrew GCC 11.1.0) version 11.1.0 (aarch64-apple-darwin20)
    compiled by GNU C version 11.1.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran2008 (Homebrew GCC 11.1.0) version 11.1.0 (aarch64-apple-darwin20)
    compiled by GNU C version 11.1.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
 as -arch arm64 -v -mmacosx-version-min=11.4 -o /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//ccANsjfc.o /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//ccKEP4f8.s
Apple clang version 12.0.5 (clang-1205.0.22.9)
Target: aarch64-apple-darwin20.5.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 arm64-apple-macosx11.4.0 -filetype obj -main-file-name ccKEP4f8.s -target-cpu apple-a12 -target-feature +v8.3a -target-feature +fp-armv8 -target-feature +neon -target-feature +crc -target-feature +crypto -target-feature +fullfp16 -target-feature +ras -target-feature +lse -target-feature +rdm -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +sha2 -target-feature +aes -fdebug-compilation-dir /Users/mottelet/git/sci-ipopt/thirdparty/build/ThirdParty-Mumps -dwarf-debug-producer "Apple clang version 12.0.5 (clang-1205.0.22.9)" -dwarf-version=4 -mrelocation-model pic -mllvm -disable-aligned-alloc-awareness=1 -o /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//ccANsjfc.o /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//ccKEP4f8.s
Reading specs from /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../../libgfortran.spec
rename spec lib to liborig
 /opt/homebrew/Cellar/gcc/11.1.0/libexec/gcc/aarch64-apple-darwin20/11.1.0/collect2 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/ -dynamic -arch arm64 -macosx_version_min 11.4.0 -weak_reference_mismatches non-weak -o conftest -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//ccANsjfc.o -lgfortran -lgcc_s.1.1 -lgcc -lm -lgcc_s.1.1 -lgcc -lSystem -lgcc -no_compact_unwind -rpath @loader_path -rpath /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -rpath /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -v
collect2 version 11.1.0
/usr/bin/ld -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/ -dynamic -arch arm64 -macosx_version_min 11.4.0 -weak_reference_mismatches non-weak -o conftest -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//ccANsjfc.o -lgfortran -lgcc_s.1.1 -lgcc -lm -lgcc_s.1.1 -lgcc -lSystem -lgcc -no_compact_unwind -rpath @loader_path -rpath /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -rpath /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -v
@(#)PROGRAM:ld  PROJECT:ld64-650.9
BUILD 00:19:34 Mar 17 2021
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
Library search paths:
    /Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib
    /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0
    /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11
    /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib
Framework search paths:
    /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/
configure:16697: result: -v
configure:16699: checking for Fortran libraries of gfortran
configure:16723: gfortran -o conftest -O2 -v -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.f
Using built-in specs.
Target: aarch64-apple-darwin20
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 11.1.0 (Homebrew GCC 11.1.0) 
 /opt/homebrew/Cellar/gcc/11.1.0/libexec/gcc/aarch64-apple-darwin20/11.1.0/f951 conftest.f -ffixed-form -fPIC -quiet -dumpbase conftest.f -dumpbase-ext .f -mmacosx-version-min=11.4.0 -mlittle-endian -mabi=lp64 -O2 -version -fintrinsic-modules-path /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/finclude -o /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//ccz7zolz.s
GNU Fortran (Homebrew GCC 11.1.0) version 11.1.0 (aarch64-apple-darwin20)
    compiled by GNU C version 11.1.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran2008 (Homebrew GCC 11.1.0) version 11.1.0 (aarch64-apple-darwin20)
    compiled by GNU C version 11.1.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
 as -arch arm64 -v -mmacosx-version-min=11.4 -o /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//cc7rtvoi.o /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//ccz7zolz.s
Apple clang version 12.0.5 (clang-1205.0.22.9)
Target: aarch64-apple-darwin20.5.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 arm64-apple-macosx11.4.0 -filetype obj -main-file-name ccz7zolz.s -target-cpu apple-a12 -target-feature +v8.3a -target-feature +fp-armv8 -target-feature +neon -target-feature +crc -target-feature +crypto -target-feature +fullfp16 -target-feature +ras -target-feature +lse -target-feature +rdm -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +sha2 -target-feature +aes -fdebug-compilation-dir /Users/mottelet/git/sci-ipopt/thirdparty/build/ThirdParty-Mumps -dwarf-debug-producer "Apple clang version 12.0.5 (clang-1205.0.22.9)" -dwarf-version=4 -mrelocation-model pic -mllvm -disable-aligned-alloc-awareness=1 -o /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//cc7rtvoi.o /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//ccz7zolz.s
Reading specs from /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../../libgfortran.spec
rename spec lib to liborig
 /opt/homebrew/Cellar/gcc/11.1.0/libexec/gcc/aarch64-apple-darwin20/11.1.0/collect2 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/ -dynamic -arch arm64 -macosx_version_min 11.4.0 -weak_reference_mismatches non-weak -o conftest -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//cc7rtvoi.o -lgfortran -lgcc_s.1.1 -lgcc -lm -lgcc_s.1.1 -lgcc -lSystem -lgcc -no_compact_unwind -rpath @loader_path -rpath /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -rpath /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -v
collect2 version 11.1.0
/usr/bin/ld -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/ -dynamic -arch arm64 -macosx_version_min 11.4.0 -weak_reference_mismatches non-weak -o conftest -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//cc7rtvoi.o -lgfortran -lgcc_s.1.1 -lgcc -lm -lgcc_s.1.1 -lgcc -lSystem -lgcc -no_compact_unwind -rpath @loader_path -rpath /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -rpath /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -v
@(#)PROGRAM:ld  PROJECT:ld64-650.9
BUILD 00:19:34 Mar 17 2021
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
Library search paths:
    /Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib
    /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0
    /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11
    /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib
Framework search paths:
    /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/
configure:16939: result:  -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -lgfortran -lm
configure:16955: checking for dummy main to link with Fortran libraries
configure:16990: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -lgfortran -lm >&5
configure:16990: $? = 0
configure:17037: result: none
configure:17069: checking for Fortran name-mangling scheme
configure:17083: gfortran -c -O2   conftest.f >&5
configure:17083: $? = 0
configure:17122: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c cfortran_test.o   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -lgfortran -lm >&5
Undefined symbols for architecture arm64:
  "_foobar", referenced from:
      _main in ccs2s4qJ.o
     (maybe you meant: _foobar_)
ld: symbol(s) not found for architecture arm64
collect2: error: ld returned 1 exit status
configure:17122: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ThirdPartyMumps"
| #define PACKAGE_TARNAME "thirdpartymumps"
| #define PACKAGE_VERSION "2.1.0"
| #define PACKAGE_STRING "ThirdPartyMumps 2.1.0"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or-tools/ThirdParty-Mumps/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or-tools/ThirdParty-Mumps"
| #define THIRDPARTYMUMPS_VERSION "2.1.0"
| #define THIRDPARTYMUMPS_VERSION_MAJOR 2
| #define THIRDPARTYMUMPS_VERSION_MINOR 1
| #define THIRDPARTYMUMPS_VERSION_RELEASE 0
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* 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.  */
| char foobar ();
| #ifdef FC_DUMMY_MAIN
| #ifndef FC_DUMMY_MAIN_EQ_F77
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int FC_DUMMY_MAIN() { return 1; }
| #endif
| #endif
| int
| main (void)
| {
| return foobar ();
|   ;
|   return 0;
| }
configure:17122: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c cfortran_test.o   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -lgfortran -lm >&5
configure:17122: $? = 0
configure:17178: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c cfortran_test.o   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -lgfortran -lm >&5
configure:17178: $? = 0
configure:17221: result: lower case, underscore, no extra underscore
configure:17312: checking for pthread.h
configure:17312: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:17312: $? = 0
configure:17312: result: yes
configure:17322: checking for pthread_create in -lpthread
configure:17353: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c -lpthread   >&5
configure:17353: $? = 0
configure:17363: result: yes
configure:17438: checking for pkgconf
configure:17473: result: no
configure:17438: checking for pkg-config
configure:17459: found /opt/homebrew/bin/pkg-config
configure:17470: result: pkg-config
configure:17497: checking pkg-config is at least version 0.16.0
configure:17501: result: yes: 0.29.2
configure:17537: pkg-config path is "/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib/pkgconfig:"
configure:17542: checking for LAPACK
configure:17984: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm  >&5
ld: library not found for -lmkl_intel_lp64
collect2: error: ld returned 1 exit status
configure:17984: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ThirdPartyMumps"
| #define PACKAGE_TARNAME "thirdpartymumps"
| #define PACKAGE_VERSION "2.1.0"
| #define PACKAGE_STRING "ThirdPartyMumps 2.1.0"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or-tools/ThirdParty-Mumps/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or-tools/ThirdParty-Mumps"
| #define THIRDPARTYMUMPS_VERSION "2.1.0"
| #define THIRDPARTYMUMPS_VERSION_MAJOR 2
| #define THIRDPARTYMUMPS_VERSION_MINOR 1
| #define THIRDPARTYMUMPS_VERSION_RELEASE 0
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FC_FUNC(name,NAME) name ## _
| #define FC_FUNC_(name,NAME) name ## _
| /* 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.  */
| char dsyev_ ();
| #ifdef FC_DUMMY_MAIN
| #ifndef FC_DUMMY_MAIN_EQ_F77
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int FC_DUMMY_MAIN() { return 1; }
| #endif
| #endif
| int
| main (void)
| {
| return dsyev_ ();
|   ;
|   return 0;
| }
configure:17984: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm  >&5
ld: library not found for -lmkl_intel_lp64
collect2: error: ld returned 1 exit status
configure:17984: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ThirdPartyMumps"
| #define PACKAGE_TARNAME "thirdpartymumps"
| #define PACKAGE_VERSION "2.1.0"
| #define PACKAGE_STRING "ThirdPartyMumps 2.1.0"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or-tools/ThirdParty-Mumps/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or-tools/ThirdParty-Mumps"
| #define THIRDPARTYMUMPS_VERSION "2.1.0"
| #define THIRDPARTYMUMPS_VERSION_MAJOR 2
| #define THIRDPARTYMUMPS_VERSION_MINOR 1
| #define THIRDPARTYMUMPS_VERSION_RELEASE 0
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FC_FUNC(name,NAME) name ## _
| #define FC_FUNC_(name,NAME) name ## _
| /* 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.  */
| char dsyev ();
| #ifdef FC_DUMMY_MAIN
| #ifndef FC_DUMMY_MAIN_EQ_F77
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int FC_DUMMY_MAIN() { return 1; }
| #endif
| #endif
| int
| main (void)
| {
| return dsyev ();
|   ;
|   return 0;
| }
configure:17984: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm  >&5
ld: library not found for -lmkl_intel_lp64
collect2: error: ld returned 1 exit status
configure:17984: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ThirdPartyMumps"
| #define PACKAGE_TARNAME "thirdpartymumps"
| #define PACKAGE_VERSION "2.1.0"
| #define PACKAGE_STRING "ThirdPartyMumps 2.1.0"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or-tools/ThirdParty-Mumps/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or-tools/ThirdParty-Mumps"
| #define THIRDPARTYMUMPS_VERSION "2.1.0"
| #define THIRDPARTYMUMPS_VERSION_MAJOR 2
| #define THIRDPARTYMUMPS_VERSION_MINOR 1
| #define THIRDPARTYMUMPS_VERSION_RELEASE 0
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FC_FUNC(name,NAME) name ## _
| #define FC_FUNC_(name,NAME) name ## _
| /* 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.  */
| char DSYEV_ ();
| #ifdef FC_DUMMY_MAIN
| #ifndef FC_DUMMY_MAIN_EQ_F77
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int FC_DUMMY_MAIN() { return 1; }
| #endif
| #endif
| int
| main (void)
| {
| return DSYEV_ ();
|   ;
|   return 0;
| }
configure:17984: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm  >&5
ld: library not found for -lmkl_intel_lp64
collect2: error: ld returned 1 exit status
configure:17984: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ThirdPartyMumps"
| #define PACKAGE_TARNAME "thirdpartymumps"
| #define PACKAGE_VERSION "2.1.0"
| #define PACKAGE_STRING "ThirdPartyMumps 2.1.0"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or-tools/ThirdParty-Mumps/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or-tools/ThirdParty-Mumps"
| #define THIRDPARTYMUMPS_VERSION "2.1.0"
| #define THIRDPARTYMUMPS_VERSION_MAJOR 2
| #define THIRDPARTYMUMPS_VERSION_MINOR 1
| #define THIRDPARTYMUMPS_VERSION_RELEASE 0
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FC_FUNC(name,NAME) name ## _
| #define FC_FUNC_(name,NAME) name ## _
| /* 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.  */
| char DSYEV ();
| #ifdef FC_DUMMY_MAIN
| #ifndef FC_DUMMY_MAIN_EQ_F77
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int FC_DUMMY_MAIN() { return 1; }
| #endif
| #endif
| int
| main (void)
| {
| return DSYEV ();
|   ;
|   return 0;
| }
configure:17984: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm  >&5
ld: library not found for -lmkl_intel_lp64
collect2: error: ld returned 1 exit status
configure:17984: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ThirdPartyMumps"
| #define PACKAGE_TARNAME "thirdpartymumps"
| #define PACKAGE_VERSION "2.1.0"
| #define PACKAGE_STRING "ThirdPartyMumps 2.1.0"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or-tools/ThirdParty-Mumps/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or-tools/ThirdParty-Mumps"
| #define THIRDPARTYMUMPS_VERSION "2.1.0"
| #define THIRDPARTYMUMPS_VERSION_MAJOR 2
| #define THIRDPARTYMUMPS_VERSION_MINOR 1
| #define THIRDPARTYMUMPS_VERSION_RELEASE 0
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FC_FUNC(name,NAME) name ## _
| #define FC_FUNC_(name,NAME) name ## _
| /* 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.  */
| char dsyev__ ();
| #ifdef FC_DUMMY_MAIN
| #ifndef FC_DUMMY_MAIN_EQ_F77
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int FC_DUMMY_MAIN() { return 1; }
| #endif
| #endif
| int
| main (void)
| {
| return dsyev__ ();
|   ;
|   return 0;
| }
configure:17984: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm  >&5
ld: library not found for -lmkl_intel_lp64
collect2: error: ld returned 1 exit status
configure:17984: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ThirdPartyMumps"
| #define PACKAGE_TARNAME "thirdpartymumps"
| #define PACKAGE_VERSION "2.1.0"
| #define PACKAGE_STRING "ThirdPartyMumps 2.1.0"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or-tools/ThirdParty-Mumps/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or-tools/ThirdParty-Mumps"
| #define THIRDPARTYMUMPS_VERSION "2.1.0"
| #define THIRDPARTYMUMPS_VERSION_MAJOR 2
| #define THIRDPARTYMUMPS_VERSION_MINOR 1
| #define THIRDPARTYMUMPS_VERSION_RELEASE 0
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FC_FUNC(name,NAME) name ## _
| #define FC_FUNC_(name,NAME) name ## _
| /* 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.  */
| char dsyev_ ();
| #ifdef FC_DUMMY_MAIN
| #ifndef FC_DUMMY_MAIN_EQ_F77
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int FC_DUMMY_MAIN() { return 1; }
| #endif
| #endif
| int
| main (void)
| {
| return dsyev_ ();
|   ;
|   return 0;
| }
configure:17984: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm  >&5
ld: library not found for -lmkl_intel_lp64
collect2: error: ld returned 1 exit status
configure:17984: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ThirdPartyMumps"
| #define PACKAGE_TARNAME "thirdpartymumps"
| #define PACKAGE_VERSION "2.1.0"
| #define PACKAGE_STRING "ThirdPartyMumps 2.1.0"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or-tools/ThirdParty-Mumps/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or-tools/ThirdParty-Mumps"
| #define THIRDPARTYMUMPS_VERSION "2.1.0"
| #define THIRDPARTYMUMPS_VERSION_MAJOR 2
| #define THIRDPARTYMUMPS_VERSION_MINOR 1
| #define THIRDPARTYMUMPS_VERSION_RELEASE 0
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FC_FUNC(name,NAME) name ## _
| #define FC_FUNC_(name,NAME) name ## _
| /* 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.  */
| char DSYEV__ ();
| #ifdef FC_DUMMY_MAIN
| #ifndef FC_DUMMY_MAIN_EQ_F77
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int FC_DUMMY_MAIN() { return 1; }
| #endif
| #endif
| int
| main (void)
| {
| return DSYEV__ ();
|   ;
|   return 0;
| }
configure:17984: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm  >&5
ld: library not found for -lmkl_intel_lp64
collect2: error: ld returned 1 exit status
configure:17984: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ThirdPartyMumps"
| #define PACKAGE_TARNAME "thirdpartymumps"
| #define PACKAGE_VERSION "2.1.0"
| #define PACKAGE_STRING "ThirdPartyMumps 2.1.0"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or-tools/ThirdParty-Mumps/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or-tools/ThirdParty-Mumps"
| #define THIRDPARTYMUMPS_VERSION "2.1.0"
| #define THIRDPARTYMUMPS_VERSION_MAJOR 2
| #define THIRDPARTYMUMPS_VERSION_MINOR 1
| #define THIRDPARTYMUMPS_VERSION_RELEASE 0
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FC_FUNC(name,NAME) name ## _
| #define FC_FUNC_(name,NAME) name ## _
| /* 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.  */
| char DSYEV_ ();
| #ifdef FC_DUMMY_MAIN
| #ifndef FC_DUMMY_MAIN_EQ_F77
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int FC_DUMMY_MAIN() { return 1; }
| #endif
| #endif
| int
| main (void)
| {
| return DSYEV_ ();
|   ;
|   return 0;
| }
configure:18061: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c -framework Accelerate  >&5
configure:18061: $? = 0
configure:18281: result: yes: Accelerate framework (-framework Accelerate)
configure:18380: checking for library containing cos
configure:18418: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c  >&5
conftest.c:34:6: warning: conflicting types for built-in function 'cos'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
   34 | char cos ();
      |      ^~~
conftest.c:1:1: note: 'cos' is declared in header '<math.h>'
    1 | /* confdefs.h */
configure:18418: $? = 0
configure:18438: result: none required
configure:18463: checking for library Metis with combined link and compile check
configure:18613: gcc -c -O2 -DNDEBUG  -I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/ conftest.c >&5
configure:18613: $? = 0
configure:18670: gcc -o conftest -O2 -DNDEBUG  -I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/ -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c -lcoinmetis >&5
configure:18670: $? = 0
configure:18713: result: yes
configure:18783: checking for Fortran flag to compile preprocessed .F files
configure:18809: gfortran -c -O2   conftest.F >&5
configure:18809: $? = 0
configure:18820: gfortran -c -O2   conftest.F >&5
conftest.F:5:2:

    5 |       choke me
      |  1    ~~~~~~~~     
Fatal Error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:18820: $? = 1
configure: failed program was:
|       program main
| 
| #if 1
| #include <ac_nonexistent.h>
|       choke me
| #endif
|       end
configure:18834: result: none
configure:18855: checking how to define symbols for preprocessed Fortran
configure:18878: gfortran -c -O2  -DFOOBAR -DZORK=42  conftest.F >&5
configure:18878: $? = 0
configure:18888: result: -D
configure:19000: additional C preprocessor flags: -DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis
configure:19002: additional Fortran preprocessor flags:  -Dmetis -std=legacy
configure:19124: checking that generated files are newer than configure
configure:19130: result: done
configure:19177: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by ThirdPartyMumps config.status 2.1.0, which was
generated by GNU Autoconf 2.71.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on macmottelet-cr-1.utc

config.status:1186: creating Makefile
config.status:1186: creating coinmumps.pc
config.status:1186: creating config.h
config.status:1367: config.h is unchanged
config.status:1186: creating mumps_compat.h
config.status:1367: mumps_compat.h is unchanged
config.status:1415: executing depfiles commands
config.status:1492: cd .       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
config.status:1497: $? = 0
config.status:1415: executing libtool commands
configure:21605: Configuration of ThirdPartyMumps successful

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=aarch64-apple-darwin20.5.0
ac_cv_c_compiler_gnu=yes
ac_cv_env_ADD_CFLAGS_set=
ac_cv_env_ADD_CFLAGS_value=
ac_cv_env_ADD_FCFLAGS_set=
ac_cv_env_ADD_FCFLAGS_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=
ac_cv_env_FC_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_LDFLAGS_set=
ac_cv_env_LT_LDFLAGS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_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_fc_compiler_gnu=yes
ac_cv_fc_dummy_main=none
ac_cv_fc_libs=' -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -lgfortran -lm'
ac_cv_fc_mangling='lower case, underscore, no extra underscore'
ac_cv_fc_pp_define=-D
ac_cv_fc_pp_srcext_F=none
ac_cv_fortran_dummy_main=none
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_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=aarch64-apple-darwin20.5.0
ac_cv_lib_pthread_pthread_create=yes
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/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_prog_AWK=awk
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_FC=gfortran
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_PKG_CONFIG=pkg-config
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_fc_c_o=yes
ac_cv_prog_fc_g=yes
ac_cv_prog_fc_v=-v
ac_cv_prog_make_make_set=yes
ac_cv_search_cos='none required'
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
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=/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_FC=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_FC=-fno-common
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_FC=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=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=786432
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} '\''/Users/mottelet/git/sci-ipopt/thirdparty/build/ThirdParty-Mumps/missing'\'' aclocal-1.16'
ADD_CFLAGS=''
ADD_FCFLAGS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AS='as'
AUTOCONF='${SHELL} '\''/Users/mottelet/git/sci-ipopt/thirdparty/build/ThirdParty-Mumps/missing'\'' autoconf'
AUTOHEADER='${SHELL} '\''/Users/mottelet/git/sci-ipopt/thirdparty/build/ThirdParty-Mumps/missing'\'' autoheader'
AUTOMAKE='${SHELL} '\''/Users/mottelet/git/sci-ipopt/thirdparty/build/ThirdParty-Mumps/missing'\'' automake-1.16'
AWK='awk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O2 -DNDEBUG '
COIN_HAS_LAPACK_FALSE='#'
COIN_HAS_LAPACK_TRUE=''
COIN_HAS_METIS_FALSE='#'
COIN_HAS_METIS_TRUE=''
COIN_HAS_PKGCONFIG_FALSE='#'
COIN_HAS_PKGCONFIG_TRUE=''
COIN_PKG_CONFIG_PATH='/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib/pkgconfig:'
COIN_RELOCATABLE_FALSE=''
COIN_RELOCATABLE_TRUE='#'
COIN_STATIC_BUILD_FALSE='#'
COIN_STATIC_BUILD_TRUE=''
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FC='gfortran'
FCFLAGS='-O2 '
FCFLAGS_F=''
FCLIBS=' -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -lgfortran -lm'
FC_DEFINE='-D'
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld'
LDFLAGS='-L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
LT_LDFLAGS=' -version-number 2:1:0 -no-undefined'
LT_SYS_LIBRARY_PATH=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} '\''/Users/mottelet/git/sci-ipopt/thirdparty/build/ThirdParty-Mumps/missing'\'' makeinfo'
MANIFEST_TOOL=':'
METISCHECK_LFLAGS=''
MKDIR_P='./install-sh -c -d'
MUMPS_CFLAGS='-I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/  -DMUMPS_BUILD'
MUMPS_CFLAGS_NOPC='-I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/ '
MUMPS_LFLAGS='-lcoinmetis -framework Accelerate   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -lgfortran -lm -lpthread'
MUMPS_LFLAGS_NOPC='-lcoinmetis -framework Accelerate   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -lgfortran -lm -lpthread'
MUMPS_PCFILES=''
MY_DEFS='-DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis'
MY_FDEFS=' -Dmetis -std=legacy'
NM='/usr/bin/nm -B'
NMEDIT='nmedit'
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=':'
OTOOL='otool'
PACKAGE='thirdpartymumps'
PACKAGE_BUGREPORT='https://github.com/coin-or-tools/ThirdParty-Mumps/issues/new'
PACKAGE_NAME='ThirdPartyMumps'
PACKAGE_STRING='ThirdPartyMumps 2.1.0'
PACKAGE_TARNAME='thirdpartymumps'
PACKAGE_URL='https://github.com/coin-or-tools/ThirdParty-Mumps'
PACKAGE_VERSION='2.1.0'
PATH_SEPARATOR=':'
PKG_CONFIG='pkg-config'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='2.1.0'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
ac_ct_FC='gfortran'
ac_ct_PKG_CONFIG='pkg-config'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='aarch64-apple-darwin20.5.0'
build_alias=''
build_cpu='aarch64'
build_os='darwin20.5.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='aarch64-apple-darwin20.5.0'
host_alias=''
host_cpu='aarch64'
host_os='darwin20.5.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/mottelet/git/sci-ipopt/thirdparty/build/ThirdParty-Mumps/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}'
prefix='/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "ThirdPartyMumps"
#define PACKAGE_TARNAME "thirdpartymumps"
#define PACKAGE_VERSION "2.1.0"
#define PACKAGE_STRING "ThirdPartyMumps 2.1.0"
#define PACKAGE_BUGREPORT "https://github.com/coin-or-tools/ThirdParty-Mumps/issues/new"
#define PACKAGE_URL "https://github.com/coin-or-tools/ThirdParty-Mumps"
#define THIRDPARTYMUMPS_VERSION "2.1.0"
#define THIRDPARTYMUMPS_VERSION_MAJOR 2
#define THIRDPARTYMUMPS_VERSION_MINOR 1
#define THIRDPARTYMUMPS_VERSION_RELEASE 0
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define STDC_HEADERS 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define FC_FUNC(name,NAME) name ## _
#define FC_FUNC_(name,NAME) name ## _
#define THIRDPARTYMUMPS_HAS_LAPACK 1
#define THIRDPARTYMUMPS_LAPACK_FUNC(name,NAME) name ## _
#define THIRDPARTYMUMPS_LAPACK_FUNC_(name,NAME) name ## _
#define THIRDPARTYMUMPS_HAS_METIS 1
#define MUMPS_EXPORT 
#define MUMPS_CALL 

configure: exit 0

Ipopt/config.log:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by Ipopt configure 3.13.5, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --prefix=/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64 --enable-static=yes --enable-shared=no --without-asl --without-hsl --with-mumps --with-mumps-cflags=-I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/mumps/ --with-mumps-lflags=-lcoinmumps

## --------- ##
## Platform. ##
## --------- ##

hostname = macmottelet-cr-1.utc
uname -m = arm64
uname -r = 20.5.0
uname -s = Darwin
uname -v = Darwin Kernel Version 20.5.0: Sat May  8 05:10:31 PDT 2021; root:xnu-7195.121.3~9/RELEASE_ARM64_T8101

/usr/bin/uname -p = arm
/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 20.5.0: Sat May  8 05:10:31 PDT 2021; root:xnu-7195.121.3~9/RELEASE_ARM64_T8101
Kernel configured for up to 8 processors.
8 processors are physically available.
8 processors are logically available.
Processor type: arm64e (ARM64E)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 16.00 gigabytes
Default processor set: 431 tasks, 1677 threads, 8 processors
Load average: 1.90, Mach factor: 6.08
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /opt/homebrew/bin
PATH: /opt/homebrew/sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /Library/Apple/usr/bin

## ----------- ##
## Core tests. ##
## ----------- ##

configure:3060: checking build system type
configure:3074: result: arm-apple-darwin20.5.0
configure:3194: checking host system type
configure:3207: result: arm-apple-darwin20.5.0
configure:3243: checking for a BSD-compatible install
configure:3311: result: /usr/bin/install -c
configure:3322: checking whether build environment is sane
configure:3377: result: yes
configure:3528: checking for a thread-safe mkdir -p
configure:3567: result: ./install-sh -c -d
configure:3574: checking for gawk
configure:3604: result: no
configure:3574: checking for mawk
configure:3604: result: no
configure:3574: checking for nawk
configure:3604: result: no
configure:3574: checking for awk
configure:3590: found /usr/bin/awk
configure:3601: result: awk
configure:3612: checking whether make sets $(MAKE)
configure:3634: result: yes
configure:3711: checking whether make supports nested variables
configure:3728: result: yes
configure:3741: checking whether to enable maintainer-specific portions of Makefiles
configure:3750: result: no
configure:3918: checking whether make supports the include directive
configure:3933: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:3936: $? = 0
configure:3955: result: yes (GNU style)
configure:4089: checking for gcc
configure:4105: found /usr/local/bin/gcc
configure:4116: result: gcc
configure:4147: checking for C compiler version
configure:4156: gcc --version >&5
gcc (Homebrew GCC 11.1.0) 11.1.0
Copyright (C) 2021 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:4167: $? = 0
configure:4156: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/opt/homebrew/Cellar/gcc/11.1.0/libexec/gcc/aarch64-apple-darwin20/11.1.0/lto-wrapper
Target: aarch64-apple-darwin20
Configured with: ../configure --prefix=/opt/homebrew/Cellar/gcc/11.1.0 --libdir=/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11 --disable-nls --enable-checking=release --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-11 --with-gmp=/opt/homebrew/opt/gmp --with-mpfr=/opt/homebrew/opt/mpfr --with-mpc=/opt/homebrew/opt/libmpc --with-isl=/opt/homebrew/opt/isl --with-pkgversion='Homebrew GCC 11.1.0' --with-bugurl=https://github.com/Homebrew/homebrew-core/issues --build=aarch64-apple-darwin20 --with-system-zlib --disable-multilib --with-native-system-header-dir=/usr/include --with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 11.1.0 (Homebrew GCC 11.1.0) 
configure:4167: $? = 0
configure:4156: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4167: $? = 1
configure:4156: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4167: $? = 1
configure:4187: checking whether the C compiler works
configure:4209: gcc -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c  >&5
configure:4213: $? = 0
configure:4261: result: yes
configure:4264: checking for C compiler default output file name
configure:4266: result: a.out
configure:4272: checking for suffix of executables
configure:4279: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c  >&5
configure:4283: $? = 0
configure:4305: result: 
configure:4327: checking whether we are cross compiling
configure:4335: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c  >&5
configure:4339: $? = 0
configure:4346: ./conftest
configure:4350: $? = 0
configure:4365: result: no
configure:4370: checking for suffix of object files
configure:4392: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:4396: $? = 0
configure:4417: result: o
configure:4421: checking whether we are using the GNU C compiler
configure:4440: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:4440: $? = 0
configure:4449: result: yes
configure:4458: checking whether gcc accepts -g
configure:4478: gcc -c -g  conftest.c >&5
configure:4478: $? = 0
configure:4519: result: yes
configure:4536: checking for gcc option to accept ISO C89
configure:4599: gcc  -c -O2 -DNDEBUG   conftest.c >&5
configure:4599: $? = 0
configure:4612: result: none needed
configure:4637: checking whether gcc understands -c and -o together
configure:4659: gcc -c conftest.c -o conftest2.o
configure:4662: $? = 0
configure:4659: gcc -c conftest.c -o conftest2.o
configure:4662: $? = 0
configure:4674: result: yes
configure:4693: checking dependency style of gcc
configure:4804: result: gcc3
configure:4937: checking for g++
configure:4953: found /usr/local/bin/g++
configure:4964: result: g++
configure:4991: checking for C++ compiler version
configure:5000: g++ --version >&5
g++ (Homebrew GCC 11.1.0) 11.1.0
Copyright (C) 2021 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:5011: $? = 0
configure:5000: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/opt/homebrew/Cellar/gcc/11.1.0/libexec/gcc/aarch64-apple-darwin20/11.1.0/lto-wrapper
Target: aarch64-apple-darwin20
Configured with: ../configure --prefix=/opt/homebrew/Cellar/gcc/11.1.0 --libdir=/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11 --disable-nls --enable-checking=release --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-11 --with-gmp=/opt/homebrew/opt/gmp --with-mpfr=/opt/homebrew/opt/mpfr --with-mpc=/opt/homebrew/opt/libmpc --with-isl=/opt/homebrew/opt/isl --with-pkgversion='Homebrew GCC 11.1.0' --with-bugurl=https://github.com/Homebrew/homebrew-core/issues --build=aarch64-apple-darwin20 --with-system-zlib --disable-multilib --with-native-system-header-dir=/usr/include --with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 11.1.0 (Homebrew GCC 11.1.0) 
configure:5011: $? = 0
configure:5000: g++ -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:5011: $? = 1
configure:5000: g++ -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:5011: $? = 1
configure:5015: checking whether we are using the GNU C++ compiler
configure:5034: g++ -c -O2 -DNDEBUG   conftest.cpp >&5
configure:5034: $? = 0
configure:5043: result: yes
configure:5052: checking whether g++ accepts -g
configure:5072: g++ -c -g  conftest.cpp >&5
configure:5072: $? = 0
configure:5113: result: yes
configure:5138: checking dependency style of g++
configure:5249: result: gcc3
configure:5270: checking whether g++ understands -c and -o together
configure:5294: g++ -O2 -DNDEBUG  -c conftest.cpp -o conftest2.o >&5
configure:5298: $? = 0
configure:5305: g++ -O2 -DNDEBUG  -c conftest.cpp -o conftest2.o >&5
configure:5309: $? = 0
configure:5317: result: yes
configure:5463: checking for gfortran
configure:5479: found /opt/homebrew/bin/gfortran
configure:5490: result: gfortran
configure:5516: checking for Fortran 77 compiler version
configure:5525: gfortran --version >&5
GNU Fortran (Homebrew GCC 11.1.0) 11.1.0
Copyright (C) 2021 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:5536: $? = 0
configure:5525: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/opt/homebrew/Cellar/gcc/11.1.0/libexec/gcc/aarch64-apple-darwin20/11.1.0/lto-wrapper
Target: aarch64-apple-darwin20
Configured with: ../configure --prefix=/opt/homebrew/Cellar/gcc/11.1.0 --libdir=/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11 --disable-nls --enable-checking=release --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-11 --with-gmp=/opt/homebrew/opt/gmp --with-mpfr=/opt/homebrew/opt/mpfr --with-mpc=/opt/homebrew/opt/libmpc --with-isl=/opt/homebrew/opt/isl --with-pkgversion='Homebrew GCC 11.1.0' --with-bugurl=https://github.com/Homebrew/homebrew-core/issues --build=aarch64-apple-darwin20 --with-system-zlib --disable-multilib --with-native-system-header-dir=/usr/include --with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 11.1.0 (Homebrew GCC 11.1.0) 
configure:5536: $? = 0
configure:5525: gfortran -V >&5
gfortran: error: unrecognized command-line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:5536: $? = 1
configure:5525: gfortran -qversion >&5
gfortran: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gfortran: fatal error: no input files
compilation terminated.
configure:5536: $? = 1
configure:5545: checking whether we are using the GNU Fortran 77 compiler
configure:5558: gfortran -c -O2  conftest.F >&5
configure:5558: $? = 0
configure:5567: result: yes
configure:5573: checking whether gfortran accepts -g
configure:5584: gfortran -c -g conftest.f >&5
configure:5584: $? = 0
configure:5592: result: yes
configure:5648: checking how to get verbose linking output from gfortran
configure:5658: gfortran -c -O2  conftest.f >&5
configure:5658: $? = 0
configure:5676: gfortran -o conftest -O2 -v -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.f
Using built-in specs.
Target: aarch64-apple-darwin20
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 11.1.0 (Homebrew GCC 11.1.0) 
 /opt/homebrew/Cellar/gcc/11.1.0/libexec/gcc/aarch64-apple-darwin20/11.1.0/f951 conftest.f -ffixed-form -fPIC -quiet -dumpbase conftest.f -dumpbase-ext .f -mmacosx-version-min=11.4.0 -mlittle-endian -mabi=lp64 -O2 -version -fintrinsic-modules-path /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/finclude -o /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//ccxmJ9oJ.s
GNU Fortran (Homebrew GCC 11.1.0) version 11.1.0 (aarch64-apple-darwin20)
    compiled by GNU C version 11.1.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran2008 (Homebrew GCC 11.1.0) version 11.1.0 (aarch64-apple-darwin20)
    compiled by GNU C version 11.1.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
 as -arch arm64 -v -mmacosx-version-min=11.4 -o /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//cceTzOiT.o /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//ccxmJ9oJ.s
Apple clang version 12.0.5 (clang-1205.0.22.9)
Target: aarch64-apple-darwin20.5.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 arm64-apple-macosx11.4.0 -filetype obj -main-file-name ccxmJ9oJ.s -target-cpu apple-a12 -target-feature +v8.3a -target-feature +fp-armv8 -target-feature +neon -target-feature +crc -target-feature +crypto -target-feature +fullfp16 -target-feature +ras -target-feature +lse -target-feature +rdm -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +sha2 -target-feature +aes -fdebug-compilation-dir /Users/mottelet/git/sci-ipopt/thirdparty/build/Ipopt -dwarf-debug-producer "Apple clang version 12.0.5 (clang-1205.0.22.9)" -dwarf-version=4 -mrelocation-model pic -mllvm -disable-aligned-alloc-awareness=1 -o /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//cceTzOiT.o /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//ccxmJ9oJ.s
Reading specs from /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../../libgfortran.spec
rename spec lib to liborig
 /opt/homebrew/Cellar/gcc/11.1.0/libexec/gcc/aarch64-apple-darwin20/11.1.0/collect2 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/ -dynamic -arch arm64 -macosx_version_min 11.4.0 -weak_reference_mismatches non-weak -o conftest -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//cceTzOiT.o -lgfortran -lgcc_s.1.1 -lgcc -lm -lgcc_s.1.1 -lgcc -lSystem -lgcc -no_compact_unwind -rpath @loader_path -rpath /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -rpath /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -v
collect2 version 11.1.0
/usr/bin/ld -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/ -dynamic -arch arm64 -macosx_version_min 11.4.0 -weak_reference_mismatches non-weak -o conftest -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//cceTzOiT.o -lgfortran -lgcc_s.1.1 -lgcc -lm -lgcc_s.1.1 -lgcc -lSystem -lgcc -no_compact_unwind -rpath @loader_path -rpath /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -rpath /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -v
@(#)PROGRAM:ld  PROJECT:ld64-650.9
BUILD 00:19:34 Mar 17 2021
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
Library search paths:
    /Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib
    /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0
    /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11
    /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib
Framework search paths:
    /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/
configure:5759: result: -v
configure:5761: checking for Fortran 77 libraries of gfortran
configure:5784: gfortran -o conftest -O2 -v -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.f
Using built-in specs.
Target: aarch64-apple-darwin20
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 11.1.0 (Homebrew GCC 11.1.0) 
 /opt/homebrew/Cellar/gcc/11.1.0/libexec/gcc/aarch64-apple-darwin20/11.1.0/f951 conftest.f -ffixed-form -fPIC -quiet -dumpbase conftest.f -dumpbase-ext .f -mmacosx-version-min=11.4.0 -mlittle-endian -mabi=lp64 -O2 -version -fintrinsic-modules-path /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/finclude -o /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//cceHgbJE.s
GNU Fortran (Homebrew GCC 11.1.0) version 11.1.0 (aarch64-apple-darwin20)
    compiled by GNU C version 11.1.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran2008 (Homebrew GCC 11.1.0) version 11.1.0 (aarch64-apple-darwin20)
    compiled by GNU C version 11.1.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
 as -arch arm64 -v -mmacosx-version-min=11.4 -o /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//cceBn9N2.o /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//cceHgbJE.s
Apple clang version 12.0.5 (clang-1205.0.22.9)
Target: aarch64-apple-darwin20.5.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 arm64-apple-macosx11.4.0 -filetype obj -main-file-name cceHgbJE.s -target-cpu apple-a12 -target-feature +v8.3a -target-feature +fp-armv8 -target-feature +neon -target-feature +crc -target-feature +crypto -target-feature +fullfp16 -target-feature +ras -target-feature +lse -target-feature +rdm -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +sha2 -target-feature +aes -fdebug-compilation-dir /Users/mottelet/git/sci-ipopt/thirdparty/build/Ipopt -dwarf-debug-producer "Apple clang version 12.0.5 (clang-1205.0.22.9)" -dwarf-version=4 -mrelocation-model pic -mllvm -disable-aligned-alloc-awareness=1 -o /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//cceBn9N2.o /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//cceHgbJE.s
Reading specs from /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../../libgfortran.spec
rename spec lib to liborig
 /opt/homebrew/Cellar/gcc/11.1.0/libexec/gcc/aarch64-apple-darwin20/11.1.0/collect2 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/ -dynamic -arch arm64 -macosx_version_min 11.4.0 -weak_reference_mismatches non-weak -o conftest -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//cceBn9N2.o -lgfortran -lgcc_s.1.1 -lgcc -lm -lgcc_s.1.1 -lgcc -lSystem -lgcc -no_compact_unwind -rpath @loader_path -rpath /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -rpath /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -v
collect2 version 11.1.0
/usr/bin/ld -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/ -dynamic -arch arm64 -macosx_version_min 11.4.0 -weak_reference_mismatches non-weak -o conftest -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. /var/folders/ft/1_j5ty6d7bv69ps7x75v_5sc0000gn/T//cceBn9N2.o -lgfortran -lgcc_s.1.1 -lgcc -lm -lgcc_s.1.1 -lgcc -lSystem -lgcc -no_compact_unwind -rpath @loader_path -rpath /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -rpath /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -v
@(#)PROGRAM:ld  PROJECT:ld64-650.9
BUILD 00:19:34 Mar 17 2021
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
Library search paths:
    /Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib
    /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0
    /opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11
    /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib
Framework search paths:
    /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/
configure:5980: result:  -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -lgfortran -lm
configure:5997: checking for dummy main to link with Fortran 77 libraries
configure:6031: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -lgfortran -lm >&5
configure:6031: $? = 0
configure:6076: result: none
configure:6109: checking for Fortran 77 name-mangling scheme
configure:6122: gfortran -c -O2  conftest.f >&5
configure:6122: $? = 0
configure:6163: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c cfortran_test.o   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -lgfortran -lm >&5
Undefined symbols for architecture arm64:
  "_foobar", referenced from:
      _main in ccLnpdIw.o
     (maybe you meant: _foobar_)
ld: symbol(s) not found for architecture arm64
collect2: error: ld returned 1 exit status
configure:6163: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Ipopt"
| #define PACKAGE_TARNAME "ipopt"
| #define PACKAGE_VERSION "3.13.5"
| #define PACKAGE_STRING "Ipopt 3.13.5"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or/Ipopt/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or/Ipopt"
| #define IPOPT_VERSION "3.13.5"
| #define IPOPT_VERSION_MAJOR 3
| #define IPOPT_VERSION_MINOR 13
| #define IPOPT_VERSION_RELEASE 5
| /* 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:6163: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c cfortran_test.o   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -lgfortran -lm >&5
configure:6163: $? = 0
configure:6221: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c cfortran_test.o   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -lgfortran -lm >&5
configure:6221: $? = 0
configure:6263: result: lower case, underscore, no extra underscore
configure:6336: checking whether gfortran understands -c and -o together
configure:6354: gfortran -O2  -c conftest.f -o conftest2.o >&5
configure:6358: $? = 0
configure:6365: gfortran -O2  -c conftest.f -o conftest2.o >&5
configure:6369: $? = 0
configure:6377: result: yes
configure:6453: checking how to print strings
configure:6480: result: printf
configure:6501: checking for a sed that does not truncate output
configure:6565: result: /usr/bin/sed
configure:6583: checking for grep that handles long lines and -e
configure:6641: result: /usr/bin/grep
configure:6646: checking for egrep
configure:6708: result: /usr/bin/grep -E
configure:6713: checking for fgrep
configure:6775: result: /usr/bin/grep -F
configure:6810: checking for ld used by gcc
configure:6877: result: /usr/bin/ld
configure:6884: checking if the linker (/usr/bin/ld) is GNU ld
configure:6899: result: no
configure:6911: checking for BSD- or MS-compatible name lister (nm)
configure:6965: result: /usr/bin/nm -B
configure:7095: checking the name lister (/usr/bin/nm -B) interface
configure:7102: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:7105: /usr/bin/nm -B "conftest.o"
configure:7108: output
0000000000000000 S _some_variable
0000000000000000 t ltmp0
0000000000000000 s ltmp1
configure:7115: result: BSD nm
configure:7118: checking whether ln -s works
configure:7122: result: yes
configure:7130: checking the maximum length of command line arguments
configure:7261: result: 786432
configure:7309: checking how to convert arm-apple-darwin20.5.0 file names to arm-apple-darwin20.5.0 format
configure:7349: result: func_convert_file_noop
configure:7356: checking how to convert arm-apple-darwin20.5.0 file names to toolchain format
configure:7376: result: func_convert_file_noop
configure:7383: checking for /usr/bin/ld option to reload object files
configure:7390: result: -r
configure:7464: checking for objdump
configure:7480: found /usr/bin/objdump
configure:7491: result: objdump
configure:7520: checking how to recognize dependent libraries
configure:7720: result: pass_all
configure:7805: checking for dlltool
configure:7835: result: no
configure:7862: checking how to associate runtime and link libraries
configure:7889: result: printf %s\n
configure:7949: checking for ar
configure:7965: found /usr/bin/ar
configure:7976: result: ar
configure:8013: checking for archiver @FILE support
configure:8038: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:8038: $? = 0
configure:8041: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:8044: $? = 1
configure:8064: result: no
configure:8122: checking for strip
configure:8138: found /usr/bin/strip
configure:8149: result: strip
configure:8221: checking for ranlib
configure:8237: found /usr/bin/ranlib
configure:8248: result: ranlib
configure:8350: checking command to parse /usr/bin/nm -B output from gcc object
configure:8503: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:8506: $? = 0
configure:8510: /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:8513: $? = 0
cannot find nm_test_var in conftest.nm
configure:8503: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:8506: $? = 0
configure:8510: /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:8513: $? = 0
configure:8579: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c conftstm.o >&5
configure:8582: $? = 0
configure:8620: result: ok
configure:8667: checking for sysroot
configure:8697: result: no
configure:8704: checking for a working dd
configure:8742: result: /bin/dd
configure:8746: checking how to truncate binary pipes
configure:8761: result: /bin/dd bs=4096 count=1
configure:9098: checking for mt
configure:9128: result: no
configure:9148: checking if : is a manifest tool
configure:9154: : '-?'
configure:9162: result: no
configure:9218: checking for dsymutil
configure:9234: found /usr/bin/dsymutil
configure:9245: result: dsymutil
configure:9310: checking for nmedit
configure:9326: found /usr/bin/nmedit
configure:9337: result: nmedit
configure:9402: checking for lipo
configure:9418: found /usr/bin/lipo
configure:9429: result: lipo
configure:9494: checking for otool
configure:9510: found /usr/bin/otool
configure:9521: result: otool
configure:9586: checking for otool64
configure:9616: result: no
configure:9661: checking for -single_module linker flag
gcc -O2 -DNDEBUG  -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:9694: result: yes
configure:9697: checking for -exported_symbols_list linker flag
configure:9725: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
configure:9725: $? = 0
configure:9735: result: yes
configure:9738: checking for -force_load linker flag
gcc -O2 -DNDEBUG  -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
gcc -O2 -DNDEBUG  -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:9770: result: yes
configure:9847: checking how to run the C preprocessor
configure:9878: gcc -E  conftest.c
configure:9878: $? = 0
configure:9892: gcc -E  conftest.c
conftest.c:15:10: fatal error: ac_nonexistent.h: No such file or directory
   15 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:9892: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Ipopt"
| #define PACKAGE_TARNAME "ipopt"
| #define PACKAGE_VERSION "3.13.5"
| #define PACKAGE_STRING "Ipopt 3.13.5"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or/Ipopt/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or/Ipopt"
| #define IPOPT_VERSION "3.13.5"
| #define IPOPT_VERSION_MAJOR 3
| #define IPOPT_VERSION_MINOR 13
| #define IPOPT_VERSION_RELEASE 5
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:9917: result: gcc -E
configure:9937: gcc -E  conftest.c
configure:9937: $? = 0
configure:9951: gcc -E  conftest.c
conftest.c:15:10: fatal error: ac_nonexistent.h: No such file or directory
   15 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:9951: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Ipopt"
| #define PACKAGE_TARNAME "ipopt"
| #define PACKAGE_VERSION "3.13.5"
| #define PACKAGE_STRING "Ipopt 3.13.5"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or/Ipopt/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or/Ipopt"
| #define IPOPT_VERSION "3.13.5"
| #define IPOPT_VERSION_MAJOR 3
| #define IPOPT_VERSION_MINOR 13
| #define IPOPT_VERSION_RELEASE 5
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:9980: checking for ANSI C header files
configure:10008: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:10008: $? = 0
configure:10081: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c  >&5
configure:10081: $? = 0
configure:10081: ./conftest
configure:10081: $? = 0
configure:10092: result: yes
configure:10105: checking for sys/types.h
configure:10105: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:10105: $? = 0
configure:10105: result: yes
configure:10105: checking for sys/stat.h
configure:10105: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:10105: $? = 0
configure:10105: result: yes
configure:10105: checking for stdlib.h
configure:10105: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:10105: $? = 0
configure:10105: result: yes
configure:10105: checking for string.h
configure:10105: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:10105: $? = 0
configure:10105: result: yes
configure:10105: checking for memory.h
configure:10105: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:10105: $? = 0
configure:10105: result: yes
configure:10105: checking for strings.h
configure:10105: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:10105: $? = 0
configure:10105: result: yes
configure:10105: checking for inttypes.h
configure:10105: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:10105: $? = 0
configure:10105: result: yes
configure:10105: checking for stdint.h
configure:10105: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:10105: $? = 0
configure:10105: result: yes
configure:10105: checking for unistd.h
configure:10105: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:10105: $? = 0
configure:10105: result: yes
configure:10119: checking for dlfcn.h
configure:10119: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:10119: $? = 0
configure:10119: result: yes
configure:10244: checking the archiver (ar) interface
configure:10260: gcc -c -O2 -DNDEBUG   conftest.c >&5
configure:10260: $? = 0
configure:10262: ar cru libconftest.a conftest.o >&5
configure:10265: $? = 0
configure:10293: result: ar
configure:10855: checking for objdir
configure:10870: result: .libs
configure:11130: checking if gcc supports -fno-rtti -fno-exceptions
configure:11148: gcc -c -O2 -DNDEBUG   -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
configure:11152: $? = 0
configure:11165: result: no
configure:11523: checking for gcc option to produce PIC
configure:11530: result: -fno-common -DPIC
configure:11538: checking if gcc PIC flag -fno-common -DPIC works
configure:11556: gcc -c -O2 -DNDEBUG   -fno-common -DPIC -DPIC conftest.c >&5
configure:11560: $? = 0
configure:11573: result: yes
configure:11602: checking if gcc static flag -static works
configure:11630: result: no
configure:11645: checking if gcc supports -c -o file.o
configure:11666: gcc -c -O2 -DNDEBUG   -o out/conftest2.o conftest.c >&5
configure:11670: $? = 0
configure:11692: result: yes
configure:11700: checking if gcc supports -c -o file.o
configure:11747: result: yes
configure:11780: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:13055: result: yes
configure:13295: checking dynamic linker characteristics
configure:14121: result: darwin20.5.0 dyld
configure:14243: checking how to hardcode library paths into programs
configure:14268: result: immediate
configure:14856: checking whether stripping libraries is possible
configure:14870: result: yes
configure:14896: checking if libtool supports shared libraries
configure:14898: result: yes
configure:14901: checking whether to build shared libraries
configure:14926: result: no
configure:14929: checking whether to build static libraries
configure:14933: result: yes
configure:14956: checking how to run the C++ preprocessor
configure:14983: g++ -E  conftest.cpp
configure:14983: $? = 0
configure:14997: g++ -E  conftest.cpp
conftest.cpp:27:10: fatal error: ac_nonexistent.h: No such file or directory
   27 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:14997: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Ipopt"
| #define PACKAGE_TARNAME "ipopt"
| #define PACKAGE_VERSION "3.13.5"
| #define PACKAGE_STRING "Ipopt 3.13.5"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or/Ipopt/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or/Ipopt"
| #define IPOPT_VERSION "3.13.5"
| #define IPOPT_VERSION_MAJOR 3
| #define IPOPT_VERSION_MINOR 13
| #define IPOPT_VERSION_RELEASE 5
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #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/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:15022: result: g++ -E
configure:15042: g++ -E  conftest.cpp
configure:15042: $? = 0
configure:15056: g++ -E  conftest.cpp
conftest.cpp:27:10: fatal error: ac_nonexistent.h: No such file or directory
   27 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:15056: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Ipopt"
| #define PACKAGE_TARNAME "ipopt"
| #define PACKAGE_VERSION "3.13.5"
| #define PACKAGE_STRING "Ipopt 3.13.5"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or/Ipopt/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or/Ipopt"
| #define IPOPT_VERSION "3.13.5"
| #define IPOPT_VERSION_MAJOR 3
| #define IPOPT_VERSION_MINOR 13
| #define IPOPT_VERSION_RELEASE 5
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #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/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:15218: checking for ld used by g++
configure:15285: result: /usr/bin/ld
configure:15292: checking if the linker (/usr/bin/ld) is GNU ld
configure:15307: result: no
configure:15362: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:16451: result: yes
configure:16487: g++ -c -O2 -DNDEBUG   conftest.cpp >&5
configure:16490: $? = 0
configure:16971: checking for g++ option to produce PIC
configure:16978: result: -fno-common -DPIC
configure:16986: checking if g++ PIC flag -fno-common -DPIC works
configure:17004: g++ -c -O2 -DNDEBUG   -fno-common -DPIC -DPIC conftest.cpp >&5
configure:17008: $? = 0
configure:17021: result: yes
configure:17044: checking if g++ static flag -static works
configure:17072: result: no
configure:17084: checking if g++ supports -c -o file.o
configure:17105: g++ -c -O2 -DNDEBUG   -o out/conftest2.o conftest.cpp >&5
configure:17109: $? = 0
configure:17131: result: yes
configure:17136: checking if g++ supports -c -o file.o
configure:17183: result: yes
configure:17213: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:17253: result: yes
configure:17394: checking dynamic linker characteristics
configure:18147: result: darwin20.5.0 dyld
configure:18212: checking how to hardcode library paths into programs
configure:18237: result: immediate
configure:18378: checking if libtool supports shared libraries
configure:18380: result: yes
configure:18383: checking whether to build shared libraries
configure:18407: result: no
configure:18410: checking whether to build static libraries
configure:18414: result: yes
configure:18766: checking for gfortran option to produce PIC
configure:18773: result: -fno-common
configure:18781: checking if gfortran PIC flag -fno-common works
configure:18799: gfortran -c -O2  -fno-common conftest.f >&5
configure:18803: $? = 0
configure:18816: result: yes
configure:18839: checking if gfortran static flag -static works
configure:18867: result: no
configure:18879: checking if gfortran supports -c -o file.o
configure:18900: gfortran -c -O2  -o out/conftest2.o conftest.f >&5
configure:18904: $? = 0
configure:18926: result: yes
configure:18931: checking if gfortran supports -c -o file.o
configure:18978: result: yes
configure:19008: checking whether the gfortran linker (/usr/bin/ld) supports shared libraries
configure:20217: result: yes
configure:20358: checking dynamic linker characteristics
configure:21097: result: darwin20.5.0 dyld
configure:21162: checking how to hardcode library paths into programs
configure:21187: result: immediate
configure:21258: libtool version info: -version-number 3:13:5
configure:21358: g++ -c -O2 -DNDEBUG   conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:41:8: error: 'choke' was not declared in this scope
   41 |        choke me
      |        ^~~~~
configure:21358: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Ipopt"
| #define PACKAGE_TARNAME "ipopt"
| #define PACKAGE_VERSION "3.13.5"
| #define PACKAGE_STRING "Ipopt 3.13.5"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or/Ipopt/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or/Ipopt"
| #define IPOPT_VERSION "3.13.5"
| #define IPOPT_VERSION_MAJOR 3
| #define IPOPT_VERSION_MINOR 13
| #define IPOPT_VERSION_RELEASE 5
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #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/"
| /* end confdefs.h.  */
| #include <ciso646>
| #ifdef F77_DUMMY_MAIN
| 
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| 
| #endif
| int
| main ()
| {
| 
| #ifndef _LIBCPP_VERSION
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:21395: Assuming that CXXLIBS is "-lstdc++ -lm".
configure:21411: configuring doxygen documentation options
configure:21417: checking for doxygen
configure:21445: result: no
configure:21455: checking for latex
configure:21483: result: no
configure:21511: checking for dot
configure:21539: result: NO
configure:21620: checking for library containing cos
configure:21659: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c  >&5
conftest.c:36:6: warning: conflicting types for built-in function 'cos'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
   36 | char cos ();
      |      ^~~
conftest.c:1:1: note: 'cos' is declared in header '<math.h>'
    1 | /* confdefs.h */
configure:21659: $? = 0
configure:21676: result: none required
configure:21743: checking for pkgconf
configure:21773: result: no
configure:21743: checking for pkg-config
configure:21759: found /opt/homebrew/bin/pkg-config
configure:21770: result: pkg-config
configure:21797: checking pkg-config is at least version 0.16.0
configure:21801: result: yes: 0.29.2
configure:21839: pkg-config path is "/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib/pkgconfig:"
configure:22463: checking for function dsyev_ in -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm 
configure:22491: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm  >&5
ld: library not found for -lmkl_intel_lp64
collect2: error: ld returned 1 exit status
configure:22491: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Ipopt"
| #define PACKAGE_TARNAME "ipopt"
| #define PACKAGE_VERSION "3.13.5"
| #define PACKAGE_STRING "Ipopt 3.13.5"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or/Ipopt/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or/Ipopt"
| #define IPOPT_VERSION "3.13.5"
| #define IPOPT_VERSION_MAJOR 3
| #define IPOPT_VERSION_MINOR 13
| #define IPOPT_VERSION_RELEASE 5
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #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 IPOPT_VERBOSITY 0
| #define IPOPT_CHECKLEVEL 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 dsyev_ ();
| #ifdef F77_DUMMY_MAIN
| 
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| 
| #endif
| int
| main ()
| {
| return dsyev_ ();
|   ;
|   return 0;
| }
configure:22499: result: no
configure:22463: checking for function dsyev in -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm 
configure:22491: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm  >&5
ld: library not found for -lmkl_intel_lp64
collect2: error: ld returned 1 exit status
configure:22491: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Ipopt"
| #define PACKAGE_TARNAME "ipopt"
| #define PACKAGE_VERSION "3.13.5"
| #define PACKAGE_STRING "Ipopt 3.13.5"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or/Ipopt/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or/Ipopt"
| #define IPOPT_VERSION "3.13.5"
| #define IPOPT_VERSION_MAJOR 3
| #define IPOPT_VERSION_MINOR 13
| #define IPOPT_VERSION_RELEASE 5
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #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 IPOPT_VERBOSITY 0
| #define IPOPT_CHECKLEVEL 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 dsyev ();
| #ifdef F77_DUMMY_MAIN
| 
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| 
| #endif
| int
| main ()
| {
| return dsyev ();
|   ;
|   return 0;
| }
configure:22499: result: no
configure:22463: checking for function DSYEV_ in -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm 
configure:22491: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm  >&5
ld: library not found for -lmkl_intel_lp64
collect2: error: ld returned 1 exit status
configure:22491: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Ipopt"
| #define PACKAGE_TARNAME "ipopt"
| #define PACKAGE_VERSION "3.13.5"
| #define PACKAGE_STRING "Ipopt 3.13.5"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or/Ipopt/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or/Ipopt"
| #define IPOPT_VERSION "3.13.5"
| #define IPOPT_VERSION_MAJOR 3
| #define IPOPT_VERSION_MINOR 13
| #define IPOPT_VERSION_RELEASE 5
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #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 IPOPT_VERBOSITY 0
| #define IPOPT_CHECKLEVEL 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 DSYEV_ ();
| #ifdef F77_DUMMY_MAIN
| 
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| 
| #endif
| int
| main ()
| {
| return DSYEV_ ();
|   ;
|   return 0;
| }
configure:22499: result: no
configure:22463: checking for function DSYEV in -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm 
configure:22491: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm  >&5
ld: library not found for -lmkl_intel_lp64
collect2: error: ld returned 1 exit status
configure:22491: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Ipopt"
| #define PACKAGE_TARNAME "ipopt"
| #define PACKAGE_VERSION "3.13.5"
| #define PACKAGE_STRING "Ipopt 3.13.5"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or/Ipopt/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or/Ipopt"
| #define IPOPT_VERSION "3.13.5"
| #define IPOPT_VERSION_MAJOR 3
| #define IPOPT_VERSION_MINOR 13
| #define IPOPT_VERSION_RELEASE 5
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #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 IPOPT_VERBOSITY 0
| #define IPOPT_CHECKLEVEL 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 DSYEV ();
| #ifdef F77_DUMMY_MAIN
| 
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| 
| #endif
| int
| main ()
| {
| return DSYEV ();
|   ;
|   return 0;
| }
configure:22499: result: no
configure:22538: checking for function dsyev_ in -framework Accelerate 
configure:22566: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c -framework Accelerate  >&5
configure:22566: $? = 0
configure:22574: result: yes
configure:22858: checking for package ASL
configure:23054: result: skipping
configure:23105: checking for package Mumps
configure:23298: result: yes
configure:23343: checking for MPI_Initialized
configure:23343: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c  >&5
Undefined symbols for architecture arm64:
  "_MPI_Initialized", referenced from:
      _main in cci9idmH.o
ld: symbol(s) not found for architecture arm64
collect2: error: ld returned 1 exit status
configure:23343: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Ipopt"
| #define PACKAGE_TARNAME "ipopt"
| #define PACKAGE_VERSION "3.13.5"
| #define PACKAGE_STRING "Ipopt 3.13.5"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or/Ipopt/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or/Ipopt"
| #define IPOPT_VERSION "3.13.5"
| #define IPOPT_VERSION_MAJOR 3
| #define IPOPT_VERSION_MINOR 13
| #define IPOPT_VERSION_RELEASE 5
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #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 IPOPT_VERBOSITY 0
| #define IPOPT_CHECKLEVEL 0
| #define IPOPT_HAS_LAPACK 1
| #define IPOPT_LAPACK_FUNC(name,NAME) name ## _
| #define IPOPT_LAPACK_FUNC_(name,NAME) name ## _
| #define IPOPT_HAS_MUMPS 1
| /* end confdefs.h.  */
| /* Define MPI_Initialized to an innocuous variant, in case <limits.h> declares MPI_Initialized.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define MPI_Initialized innocuous_MPI_Initialized
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char MPI_Initialized (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef MPI_Initialized
| 
| /* 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 MPI_Initialized ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_MPI_Initialized || defined __stub___MPI_Initialized
| choke me
| #endif
| 
| #ifdef F77_DUMMY_MAIN
| 
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| 
| #endif
| int
| main ()
| {
| return MPI_Initialized ();
|   ;
|   return 0;
| }
configure:23343: result: no
configure:23360: checking for package HSL
configure:23556: result: skipping
configure:24142: checking for function pardiso_ in -framework Accelerate 
configure:24170: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c -framework Accelerate  >&5
Undefined symbols for architecture arm64:
  "_pardiso_", referenced from:
      _main in cchHEUqA.o
ld: symbol(s) not found for architecture arm64
collect2: error: ld returned 1 exit status
configure:24170: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Ipopt"
| #define PACKAGE_TARNAME "ipopt"
| #define PACKAGE_VERSION "3.13.5"
| #define PACKAGE_STRING "Ipopt 3.13.5"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or/Ipopt/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or/Ipopt"
| #define IPOPT_VERSION "3.13.5"
| #define IPOPT_VERSION_MAJOR 3
| #define IPOPT_VERSION_MINOR 13
| #define IPOPT_VERSION_RELEASE 5
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #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 IPOPT_VERBOSITY 0
| #define IPOPT_CHECKLEVEL 0
| #define IPOPT_HAS_LAPACK 1
| #define IPOPT_LAPACK_FUNC(name,NAME) name ## _
| #define IPOPT_LAPACK_FUNC_(name,NAME) name ## _
| #define IPOPT_HAS_MUMPS 1
| /* 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 pardiso_ ();
| #ifdef F77_DUMMY_MAIN
| 
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| 
| #endif
| int
| main ()
| {
| return pardiso_ ();
|   ;
|   return 0;
| }
configure:24178: result: no
configure:24142: checking for function pardiso in -framework Accelerate 
configure:24170: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c -framework Accelerate  >&5
Undefined symbols for architecture arm64:
  "_pardiso", referenced from:
      _main in cc8eq4Lh.o
ld: symbol(s) not found for architecture arm64
collect2: error: ld returned 1 exit status
configure:24170: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Ipopt"
| #define PACKAGE_TARNAME "ipopt"
| #define PACKAGE_VERSION "3.13.5"
| #define PACKAGE_STRING "Ipopt 3.13.5"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or/Ipopt/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or/Ipopt"
| #define IPOPT_VERSION "3.13.5"
| #define IPOPT_VERSION_MAJOR 3
| #define IPOPT_VERSION_MINOR 13
| #define IPOPT_VERSION_RELEASE 5
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #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 IPOPT_VERBOSITY 0
| #define IPOPT_CHECKLEVEL 0
| #define IPOPT_HAS_LAPACK 1
| #define IPOPT_LAPACK_FUNC(name,NAME) name ## _
| #define IPOPT_LAPACK_FUNC_(name,NAME) name ## _
| #define IPOPT_HAS_MUMPS 1
| /* 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 pardiso ();
| #ifdef F77_DUMMY_MAIN
| 
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| 
| #endif
| int
| main ()
| {
| return pardiso ();
|   ;
|   return 0;
| }
configure:24178: result: no
configure:24142: checking for function PARDISO_ in -framework Accelerate 
configure:24170: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c -framework Accelerate  >&5
Undefined symbols for architecture arm64:
  "_PARDISO_", referenced from:
      _main in cccE57s1.o
ld: symbol(s) not found for architecture arm64
collect2: error: ld returned 1 exit status
configure:24170: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Ipopt"
| #define PACKAGE_TARNAME "ipopt"
| #define PACKAGE_VERSION "3.13.5"
| #define PACKAGE_STRING "Ipopt 3.13.5"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or/Ipopt/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or/Ipopt"
| #define IPOPT_VERSION "3.13.5"
| #define IPOPT_VERSION_MAJOR 3
| #define IPOPT_VERSION_MINOR 13
| #define IPOPT_VERSION_RELEASE 5
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #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 IPOPT_VERBOSITY 0
| #define IPOPT_CHECKLEVEL 0
| #define IPOPT_HAS_LAPACK 1
| #define IPOPT_LAPACK_FUNC(name,NAME) name ## _
| #define IPOPT_LAPACK_FUNC_(name,NAME) name ## _
| #define IPOPT_HAS_MUMPS 1
| /* 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 PARDISO_ ();
| #ifdef F77_DUMMY_MAIN
| 
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| 
| #endif
| int
| main ()
| {
| return PARDISO_ ();
|   ;
|   return 0;
| }
configure:24178: result: no
configure:24142: checking for function PARDISO in -framework Accelerate 
configure:24170: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c -framework Accelerate  >&5
Undefined symbols for architecture arm64:
  "_PARDISO", referenced from:
      _main in cczBTtEo.o
ld: symbol(s) not found for architecture arm64
collect2: error: ld returned 1 exit status
configure:24170: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Ipopt"
| #define PACKAGE_TARNAME "ipopt"
| #define PACKAGE_VERSION "3.13.5"
| #define PACKAGE_STRING "Ipopt 3.13.5"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or/Ipopt/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or/Ipopt"
| #define IPOPT_VERSION "3.13.5"
| #define IPOPT_VERSION_MAJOR 3
| #define IPOPT_VERSION_MINOR 13
| #define IPOPT_VERSION_RELEASE 5
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #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 IPOPT_VERBOSITY 0
| #define IPOPT_CHECKLEVEL 0
| #define IPOPT_HAS_LAPACK 1
| #define IPOPT_LAPACK_FUNC(name,NAME) name ## _
| #define IPOPT_LAPACK_FUNC_(name,NAME) name ## _
| #define IPOPT_HAS_MUMPS 1
| /* 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 PARDISO ();
| #ifdef F77_DUMMY_MAIN
| 
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| 
| #endif
| int
| main ()
| {
| return PARDISO ();
|   ;
|   return 0;
| }
configure:24178: result: no
configure:24433: checking size of int *
configure:24438: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c  >&5
configure:24438: $? = 0
configure:24438: ./conftest
configure:24438: $? = 0
configure:24452: result: 8
configure:24503: checking cmath usability
configure:24503: g++ -c -O2 -DNDEBUG   conftest.cpp >&5
configure:24503: $? = 0
configure:24503: result: yes
configure:24503: checking cmath presence
configure:24503: g++ -E  conftest.cpp
configure:24503: $? = 0
configure:24503: result: yes
configure:24503: checking for cmath
configure:24503: result: yes
configure:24516: checking cfloat usability
configure:24516: g++ -c -O2 -DNDEBUG   conftest.cpp >&5
configure:24516: $? = 0
configure:24516: result: yes
configure:24516: checking cfloat presence
configure:24516: g++ -E  conftest.cpp
configure:24516: $? = 0
configure:24516: result: yes
configure:24516: checking for cfloat
configure:24516: result: yes
configure:24529: checking cieeefp usability
configure:24529: g++ -c -O2 -DNDEBUG   conftest.cpp >&5
conftest.cpp:69:10: fatal error: cieeefp: No such file or directory
   69 | #include <cieeefp>
      |          ^~~~~~~~~
compilation terminated.
configure:24529: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Ipopt"
| #define PACKAGE_TARNAME "ipopt"
| #define PACKAGE_VERSION "3.13.5"
| #define PACKAGE_STRING "Ipopt 3.13.5"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or/Ipopt/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or/Ipopt"
| #define IPOPT_VERSION "3.13.5"
| #define IPOPT_VERSION_MAJOR 3
| #define IPOPT_VERSION_MINOR 13
| #define IPOPT_VERSION_RELEASE 5
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #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 IPOPT_VERBOSITY 0
| #define IPOPT_CHECKLEVEL 0
| #define IPOPT_HAS_LAPACK 1
| #define IPOPT_LAPACK_FUNC(name,NAME) name ## _
| #define IPOPT_LAPACK_FUNC_(name,NAME) name ## _
| #define IPOPT_HAS_MUMPS 1
| #define SIZEOF_INT_P 8
| #define HAVE_CMATH 1
| #define HAVE_CFLOAT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <cieeefp>
configure:24529: result: no
configure:24529: checking cieeefp presence
configure:24529: g++ -E  conftest.cpp
conftest.cpp:36:10: fatal error: cieeefp: No such file or directory
   36 | #include <cieeefp>
      |          ^~~~~~~~~
compilation terminated.
configure:24529: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Ipopt"
| #define PACKAGE_TARNAME "ipopt"
| #define PACKAGE_VERSION "3.13.5"
| #define PACKAGE_STRING "Ipopt 3.13.5"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or/Ipopt/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or/Ipopt"
| #define IPOPT_VERSION "3.13.5"
| #define IPOPT_VERSION_MAJOR 3
| #define IPOPT_VERSION_MINOR 13
| #define IPOPT_VERSION_RELEASE 5
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #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 IPOPT_VERBOSITY 0
| #define IPOPT_CHECKLEVEL 0
| #define IPOPT_HAS_LAPACK 1
| #define IPOPT_LAPACK_FUNC(name,NAME) name ## _
| #define IPOPT_LAPACK_FUNC_(name,NAME) name ## _
| #define IPOPT_HAS_MUMPS 1
| #define SIZEOF_INT_P 8
| #define HAVE_CMATH 1
| #define HAVE_CFLOAT 1
| /* end confdefs.h.  */
| #include <cieeefp>
configure:24529: result: no
configure:24529: checking for cieeefp
configure:24529: result: no
configure:24529: checking ieeefp.h usability
configure:24529: g++ -c -O2 -DNDEBUG   conftest.cpp >&5
conftest.cpp:69:10: fatal error: ieeefp.h: No such file or directory
   69 | #include <ieeefp.h>
      |          ^~~~~~~~~~
compilation terminated.
configure:24529: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Ipopt"
| #define PACKAGE_TARNAME "ipopt"
| #define PACKAGE_VERSION "3.13.5"
| #define PACKAGE_STRING "Ipopt 3.13.5"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or/Ipopt/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or/Ipopt"
| #define IPOPT_VERSION "3.13.5"
| #define IPOPT_VERSION_MAJOR 3
| #define IPOPT_VERSION_MINOR 13
| #define IPOPT_VERSION_RELEASE 5
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #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 IPOPT_VERBOSITY 0
| #define IPOPT_CHECKLEVEL 0
| #define IPOPT_HAS_LAPACK 1
| #define IPOPT_LAPACK_FUNC(name,NAME) name ## _
| #define IPOPT_LAPACK_FUNC_(name,NAME) name ## _
| #define IPOPT_HAS_MUMPS 1
| #define SIZEOF_INT_P 8
| #define HAVE_CMATH 1
| #define HAVE_CFLOAT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ieeefp.h>
configure:24529: result: no
configure:24529: checking ieeefp.h presence
configure:24529: g++ -E  conftest.cpp
conftest.cpp:36:10: fatal error: ieeefp.h: No such file or directory
   36 | #include <ieeefp.h>
      |          ^~~~~~~~~~
compilation terminated.
configure:24529: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Ipopt"
| #define PACKAGE_TARNAME "ipopt"
| #define PACKAGE_VERSION "3.13.5"
| #define PACKAGE_STRING "Ipopt 3.13.5"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or/Ipopt/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or/Ipopt"
| #define IPOPT_VERSION "3.13.5"
| #define IPOPT_VERSION_MAJOR 3
| #define IPOPT_VERSION_MINOR 13
| #define IPOPT_VERSION_RELEASE 5
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #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 IPOPT_VERBOSITY 0
| #define IPOPT_CHECKLEVEL 0
| #define IPOPT_HAS_LAPACK 1
| #define IPOPT_LAPACK_FUNC(name,NAME) name ## _
| #define IPOPT_LAPACK_FUNC_(name,NAME) name ## _
| #define IPOPT_HAS_MUMPS 1
| #define SIZEOF_INT_P 8
| #define HAVE_CMATH 1
| #define HAVE_CFLOAT 1
| /* end confdefs.h.  */
| #include <ieeefp.h>
configure:24529: result: no
configure:24529: checking for ieeefp.h
configure:24529: result: no
configure:24548: checking for std::isfinite
configure:24580: g++ -c -O2 -DNDEBUG   conftest.cpp >&5
configure:24580: $? = 0
configure:24582: result: yes
configure:24645: checking whether va_copy is declared
configure:24645: g++ -c -O2 -DNDEBUG   conftest.cpp >&5
configure:24645: $? = 0
configure:24645: result: yes
configure:24658: checking whether drand48 is declared
configure:24658: g++ -c -O2 -DNDEBUG   conftest.cpp >&5
configure:24658: $? = 0
configure:24658: result: yes
configure:24667: checking whether rand is declared
configure:24667: g++ -c -O2 -DNDEBUG   conftest.cpp >&5
configure:24667: $? = 0
configure:24667: result: yes
configure:24679: checking for std::srand
configure:24689: g++ -c -O2 -DNDEBUG   conftest.cpp >&5
configure:24689: $? = 0
configure:24693: result: yes
configure:25605: checking whether the linear solver loader should be compiled
configure:25607: result: yes
configure:25632: checking windows.h usability
configure:25632: gcc -c -O2 -DNDEBUG   conftest.c >&5
conftest.c:76:10: fatal error: windows.h: No such file or directory
   76 | #include <windows.h>
      |          ^~~~~~~~~~~
compilation terminated.
configure:25632: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Ipopt"
| #define PACKAGE_TARNAME "ipopt"
| #define PACKAGE_VERSION "3.13.5"
| #define PACKAGE_STRING "Ipopt 3.13.5"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or/Ipopt/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or/Ipopt"
| #define IPOPT_VERSION "3.13.5"
| #define IPOPT_VERSION_MAJOR 3
| #define IPOPT_VERSION_MINOR 13
| #define IPOPT_VERSION_RELEASE 5
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #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 IPOPT_VERBOSITY 0
| #define IPOPT_CHECKLEVEL 0
| #define IPOPT_HAS_LAPACK 1
| #define IPOPT_LAPACK_FUNC(name,NAME) name ## _
| #define IPOPT_LAPACK_FUNC_(name,NAME) name ## _
| #define IPOPT_HAS_MUMPS 1
| #define SIZEOF_INT_P 8
| #define HAVE_CMATH 1
| #define HAVE_CFLOAT 1
| #define IPOPT_C_FINITE std::isfinite
| #define IPOPT_HAS_VA_COPY 1
| #define IPOPT_HAS_DRAND48 1
| #define IPOPT_HAS_RAND 1
| #define IPOPT_HAS_STD__RAND 1
| #define IPOPT_FORTRAN_INTEGER_TYPE int
| #define IPOPT_HAS_LINEARSOLVERLOADER 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <windows.h>
configure:25632: result: no
configure:25632: checking windows.h presence
configure:25632: gcc -E  conftest.c
conftest.c:43:10: fatal error: windows.h: No such file or directory
   43 | #include <windows.h>
      |          ^~~~~~~~~~~
compilation terminated.
configure:25632: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Ipopt"
| #define PACKAGE_TARNAME "ipopt"
| #define PACKAGE_VERSION "3.13.5"
| #define PACKAGE_STRING "Ipopt 3.13.5"
| #define PACKAGE_BUGREPORT "https://github.com/coin-or/Ipopt/issues/new"
| #define PACKAGE_URL "https://github.com/coin-or/Ipopt"
| #define IPOPT_VERSION "3.13.5"
| #define IPOPT_VERSION_MAJOR 3
| #define IPOPT_VERSION_MINOR 13
| #define IPOPT_VERSION_RELEASE 5
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #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 IPOPT_VERBOSITY 0
| #define IPOPT_CHECKLEVEL 0
| #define IPOPT_HAS_LAPACK 1
| #define IPOPT_LAPACK_FUNC(name,NAME) name ## _
| #define IPOPT_LAPACK_FUNC_(name,NAME) name ## _
| #define IPOPT_HAS_MUMPS 1
| #define SIZEOF_INT_P 8
| #define HAVE_CMATH 1
| #define HAVE_CFLOAT 1
| #define IPOPT_C_FINITE std::isfinite
| #define IPOPT_HAS_VA_COPY 1
| #define IPOPT_HAS_DRAND48 1
| #define IPOPT_HAS_RAND 1
| #define IPOPT_HAS_STD__RAND 1
| #define IPOPT_FORTRAN_INTEGER_TYPE int
| #define IPOPT_HAS_LINEARSOLVERLOADER 1
| /* end confdefs.h.  */
| #include <windows.h>
configure:25632: result: no
configure:25632: checking for windows.h
configure:25632: result: no
configure:25640: checking for dlopen in -ldl
configure:25673: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c -ldl   >&5
configure:25673: $? = 0
configure:25682: result: yes
configure:25691: checking for snprintf
configure:25691: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c  >&5
conftest.c:66:6: warning: conflicting types for built-in function 'snprintf'; expected 'int(char *, long unsigned int,  const char *, ...)' [-Wbuiltin-declaration-mismatch]
   66 | char snprintf ();
      |      ^~~~~~~~
conftest.c:54:1: note: 'snprintf' is declared in header '<stdio.h>'
   53 | # include <limits.h>
   54 | #else
configure:25691: $? = 0
configure:25691: result: yes
configure:25703: checking for vsnprintf
configure:25703: gcc -o conftest -O2 -DNDEBUG   -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib conftest.c  >&5
conftest.c:67:6: warning: conflicting types for built-in function 'vsnprintf'; expected 'int(char *, long unsigned int,  const char *, char *)' [-Wbuiltin-declaration-mismatch]
   67 | char vsnprintf ();
      |      ^~~~~~~~~
conftest.c:55:1: note: 'vsnprintf' is declared in header '<stdio.h>'
   54 | # include <limits.h>
   55 | #else
configure:25703: $? = 0
configure:25703: result: yes
configure:26362: checking that generated files are newer than configure
configure:26368: result: done
configure:26467: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by Ipopt config.status 3.13.5, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on macmottelet-cr-1.utc

config.status:1447: creating Makefile
config.status:1447: creating src/Common/Makefile
config.status:1447: creating src/LinAlg/Makefile
config.status:1447: creating src/LinAlg/TMatrices/Makefile
config.status:1447: creating src/Interfaces/Makefile
config.status:1447: creating src/Algorithm/Makefile
config.status:1447: creating src/Algorithm/LinearSolvers/Makefile
config.status:1447: creating src/Algorithm/Inexact/Makefile
config.status:1447: creating src/contrib/CGPenalty/Makefile
config.status:1447: creating src/contrib/LinearSolverLoader/Makefile
config.status:1447: creating src/Apps/Makefile
config.status:1447: creating src/Apps/AmplSolver/Makefile
config.status:1447: creating test/Makefile
config.status:1447: creating test/run_unitTests
config.status:1447: creating ipopt.pc
config.status:1447: creating doc/Doxyfile
config.status:1447: creating examples/Cpp_example/Makefile
config.status:1447: creating examples/recursive_nlp/Makefile
config.status:1447: creating examples/hs071_cpp/Makefile
config.status:1447: creating examples/hs071_c/Makefile
config.status:1447: creating examples/ScalableProblems/Makefile
config.status:1447: creating tutorial/CodingExercise/C/1-skeleton/Makefile
config.status:1447: creating tutorial/CodingExercise/C/2-mistake/Makefile
config.status:1447: creating tutorial/CodingExercise/C/3-solution/Makefile
config.status:1447: creating tutorial/CodingExercise/Cpp/1-skeleton/Makefile
config.status:1447: creating tutorial/CodingExercise/Cpp/2-mistake/Makefile
config.status:1447: creating tutorial/CodingExercise/Cpp/3-solution/Makefile
config.status:1447: creating tutorial/CodingExercise/Matlab/1-skeleton/startup.m
config.status:1447: creating tutorial/CodingExercise/Matlab/2-mistake/startup.m
config.status:1447: creating tutorial/CodingExercise/Matlab/3-solution/startup.m
config.status:1447: creating examples/hs071_f/hs071_f.f
config.status:1447: creating examples/hs071_f/Makefile
config.status:1447: creating tutorial/CodingExercise/Fortran/1-skeleton/TutorialFortran.f
config.status:1447: creating tutorial/CodingExercise/Fortran/2-mistake/TutorialFortran.f
config.status:1447: creating tutorial/CodingExercise/Fortran/3-solution/TutorialFortran.f
config.status:1447: creating tutorial/CodingExercise/Fortran/1-skeleton/Makefile
config.status:1447: creating tutorial/CodingExercise/Fortran/2-mistake/Makefile
config.status:1447: creating tutorial/CodingExercise/Fortran/3-solution/Makefile
config.status:1447: creating contrib/sIPOPT/Makefile
config.status:1447: creating contrib/sIPOPT/src/Makefile
config.status:1447: creating contrib/sIPOPT/AmplSolver/Makefile
config.status:1447: creating contrib/sIPOPT/examples/parametric_cpp/Makefile
config.status:1447: creating contrib/sIPOPT/examples/parametric_dsdp_cpp/Makefile
config.status:1447: creating contrib/sIPOPT/examples/redhess_cpp/Makefile
config.status:1447: creating contrib/RInterface/src/Makevars
config.status:1447: creating src/Common/config.h
config.status:1628: src/Common/config.h is unchanged
config.status:1447: creating src/Common/config_ipopt.h
config.status:1628: src/Common/config_ipopt.h is unchanged
config.status:1688: linking examples/hs071_cpp/hs071_main.cpp to test/hs071_main.cpp
config.status:1688: linking examples/hs071_cpp/hs071_nlp.cpp to test/hs071_nlp.cpp
config.status:1688: linking examples/hs071_cpp/hs071_nlp.hpp to test/hs071_nlp.hpp
config.status:1688: linking examples/hs071_c/hs071_c.c to test/hs071_c.c
config.status:1688: linking contrib/sIPOPT/examples/parametric_cpp/parametric_driver.cpp to test/parametric_driver.cpp
config.status:1688: linking contrib/sIPOPT/examples/parametric_cpp/parametricTNLP.cpp to test/parametricTNLP.cpp
config.status:1688: linking contrib/sIPOPT/examples/redhess_cpp/MySensTNLP.cpp to test/MySensTNLP.cpp
config.status:1688: linking contrib/sIPOPT/examples/redhess_cpp/redhess_cpp.cpp to test/redhess_cpp.cpp
config.status:1707: executing depfiles commands
config.status:1784: cd src/Common       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for `am--depfiles'.
config.status:1789: $? = 0
config.status:1784: cd src/LinAlg       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for `am--depfiles'.
config.status:1789: $? = 0
config.status:1784: cd src/LinAlg/TMatrices       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for `am--depfiles'.
config.status:1789: $? = 0
config.status:1784: cd src/Interfaces       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for `am--depfiles'.
config.status:1789: $? = 0
config.status:1784: cd src/Algorithm       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for `am--depfiles'.
config.status:1789: $? = 0
config.status:1784: cd src/Algorithm/LinearSolvers       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for `am--depfiles'.
config.status:1789: $? = 0
config.status:1784: cd src/Algorithm/Inexact       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for `am--depfiles'.
config.status:1789: $? = 0
config.status:1784: cd src/contrib/CGPenalty       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for `am--depfiles'.
config.status:1789: $? = 0
config.status:1784: cd src/contrib/LinearSolverLoader       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for `am--depfiles'.
config.status:1789: $? = 0
config.status:1784: cd src/Apps/AmplSolver       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for `am--depfiles'.
config.status:1789: $? = 0
config.status:1784: cd test       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for `am--depfiles'.
config.status:1789: $? = 0
config.status:1784: cd contrib/sIPOPT/src       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for `am--depfiles'.
config.status:1789: $? = 0
config.status:1784: cd contrib/sIPOPT/AmplSolver       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for `am--depfiles'.
config.status:1789: $? = 0
config.status:1707: executing libtool commands
configure:29300: Configuration of Ipopt successful

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=arm-apple-darwin20.5.0
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_ADD_CFLAGS_set=
ac_cv_env_ADD_CFLAGS_value=
ac_cv_env_ADD_CXXFLAGS_set=
ac_cv_env_ADD_CXXFLAGS_value=
ac_cv_env_ADD_FFLAGS_set=
ac_cv_env_ADD_FFLAGS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXXLIBS_set=
ac_cv_env_CXXLIBS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_LDFLAGS_set=
ac_cv_env_LT_LDFLAGS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_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/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -lgfortran -lm'
ac_cv_f77_mangling='lower case, underscore, no extra underscore'
ac_cv_fortran_dummy_main=none
ac_cv_func_MPI_Initialized=no
ac_cv_func_snprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_have_decl_drand48=yes
ac_cv_have_decl_rand=yes
ac_cv_have_decl_va_copy=yes
ac_cv_header_cfloat=yes
ac_cv_header_cieeefp=no
ac_cv_header_cmath=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_ieeefp_h=no
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_header_windows_h=no
ac_cv_host=arm-apple-darwin20.5.0
ac_cv_lib_dl_dlopen=yes
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/bin/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='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_F77=gfortran
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_PKG_CONFIG=pkg-config
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_coin_doxy_usedot=NO
ac_cv_prog_coin_have_doxygen=no
ac_cv_prog_coin_have_latex=no
ac_cv_prog_cxx_c_o=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_c_o=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_f77_v=-v
ac_cv_prog_make_make_set=yes
ac_cv_search_cos='none required'
ac_cv_sizeof_int_p=8
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
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=/usr/bin/ld
lt_cv_path_LDCXX=/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_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
lt_cv_prog_compiler_pic_F77=-fno-common
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_pic_works_F77=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_compiler_static_works_F77=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=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=786432
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} /Users/mottelet/git/sci-ipopt/thirdparty/build/Ipopt/missing aclocal-1.16'
ADD_CFLAGS=''
ADD_CXXFLAGS=''
ADD_FFLAGS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /Users/mottelet/git/sci-ipopt/thirdparty/build/Ipopt/missing autoconf'
AUTOHEADER='${SHELL} /Users/mottelet/git/sci-ipopt/thirdparty/build/Ipopt/missing autoheader'
AUTOMAKE='${SHELL} /Users/mottelet/git/sci-ipopt/thirdparty/build/Ipopt/missing automake-1.16'
AWK='awk'
BIT32FCOMMENT='C'
BIT64FCOMMENT=''
BITS_PER_POINTER='64'
BUILD_INEXACT_FALSE=''
BUILD_INEXACT_TRUE='#'
BUILD_JAVA_FALSE=''
BUILD_JAVA_TRUE='#'
BUILD_LINEARSOLVERLOADER_FALSE='#'
BUILD_LINEARSOLVERLOADER_TRUE=''
BUILD_SIPOPT_FALSE='#'
BUILD_SIPOPT_TRUE=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O2 -DNDEBUG '
COIN_HAS_ASL_FALSE=''
COIN_HAS_ASL_TRUE='#'
COIN_HAS_DOXYGEN_FALSE=''
COIN_HAS_DOXYGEN_TRUE='#'
COIN_HAS_F77_FALSE='#'
COIN_HAS_F77_TRUE=''
COIN_HAS_HSL_FALSE=''
COIN_HAS_HSL_TRUE='#'
COIN_HAS_LAPACK_FALSE='#'
COIN_HAS_LAPACK_TRUE=''
COIN_HAS_LATEX_FALSE=''
COIN_HAS_LATEX_TRUE='#'
COIN_HAS_MUMPS_FALSE='#'
COIN_HAS_MUMPS_TRUE=''
COIN_HAS_PKGCONFIG_FALSE='#'
COIN_HAS_PKGCONFIG_TRUE=''
COIN_PKG_CONFIG_PATH='/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib/pkgconfig:'
COIN_RELOCATABLE_FALSE=''
COIN_RELOCATABLE_TRUE='#'
COIN_STATIC_BUILD_FALSE='#'
COIN_STATIC_BUILD_TRUE=''
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-O2 -DNDEBUG '
CXXLIBS='-lstdc++ -lm'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
F77='gfortran'
FFLAGS='-O2 '
FGREP='/usr/bin/grep -F'
FLIBS=' -L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0 -L/opt/homebrew/Cellar/gcc/11.1.0/lib/gcc/11/gcc/aarch64-apple-darwin20/11.1.0/../../.. -lgfortran -lm'
GREP='/usr/bin/grep'
HAVE_MA28_FALSE=''
HAVE_MA28_TRUE='#'
HAVE_PARDISO_FALSE=''
HAVE_PARDISO_TRUE='#'
HAVE_WSMP_FALSE=''
HAVE_WSMP_TRUE='#'
HSLLIB_CFLAGS=''
HSLLIB_CFLAGS_NOPC=''
HSLLIB_LFLAGS=''
HSLLIB_LFLAGS_NOPC=''
HSLLIB_PCFILES=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
IPALLLIBS='../contrib/LinearSolverLoader/libLinearSolverLoader.la ../contrib/CGPenalty/libcgpenalty.la ../Algorithm/libipoptalg.la ../Algorithm/LinearSolvers/liblinsolvers.la ../Common/libcommon.la ../LinAlg/liblinalg.la ../LinAlg/TMatrices/libtmatrices.la'
IPOPTAMPLINTERFACELIB_CFLAGS=' -DIPOPTAMPLINTERFACELIB_BUILD'
IPOPTAMPLINTERFACELIB_CFLAGS_NOPC=''
IPOPTAMPLINTERFACELIB_LFLAGS=''
IPOPTAMPLINTERFACELIB_LFLAGS_NOPC=''
IPOPTAMPLINTERFACELIB_PCFILES=''
IPOPTLIB_CFLAGS='-I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/mumps/   -DIPOPTLIB_BUILD'
IPOPTLIB_CFLAGS_NOPC='-I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/mumps/  '
IPOPTLIB_LFLAGS='-lcoinmumps -framework Accelerate  -ldl'
IPOPTLIB_LFLAGS_NOPC='-lcoinmumps -framework Accelerate  -ldl'
IPOPTLIB_PCFILES=''
JAR=''
JAVA=''
JAVAC=''
JAVADOC=''
LD='/usr/bin/ld'
LDFLAGS='-L/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/lib'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
LT_LDFLAGS=' -version-number 3:13:5 -no-undefined'
LT_SYS_LIBRARY_PATH=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /Users/mottelet/git/sci-ipopt/thirdparty/build/Ipopt/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='./install-sh -c -d'
NM='/usr/bin/nm -B'
NMEDIT='nmedit'
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=':'
OTOOL='otool'
PACKAGE='ipopt'
PACKAGE_BUGREPORT='https://github.com/coin-or/Ipopt/issues/new'
PACKAGE_NAME='Ipopt'
PACKAGE_STRING='Ipopt 3.13.5'
PACKAGE_TARNAME='ipopt'
PACKAGE_URL='https://github.com/coin-or/Ipopt'
PACKAGE_VERSION='3.13.5'
PATH_SEPARATOR=':'
PKG_CONFIG='pkg-config'
RANLIB='ranlib'
RPATH_FLAGS=''
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SIPOPTAMPLINTERFACELIB_CFLAGS=' -DSIPOPTAMPLINTERFACELIB_BUILD'
SIPOPTAMPLINTERFACELIB_CFLAGS_NOPC=''
SIPOPTAMPLINTERFACELIB_LFLAGS=''
SIPOPTAMPLINTERFACELIB_LFLAGS_NOPC=''
SIPOPTAMPLINTERFACELIB_PCFILES=''
STRIP='strip'
VERSION='3.13.5'
_ACJNI_JAVAC=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
ac_ct_F77='gfortran'
ac_ct_PKG_CONFIG='pkg-config'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='arm-apple-darwin20.5.0'
build_alias=''
build_cpu='arm'
build_os='darwin20.5.0'
build_vendor='apple'
coin_doxy_logname='ipopt_doxy.log'
coin_doxy_tagfiles=''
coin_doxy_tagname='ipopt_doxy.tag'
coin_doxy_usedot='NO'
coin_have_doxygen='no'
coin_have_latex='no'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='arm-apple-darwin20.5.0'
host_alias=''
host_cpu='arm'
host_os='darwin20.5.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/mottelet/git/sci-ipopt/thirdparty/build/Ipopt/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}'
prefix='/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64'
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 "Ipopt"
#define PACKAGE_TARNAME "ipopt"
#define PACKAGE_VERSION "3.13.5"
#define PACKAGE_STRING "Ipopt 3.13.5"
#define PACKAGE_BUGREPORT "https://github.com/coin-or/Ipopt/issues/new"
#define PACKAGE_URL "https://github.com/coin-or/Ipopt"
#define IPOPT_VERSION "3.13.5"
#define IPOPT_VERSION_MAJOR 3
#define IPOPT_VERSION_MINOR 13
#define IPOPT_VERSION_RELEASE 5
#define F77_FUNC(name,NAME) name ## _
#define F77_FUNC_(name,NAME) name ## _
#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 IPOPT_VERBOSITY 0
#define IPOPT_CHECKLEVEL 0
#define IPOPT_HAS_LAPACK 1
#define IPOPT_LAPACK_FUNC(name,NAME) name ## _
#define IPOPT_LAPACK_FUNC_(name,NAME) name ## _
#define IPOPT_HAS_MUMPS 1
#define SIZEOF_INT_P 8
#define HAVE_CMATH 1
#define HAVE_CFLOAT 1
#define IPOPT_C_FINITE std::isfinite
#define IPOPT_HAS_VA_COPY 1
#define IPOPT_HAS_DRAND48 1
#define IPOPT_HAS_RAND 1
#define IPOPT_HAS_STD__RAND 1
#define IPOPT_FORTRAN_INTEGER_TYPE int
#define IPOPT_HAS_LINEARSOLVERLOADER 1
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1
#define IPOPTLIB_EXPORT 
#define IPOPTAMPLINTERFACELIB_EXPORT 
#define SIPOPTAMPLINTERFACELIB_EXPORT 

configure: exit 0
svigerske commented 3 years ago

The coinmumps.pc file looks ok, but it isn't used anyway, since you specify own --with-mumps-lflags. Those don't include -lcoinmetis, but since it links, I guess that libcoinmetis.a is linked in via the libtool-archive (.la) magic.

I don't know what goes wrong here. You could add some #error shouldn-not-be-here at https://github.com/coin-or-tools/ThirdParty-Mumps/blob/stable/2.1/metis_adapter.c#L127 to check that this branch (which is for Metis 5) doesn't get compiled, but I don't see why it would be, since according to

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -DAdd_ -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -Dmetis -I/Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/ -DMUMPS_BUILD -O2 -DNDEBUG -MT metis_adapter.lo -MD -MP -MF .deps/metis_adapter.Tpo -c metis_adapter.c  -fno-common -DPIC -o metis_adapter.o

the metis header should be picked up from /Users/mottelet/git/sci-ipopt/thirdparty/Darwin/arm64/include/coin-or/metis/.

mottelet commented 3 years ago

The problem seemed to be caused by Scilab, which uses UMFPack from SuiteSparse, and its Homebrew package uses metis 5. There is

/opt/homebrew/Cellar/metis/5.1.0/include/metis.h

However, even after uninstalling the metis Homebrew package and rebuilding Ipopt, and its tests, all tests still fail.

mottelet commented 3 years ago

Adding the #error in metis_adapter.c does not raise the error at compilation.

svigerske commented 3 years ago

I don't know what to do. If you have Metis 5 anyway, then I don't understand why you try to stick with Metis 4 for MUMPS. Even the license of Metis 4 is worse than the one of Metis 5, as far as I remember.

mottelet commented 3 years ago

OK. What are the default versions of Mump and Metis used by coin brew ?

svigerske commented 3 years ago

coinbrew itself doesn't know about Mumps or Metis, or any package. It reads this file to check for dependencies that it should build: https://github.com/coin-or/Ipopt/blob/stable/3.13/.coin-or/Dependencies

As the changelog says, ThirdParty-Metis has been dropped from the dependencies. ThirdParty-Mumps and ThirdParty-HSL just look for a metis in the system now. (It seemed ridiculous to maintain an own buildsystem for something that builds as easy as metis and is included in so many package managers.) Currently, both Metis 4 and Metis 5 should work for ThirdParty-Mumps and ThirdParty-HSL.

The homebrew installation of metis is not in the default include and library search paths, so if one gets metis via brew install metis, then configure should be called with --with-metis-cflags=-I/usr/local/Cellar/metis/5.1.0/include --with-metis-lflags="-L/usr/local/Cellar/metis/5.1.0/lib -lmetis".

If there was a time when your setup of building Ipopt 3.13 was working on macOS for M1, then you could bisect in the history of https://github.com/coin-or-tools/ThirdParty-Mumps/commits/stable/2.1 to find when it started failing.

svigerske commented 3 years ago

Closing, as I don't know what else I could do here and cannot reproduce or debug. It's also not an issue with Ipopt itself.