Skip to content

Instantly share code, notes, and snippets.

@fekad
Last active July 19, 2022 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fekad/c0dde575e12127b827f49865b6acbd42 to your computer and use it in GitHub Desktop.
Save fekad/c0dde575e12127b827f49865b6acbd42 to your computer and use it in GitHub Desktop.
#9 [5/6] COPY 3rdparty/sissopp .
#9 sha256:70e12117a48b327b204c1f122bf7f0895950a3d777bbc4baf968c75173bc438f
#9 CACHED
#10 [6/6] RUN mkdir build && cd build && cmake -C ../cmake/toolchains/gnu_param_py.cmake -DEXTERNAL_BOOST=ON ../ && make && make install
#10 sha256:bfb8db41c4a7b47f08cf7672d960fc416ec77574427e4598dfacfa6ca6828e33
#10 0.366 loading initial cache file ../cmake/toolchains/gnu_param_py.cmake
#10 0.475 -- The CXX compiler identification is GNU 9.4.0
#10 0.548 -- The C compiler identification is GNU 9.4.0
#10 0.562 -- Check for working CXX compiler: /usr/bin/g++
#10 0.699 -- Check for working CXX compiler: /usr/bin/g++ -- works
#10 0.701 -- Detecting CXX compiler ABI info
#10 0.850 -- Detecting CXX compiler ABI info - done
#10 0.881 -- Detecting CXX compile features
#10 0.882 -- Detecting CXX compile features - done
#10 0.890 -- Check for working C compiler: /usr/bin/gcc
#10 0.996 -- Check for working C compiler: /usr/bin/gcc -- works
#10 0.998 -- Detecting C compiler ABI info
#10 1.127 -- Detecting C compiler ABI info - done
#10 1.148 -- Detecting C compile features
#10 1.149 -- Detecting C compile features - done
#10 1.152 -- Building dynamiclly linked libraries
#10 1.152 -- Building with support for parameterized features.
#10 1.152 -- Building the python bindings
#10 1.152 -- Building the executable
#10 1.153 -- Using external boost
#10 1.571 -- Found OpenMP_C: -fopenmp (found version "4.5")
#10 1.712 -- Found OpenMP_CXX: -fopenmp (found version "4.5")
#10 1.713 -- Found OpenMP: TRUE (found version "4.5")
#10 1.714 -- OPEN MP 201511
#10 1.714 -- Using OpenMP 4.5 directives
#10 1.762 -- Found PythonInterp: /opt/conda/bin/python3 (found suitable version "3.10.5", minimum required is "3")
#10 2.659 -- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake (found version "1.71.0") found components: filesystem system mpi serialization
#10 2.663 -- Boost_LIBRARY_DIRS: /usr/lib/
#10 2.663 -- Boost_INCLUDE_DIRS: /usr/include
#10 2.672 -- Looking for pthread.h
#10 2.792 -- Looking for pthread.h - found
#10 2.793 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
#10 2.916 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
#10 2.918 -- Found Threads: TRUE
#10 2.930 -- Could NOT find BLAS (missing: BLAS_LIBRARIES)
#10 2.931 -- LAPACK requires BLAS
#10 2.931 -- A library with LAPACK API not found. Please specify library location.
#10 2.948 -- Could NOT find BLAS (missing: BLAS_LIBRARIES)
#10 2.949 -- LAPACK requires BLAS
#10 2.949 -- A library with LAPACK API not found. Please specify library location.
#10 2.952 -- Looking for sgemm_
#10 3.057 -- Looking for sgemm_ - not found
#10 3.096 -- Looking for sgemm_
#10 3.206 -- Looking for sgemm_ - found
#10 3.207 -- Found BLAS: /usr/lib/x86_64-linux-gnu/libblas.so
#10 3.211 -- Looking for cheev_
#10 3.325 -- Looking for cheev_ - not found
#10 3.333 -- Looking for cheev_
#10 3.469 -- Looking for cheev_ - found
#10 3.471 -- A library with LAPACK API found.
#10 3.472 -- LAPACK_LIBRARIES = /usr/lib/x86_64-linux-gnu/liblapack.so;/usr/lib/x86_64-linux-gnu/libblas.so
#10 3.680 -- Found MPI_C: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so (found version "3.1")
#10 6.167 -- Found MPI_CXX: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so (found version "3.1")
#10 6.168 -- Found MPI: TRUE (found version "3.1")
#10 6.198 -- NLOPT_LIBRARIES: /opt/sissopp/lib//nlopt//libnlopt.so
#10 6.198 -- COIN_CLP_BLAS_LAPACK_LIBS = -L/usr/lib/x86_64-linux-gnu -llapack -lblas
#10 6.282 -- FMT_LIBRARIES: /opt/sissopp/lib//fmt//libfmt.so
#10 6.284 -- CMAKE_CXX_FLAGS: -O3 -march=native -DPARAMETERIZE -fopenmp -DOMP45 -Wno-deprecated-declarations -Wno-deprecated-declarations
#10 6.338 -- pybind11 v2.9.0
#10 6.368 -- Found PythonInterp: /opt/conda/bin/python3 (found version "3.10.5")
#10 6.758 -- Found PythonLibs: /opt/conda/lib/libpython3.10.so
#10 6.760 -- Performing Test HAS_FLTO
#10 6.944 -- Performing Test HAS_FLTO - Success
#10 10.86 -- /opt/conda/lib/python3.10/site-packages/sissopp/
#10 10.87 -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
#10 10.87 Doxygen need to be installed to generate the doxygen documentation
#10 10.87 -- Configuring done
#10 10.93 -- Generating done
#10 10.94 -- Build files have been written to: /opt/sissopp/build
#10 11.03 Scanning dependencies of target external_fmt
#10 11.05 [ 0%] Creating directories for 'external_fmt'
#10 11.18 [ 1%] Performing download step (git clone) for 'external_fmt'
#10 11.22 Cloning into 'external_fmt'...
#10 14.47 Note: switching to '7.1.2'.
#10 14.47
#10 14.47 You are in 'detached HEAD' state. You can look around, make experimental
#10 14.47 changes and commit them, and you can discard any commits you make in this
#10 14.47 state without impacting any branches by switching back to a branch.
#10 14.47
#10 14.47 If you want to create a new branch to retain commits you create, you may
#10 14.47 do so (now or later) by using -c with the switch command. Example:
#10 14.47
#10 14.47 git switch -c <new-branch-name>
#10 14.47
#10 14.47 Or undo this operation with:
#10 14.47
#10 14.47 git switch -
#10 14.47
#10 14.47 Turn off this advice by setting config variable advice.detachedHead to false
#10 14.47
#10 14.47 HEAD is now at cc09f1a6 Update version
#10 14.69 [ 2%] No patch step for 'external_fmt'
#10 14.72 [ 3%] Performing update step for 'external_fmt'
#10 14.77 [ 4%] Performing configure step for 'external_fmt'
#10 14.78 -- CMake version: 3.16.3
#10 14.86 -- The CXX compiler identification is GNU 9.4.0
#10 14.87 -- Check for working CXX compiler: /usr/bin/g++
#10 14.98 -- Check for working CXX compiler: /usr/bin/g++ -- works
#10 14.98 -- Detecting CXX compiler ABI info
#10 15.10 -- Detecting CXX compiler ABI info - done
#10 15.12 -- Detecting CXX compile features
#10 15.13 -- Detecting CXX compile features - done
#10 15.13 -- Version: 7.1.2
#10 15.13 -- Build type: Release
#10 15.13 -- CXX_STANDARD: 11
#10 15.13 -- Performing Test has_std_11_flag
#10 15.25 -- Performing Test has_std_11_flag - Success
#10 15.25 -- Performing Test has_std_0x_flag
#10 15.46 -- Performing Test has_std_0x_flag - Success
#10 15.47 -- Performing Test SUPPORTS_USER_DEFINED_LITERALS
#10 15.58 -- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success
#10 15.58 -- Performing Test FMT_HAS_VARIANT
#10 15.71 -- Performing Test FMT_HAS_VARIANT - Success
#10 15.71 -- Required features: cxx_variadic_templates
#10 15.71 -- Looking for strtod_l
#10 15.95 -- Looking for strtod_l - found
#10 15.99 -- Configuring done
#10 16.01 -- Generating done
#10 16.02 CMake Warning:
#10 16.02 Manually-specified variables were not used by the project:
#10 16.02
#10 16.02 CMAKE_C_COMPILER
#10 16.02
#10 16.02
#10 16.03 -- Build files have been written to: /opt/sissopp/build/external/fmt/build
#10 16.06 [ 5%] Performing build step for 'external_fmt'
#10 16.17 Scanning dependencies of target fmt
#10 16.21 [ 50%] Building CXX object CMakeFiles/fmt.dir/src/format.cc.o
#10 24.36 [100%] Linking CXX shared library libfmt.so
#10 24.53 [100%] Built target fmt
#10 24.56 [ 6%] Performing install step for 'external_fmt'
#10 24.64 [100%] Built target fmt
#10 24.67 Install the project...
#10 24.68 -- Install configuration: "Release"
#10 24.68 -- Installing: /opt/sissopp/lib/fmt/cmake/fmt/fmt-config.cmake
#10 24.68 -- Installing: /opt/sissopp/lib/fmt/cmake/fmt/fmt-config-version.cmake
#10 24.69 -- Installing: /opt/sissopp/lib/fmt/cmake/fmt/fmt-targets.cmake
#10 24.69 -- Installing: /opt/sissopp/lib/fmt/cmake/fmt/fmt-targets-release.cmake
#10 24.69 -- Installing: /opt/sissopp/lib/fmt/libfmt.so.7.1.2
#10 24.69 -- Installing: /opt/sissopp/lib/fmt/libfmt.so.7
#10 24.69 -- Installing: /opt/sissopp/lib/fmt/libfmt.so
#10 24.70 -- Installing: /opt/sissopp/build/external/fmt/bin/include/fmt/chrono.h
#10 24.70 -- Installing: /opt/sissopp/build/external/fmt/bin/include/fmt/color.h
#10 24.70 -- Installing: /opt/sissopp/build/external/fmt/bin/include/fmt/compile.h
#10 24.70 -- Installing: /opt/sissopp/build/external/fmt/bin/include/fmt/core.h
#10 24.70 -- Installing: /opt/sissopp/build/external/fmt/bin/include/fmt/format.h
#10 24.70 -- Installing: /opt/sissopp/build/external/fmt/bin/include/fmt/format-inl.h
#10 24.70 -- Installing: /opt/sissopp/build/external/fmt/bin/include/fmt/locale.h
#10 24.70 -- Installing: /opt/sissopp/build/external/fmt/bin/include/fmt/os.h
#10 24.70 -- Installing: /opt/sissopp/build/external/fmt/bin/include/fmt/ostream.h
#10 24.71 -- Installing: /opt/sissopp/build/external/fmt/bin/include/fmt/posix.h
#10 24.71 -- Installing: /opt/sissopp/build/external/fmt/bin/include/fmt/printf.h
#10 24.71 -- Installing: /opt/sissopp/build/external/fmt/bin/include/fmt/ranges.h
#10 24.71 -- Installing: /opt/sissopp/lib/fmt/pkgconfig/fmt.pc
#10 24.75 [ 7%] Completed 'external_fmt'
#10 24.80 [ 7%] Built target external_fmt
#10 24.82 Scanning dependencies of target external_CoinUtils
#10 24.84 [ 8%] Creating directories for 'external_CoinUtils'
#10 24.94 [ 8%] Performing download step (git clone) for 'external_CoinUtils'
#10 24.98 Cloning into 'external_CoinUtils'...
#10 32.17 Note: switching to 'releases/2.11.4'.
#10 32.17
#10 32.17 You are in 'detached HEAD' state. You can look around, make experimental
#10 32.17 changes and commit them, and you can discard any commits you make in this
#10 32.17 state without impacting any branches by switching back to a branch.
#10 32.17
#10 32.17 If you want to create a new branch to retain commits you create, you may
#10 32.17 do so (now or later) by using -c with the switch command. Example:
#10 32.17
#10 32.17 git switch -c <new-branch-name>
#10 32.17
#10 32.17 Or undo this operation with:
#10 32.17
#10 32.17 git switch -
#10 32.17
#10 32.17 Turn off this advice by setting config variable advice.detachedHead to false
#10 32.17
#10 32.17 HEAD is now at f709081c creating CoinUtils/releases/2.11.4 from CoinUtils/stable/2.11 (rev 2264)
#10 32.39 [ 9%] No patch step for 'external_CoinUtils'
#10 32.45 [ 10%] Performing update step for 'external_CoinUtils'
#10 32.50 [ 11%] Performing configure step for 'external_CoinUtils'
#10 32.79 configure: creating cache config.cache
#10 32.83 checking build system type... x86_64-unknown-linux-gnu
#10 32.87 checking whether we want to compile in debug mode... no
#10 32.88 checking for gcc... gcc
#10 32.90 checking for C compiler default output file name... a.out
#10 32.95 checking whether the C compiler works... yes
#10 32.96 checking whether we are cross compiling... no
#10 32.96 checking for suffix of executables...
#10 33.02 checking for suffix of object files... o
#10 33.06 checking whether we are using the GNU C compiler... yes
#10 33.10 checking whether gcc accepts -g... yes
#10 33.14 checking for gcc option to accept ANSI C... none needed
#10 33.28 configure: C compiler options are: -O3 -pipe -DNDEBUG -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long
#10 33.30 checking whether we are using the GNU C++ compiler... yes
#10 33.34 checking whether g++ accepts -g... yes
#10 33.63 checking whether C++ compiler g++ works... yes
#10 33.74 configure: C++ compiler options are: -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -std=c++14 --shared -fPIC
#10 33.74 configure: Trying to determine Fortran compiler name
#10 33.74 checking for gfortran... no
#10 33.74 checking for ifort... no
#10 33.75 checking for g95... no
#10 33.75 checking for fort77... no
#10 33.75 checking for f77... no
#10 33.75 checking for g77... no
#10 33.75 checking for pgf90... no
#10 33.75 checking for pgf77... no
#10 33.75 checking for ifc... no
#10 33.75 checking for frt... no
#10 33.75 checking for af77... no
#10 33.75 checking for xlf_r... no
#10 33.76 configure: WARNING: Failed to find a Fortran compiler!
#10 33.76 configure: Fortran compiler options are:
#10 33.80 checking for egrep... grep -E
#10 33.81 checking whether ln -s works... yes
#10 33.81 checking for a BSD-compatible install... /usr/bin/install -c
#10 33.82 checking whether build environment is sane... yes
#10 34.85 checking for gawk... no
#10 34.86 checking for mawk... mawk
#10 34.86 checking whether make sets $(MAKE)... yes
#10 34.88 checking for style of include used by make... GNU
#10 34.89 checking dependency style of gcc... gcc3
#10 34.94 checking dependency style of g++... gcc3
#10 35.00 checking whether to enable maintainer-specific portions of Makefiles... no
#10 35.00 checking host system type... x86_64-unknown-linux-gnu
#10 35.03 checking for a sed that does not truncate output... /usr/bin/sed
#10 35.04 checking for ld used by gcc... /usr/bin/ld
#10 35.04 checking if the linker (/usr/bin/ld) is GNU ld... yes
#10 35.05 checking for /usr/bin/ld option to reload object files... -r
#10 35.05 checking for BSD-compatible nm... /usr/bin/nm -B
#10 35.06 checking how to recognise dependent libraries... pass_all
#10 35.07 ../src/external_CoinUtils/configure: line 6405: /usr/bin/file: No such file or directory
#10 35.08 checking how to run the C preprocessor... gcc -E
#10 35.16 checking for ANSI C header files... yes
#10 35.30 checking for sys/types.h... yes
#10 35.36 checking for sys/stat.h... yes
#10 35.43 checking for stdlib.h... yes
#10 35.49 checking for string.h... yes
#10 35.55 checking for memory.h... yes
#10 35.61 checking for strings.h... yes
#10 35.66 checking for inttypes.h... yes
#10 35.73 checking for stdint.h... yes
#10 35.79 checking for unistd.h... yes
#10 35.85 checking dlfcn.h usability... yes
#10 35.91 checking dlfcn.h presence... yes
#10 35.94 checking for dlfcn.h... yes
#10 35.95 checking how to run the C++ preprocessor... g++ -E
#10 36.05 checking the maximum length of command line arguments... 32768
#10 36.97 checking command to parse /usr/bin/nm -B output from gcc object... ok
#10 37.07 checking for objdir... .libs
#10 37.07 checking for ar... ar
#10 37.07 checking for ranlib... ranlib
#10 37.07 checking for strip... strip
#10 37.14 checking if gcc supports -fno-rtti -fno-exceptions... no
#10 37.17 checking for gcc option to produce PIC... -fPIC
#10 37.17 checking if gcc PIC flag -fPIC works... yes
#10 37.19 checking if gcc static flag -static works... yes
#10 37.28 checking if gcc supports -c -o file.o... yes
#10 37.32 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
#10 37.34 checking whether -lc should be explicitly linked in... no
#10 37.37 checking dynamic linker characteristics... GNU/Linux ld.so
#10 37.39 checking how to hardcode library paths into programs... immediate
#10 37.39 checking whether stripping libraries is possible... yes
#10 37.39 checking if libtool supports shared libraries... yes
#10 37.39 checking whether to build shared libraries... yes
#10 37.39 checking whether to build static libraries... no
#10 37.65 configure: creating libtool
#10 37.68 appending configuration tag "CXX" to libtool
#10 37.75 checking for ld used by g++... /usr/bin/ld
#10 37.76 checking if the linker (/usr/bin/ld) is GNU ld... yes
#10 37.77 checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
#10 37.82 checking for g++ option to produce PIC... -fPIC
#10 37.82 checking if g++ PIC flag -fPIC works... yes
#10 37.85 checking if g++ static flag -static works... no
#10 37.90 checking if g++ supports -c -o file.o... yes
#10 37.94 checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
#10 37.94 checking dynamic linker characteristics... GNU/Linux ld.so
#10 37.97 checking how to hardcode library paths into programs... immediate
#10 38.22 appending configuration tag "F77" to libtool
#10 38.24 checking if libtool supports shared libraries... yes
#10 38.24 checking whether to build shared libraries... yes
#10 38.24 checking whether to build static libraries... no
#10 38.24 checking for unavailable option to produce PIC... -fPIC
#10 38.24 checking if unavailable PIC flag -fPIC works... no
#10 38.25 checking if unavailable static flag -static works... no
#10 38.25 checking if unavailable supports -c -o file.o... no
#10 38.28 checking whether the unavailable linker (/usr/bin/ld) supports shared libraries... yes
#10 38.29 checking dynamic linker characteristics... ../src/external_CoinUtils/configure: line 16338: unavailable: command not found
#10 38.31 GNU/Linux ld.so
#10 38.31 checking how to hardcode library paths into programs... immediate
#10 38.62 configure: Build is "x86_64-unknown-linux-gnu".
#10 38.62 checking for dos2unix... no
#10 38.62 checking if library version is set... no
#10 38.63 checking whether source of project Glpk is available and should be compiled... no
#10 38.63 checking whether source of project Blas is available and should be compiled... no
#10 38.63 checking whether source of project Lapack is available and should be compiled... no
#10 38.64 checking whether source of project Sample is available and should be compiled... no
#10 38.64 checking whether source of project Netlib is available and should be compiled... no
#10 38.64 checking whether source of project CoinUtils is available and should be compiled... yes, source in CoinUtils
#10 38.64 configure: configuring doxygen documentation options
#10 38.64 checking for doxygen... no
#10 38.65 checking for latex... yes
#10 38.65 checking for dot... NO
#10 38.65 checking which command should be used to link input files... ln -s
#10 38.67 updating cache config.cache
#10 38.68 configure: creating ./config.status
#10 38.82 config.status: creating Makefile
#10 38.85 config.status: creating doxydoc/doxygen.conf
#10 38.87 config.status: executing depfiles commands
#10 38.90 configure: configuring in CoinUtils
#10 38.92 configure: running /bin/bash '../../src/external_CoinUtils/CoinUtils/configure' --prefix=/opt/sissopp/build/external/CoinUtils/bin/ '-C' 'CXX=g++' '--prefix=/opt/sissopp/build/external/CoinUtils/bin/' '--with-lapack-lflags=-L/usr/lib/x86_64-linux-gnu -llapack -lblas' '--libdir=/opt/sissopp/lib//coin-or/' 'ADD_CXXFLAGS=-std=c++14 --shared -fPIC' '--enable-shared' '--disable-static' --cache-file=../config.cache --srcdir=../../src/external_CoinUtils/CoinUtils
#10 39.11 configure: loading cache ../config.cache
#10 39.14 checking build system type... (cached) x86_64-unknown-linux-gnu
#10 39.18 checking for svnversion... no
#10 39.18 checking whether we want to compile in debug mode... no
#10 39.18 checking for gcc... (cached) gcc
#10 39.20 checking for C compiler default output file name... a.out
#10 39.25 checking whether the C compiler works... yes
#10 39.25 checking whether we are cross compiling... no
#10 39.25 checking for suffix of executables...
#10 39.30 checking for suffix of object files... (cached) o
#10 39.30 checking whether we are using the GNU C compiler... (cached) yes
#10 39.31 checking whether gcc accepts -g... (cached) yes
#10 39.31 checking for gcc option to accept ANSI C... (cached) none needed
#10 39.39 configure: C compiler options are: -O3 -pipe -DNDEBUG -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD
#10 39.41 checking whether we are using the GNU C++ compiler... (cached) yes
#10 39.41 checking whether g++ accepts -g... (cached) yes
#10 39.59 checking whether C++ compiler g++ works... yes
#10 39.69 configure: C++ compiler options are: -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -std=c++14 --shared -fPIC -DCOINUTILS_BUILD
#10 39.70 configure: Trying to determine Fortran compiler name
#10 39.70 checking for gfortran... no
#10 39.70 checking for ifort... no
#10 39.70 checking for g95... no
#10 39.70 checking for fort77... no
#10 39.70 checking for f77... no
#10 39.71 checking for g77... no
#10 39.71 checking for pgf90... no
#10 39.71 checking for pgf77... no
#10 39.71 checking for ifc... no
#10 39.71 checking for frt... no
#10 39.71 checking for af77... no
#10 39.71 checking for xlf_r... no
#10 39.72 configure: WARNING: Failed to find a Fortran compiler!
#10 39.72 configure: Fortran compiler options are:
#10 39.76 checking for egrep... (cached) grep -E
#10 39.76 checking whether ln -s works... yes
#10 39.76 checking for a BSD-compatible install... (cached) /usr/bin/install -c
#10 39.76 checking whether build environment is sane... yes
#10 40.79 checking for gawk... (cached) mawk
#10 40.79 checking whether make sets $(MAKE)... (cached) yes
#10 40.80 checking for style of include used by make... GNU
#10 40.82 checking dependency style of gcc... (cached) gcc3
#10 40.82 checking dependency style of g++... (cached) gcc3
#10 40.82 checking whether to enable maintainer-specific portions of Makefiles... no
#10 40.82 configure: Using libtool script in directory ..
#10 40.95 checking if library version is set... 14:4:11
#10 40.97 checking cmath usability... yes
#10 41.11 checking cmath presence... yes
#10 41.17 checking for cmath... yes
#10 41.20 checking cfloat usability... yes
#10 41.28 checking cfloat presence... yes
#10 41.31 checking for cfloat... yes
#10 41.34 checking cieeefp usability... no
#10 41.40 checking cieeefp presence... no
#10 41.43 checking for cieeefp... no
#10 41.45 checking ieeefp.h usability... no
#10 41.50 checking ieeefp.h presence... no
#10 41.54 checking for ieeefp.h... no
#10 41.54 checking whether isfinite is declared... no
#10 41.62 checking whether finite is declared... yes
#10 41.76 checking for cmath... (cached) yes
#10 41.79 checking for cfloat... (cached) yes
#10 41.81 checking for cieeefp... (cached) no
#10 41.83 checking for ieeefp.h... (cached) no
#10 41.83 checking whether isnan is declared... no
#10 41.92 checking whether std::isnan(42.42) is declared... yes
#10 42.05 checking cinttypes usability... yes
#10 42.12 checking cinttypes presence... yes
#10 42.16 checking for cinttypes... yes
#10 42.19 checking cstdint usability... yes
#10 42.26 checking cstdint presence... yes
#10 42.30 checking for cstdint... yes
#10 42.33 checking for int64_t... yes
#10 42.40 checking for intptr_t... yes
#10 42.49 checking windows.h usability... no
#10 42.56 checking windows.h presence... no
#10 42.58 checking for windows.h... no
#10 42.59 checking endian.h usability... yes
#10 42.67 checking endian.h presence... yes
#10 42.70 checking for endian.h... yes
#10 42.71 checking for pkg-config... no
#10 42.73 checking whether -lblas has BLAS... yes: -lblas
#10 42.80 configure: checking whether LAPACK is already available with BLAS library
#10 42.80 checking for dsyev... no
#10 42.86 checking whether -llapack has LAPACK... yes: -llapack
#10 42.93 checking for COIN-OR package Glpk... skipped check via pkg-config, redirect to fallback
#10 42.93 checking for COIN-OR package Glpk (fallback)... no, dependency coinglpk not available
#10 42.93 checking for COIN-OR package Sample... skipped check via pkg-config, redirect to fallback
#10 42.93 checking for COIN-OR package Sample (fallback)... no, dependency coindatasample not available
#10 42.93 checking for COIN-OR package Netlib... skipped check via pkg-config, redirect to fallback
#10 42.94 checking for COIN-OR package Netlib (fallback)... no, dependency coindatanetlib not available
#10 42.94 checking zlib.h usability... yes
#10 43.02 checking zlib.h presence... yes
#10 43.05 checking for zlib.h... yes
#10 43.06 checking for gzopen in -lz... yes
#10 43.14 checking bzlib.h usability... no
#10 43.19 checking bzlib.h presence... no
#10 43.22 checking for bzlib.h... no
#10 43.22 checking whether this is a VPATH configuration... yes
#10 43.23 configure: configuring doxygen documentation options
#10 43.23 checking for doxygen... (cached) no
#10 43.23 checking for latex... (cached) yes
#10 43.23 checking for dot... (cached) NO
#10 43.23 checking which command should be used to link input files... ln -s
#10 43.25 updating cache ../config.cache
#10 43.26 configure: creating ./config.status
#10 43.47 config.status: creating Makefile
#10 43.51 config.status: creating src/Makefile
#10 43.55 config.status: creating test/Makefile
#10 43.59 config.status: creating coinutils.pc
#10 43.61 config.status: creating coinutils-uninstalled.pc
#10 43.64 config.status: creating doxydoc/doxygen.conf
#10 43.66 config.status: creating src/config.h
#10 43.70 config.status: creating src/config_coinutils.h
#10 43.78 config.status: executing depfiles commands
#10 44.42 configure: Creating VPATH links for data files
#10 44.42 configure: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting
#10 44.42 configure: Configuration of CoinUtils successful
#10 44.71 configure: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting
#10 44.71 configure: Main configuration of CoinUtils successful
#10 44.90 [ 12%] Performing build step for 'external_CoinUtils'
#10 44.91 Making all in CoinUtils
#10 44.92 Making all in src
#10 45.09 mkdir .libs
#10 45.09 g++ -DHAVE_CONFIG_H -I. -I../../../src/external_CoinUtils/CoinUtils/src -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -std=c++14 --shared -fPIC -DCOINUTILS_BUILD -MT CoinAlloc.lo -MD -MP -MF .deps/CoinAlloc.Tpo -c ../../../src/external_CoinUtils/CoinUtils/src/CoinAlloc.cpp -fPIC -DPIC -o .libs/CoinAlloc.o
#10 45.29 g++ -DHAVE_CONFIG_H -I. -I../../../src/external_CoinUtils/CoinUtils/src -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -std=c++14 --shared -fPIC -DCOINUTILS_BUILD -MT CoinBuild.lo -MD -MP -MF .deps/CoinBuild.Tpo -c ../../../src/external_CoinUtils/CoinUtils/src/CoinBuild.cpp -fPIC -DPIC -o .libs/CoinBuild.o
#10 45.92 g++ -DHAVE_CONFIG_H -I. -I../../../src/external_CoinUtils/CoinUtils/src -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -std=c++14 --shared -fPIC -DCOINUTILS_BUILD -MT CoinDenseVector.lo -MD -MP -MF .deps/CoinDenseVector.Tpo -c ../../../src/external_CoinUtils/CoinUtils/src/CoinDenseVector.cpp -fPIC -DPIC -o .libs/CoinDenseVector.o
#10 46.82 g++ -DHAVE_CONFIG_H -I. -I../../../src/external_CoinUtils/CoinUtils/src -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -std=c++14 --shared -fPIC -DCOINUTILS_BUILD -MT CoinError.lo -MD -MP -MF .deps/CoinError.Tpo -c ../../../src/external_CoinUtils/CoinUtils/src/CoinError.cpp -fPIC -DPIC -o .libs/CoinError.o
#10 47.32 g++ -DHAVE_CONFIG_H -I. -I../../../src/external_CoinUtils/CoinUtils/src -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -std=c++14 --shared -fPIC -DCOINUTILS_BUILD -MT CoinFactorization1.lo -MD -MP -MF .deps/CoinFactorization1.Tpo -c ../../../src/external_CoinUtils/CoinUtils/src/CoinFactorization1.cpp -fPIC -DPIC -o .libs/CoinFactorization1.o
#10 50.47 g++ -DHAVE_CONFIG_H -I. -I../../../src/external_CoinUtils/CoinUtils/src -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -std=c++14 --shared -fPIC -DCOINUTILS_BUILD -MT CoinFactorization2.lo -MD -MP -MF .deps/CoinFactorization2.Tpo -c ../../../src/external_CoinUtils/CoinUtils/src/CoinFactorization2.cpp -fPIC -DPIC -o .libs/CoinFactorization2.o
#10 52.09 ../../../src/external_CoinUtils/CoinUtils/src/CoinFactorization2.cpp:24:15: error: variable or field 'F77_FUNC' declared void
#10 52.09 24 | void F77_FUNC(dgetrf, DGETRF)(ipfint *m, ipfint *n,
#10 52.09 | ^~~~~~
#10 52.10 ../../../src/external_CoinUtils/CoinUtils/src/CoinFactorization2.cpp:24:15: error: 'dgetrf' was not declared in this scope
#10 52.10 ../../../src/external_CoinUtils/CoinUtils/src/CoinFactorization2.cpp:24:23: error: 'DGETRF' was not declared in this scope
#10 52.10 24 | void F77_FUNC(dgetrf, DGETRF)(ipfint *m, ipfint *n,
#10 52.10 | ^~~~~~
#10 52.11 ../../../src/external_CoinUtils/CoinUtils/src/CoinFactorization2.cpp: In member function 'int CoinFactorization::factorDense()':
#10 52.11 ../../../src/external_CoinUtils/CoinUtils/src/CoinFactorization2.cpp:608:14: error: 'dgetrf' was not declared in this scope
#10 52.11 608 | F77_FUNC(dgetrf, DGETRF)
#10 52.11 | ^~~~~~
#10 52.11 ../../../src/external_CoinUtils/CoinUtils/src/CoinFactorization2.cpp:608:22: error: 'DGETRF' was not declared in this scope
#10 52.11 608 | F77_FUNC(dgetrf, DGETRF)
#10 52.11 | ^~~~~~
#10 52.12 ../../../src/external_CoinUtils/CoinUtils/src/CoinFactorization2.cpp:608:5: error: 'F77_FUNC' was not declared in this scope
#10 52.12 608 | F77_FUNC(dgetrf, DGETRF)
#10 52.12 | ^~~~~~~~
#10 52.23 make[6]: *** [Makefile:676: CoinFactorization2.lo] Error 1
#10 52.23 make[5]: *** [Makefile:507: all] Error 2
#10 52.23 make[4]: *** [Makefile:437: all-recursive] Error 1
#10 52.23 make[3]: *** [Makefile:324: all-recursive] Error 1
#10 52.23 make[2]: *** [CMakeFiles/external_CoinUtils.dir/build.make:112: external/CoinUtils/src/external_CoinUtils-stamp/external_CoinUtils-build] Error 2
#10 52.23 make[1]: *** [CMakeFiles/Makefile2:180: CMakeFiles/external_CoinUtils.dir/all] Error 2
#10 52.23 make: *** [Makefile:141: all] Error 2
#10 ERROR: executor failed running [/bin/bash -o pipefail -c mkdir build && cd build && cmake -C ../cmake/toolchains/gnu_param_py.cmake -DEXTERNAL_BOOST=ON ../ && make && make install]: exit code: 2
------
> [6/6] RUN mkdir build && cd build && cmake -C ../cmake/toolchains/gnu_param_py.cmake -DEXTERNAL_BOOST=ON ../ && make && make install:
------
executor failed running [/bin/bash -o pipefail -c mkdir build && cd build && cmake -C ../cmake/toolchains/gnu_param_py.cmake -DEXTERNAL_BOOST=ON ../ && make && make install]: exit code: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment