Skip to content

Console Output

Started by user Asghar Adeel
Running as SYSTEM
Building remotely on windows.openmodelica.org (omdev omsimulator-windows windows) in workspace c:\dev\OpenModelica_releases
[OpenModelica_releases] $ cmd /c call C:\Users\adrpo33\AppData\Local\Compiling\jenkins1869638703590358855.bat

c:\dev\OpenModelica_releases>echo Running the Nightly Build script .... 
Running the Nightly Build script ....

c:\dev\OpenModelica_releases>set OMDEV=C:\OMDevUCRT 

c:\dev\OpenModelica_releases>set OMDEV_MSYSTEM=UCRT64 

c:\dev\OpenModelica_releases>type c:\dev\OpenModelica_releases\buildNightly64bit.bat 
REM @echo off 
REM @echo off & setlocal enableextensions
REM Task to automatically build the Windows nigthly-build for OpenModelica
REM Adrian.Pop@liu.se
REM 2012-10-08
REM last change: 2015-05-08

echo OMDEV: %OMDEV%
echo CD: %CD%

if not exist "%OMDEV%" (
  echo Checkout %OMDEV%
  cd c:\
  git clone https://gitlab.liu.se/OpenModelica/OMDevUCRT.git OMDevUCRT
  cd %OMDEV%
  git checkout master
  call SETUP_OMDEV.bat
)

if not exist "c:\dev\" (
  echo Creating c:\dev
  md c:\dev\
)

if not exist "c:\dev\OMTLMSimulator\" (
  echo Checkout c:\dev\OMTLMSimulator
  cd c:\dev\
  git clone https://github.com/OpenModelica/OMTLMSimulator.git OMTLMSimulator
)

if not exist "c:\dev\OpenModelica_releases" (
 echo Creating c:\dev\OpenModelica_releases
 md c:\dev\OpenModelica_releases
)
  
if not exist "c:\dev\OM64bit\" (
  echo Checkout c:\dev\OM64bit
  cd c:\dev\
  git clone --recursive https://github.com/OpenModelica/OpenModelica.git OM64bit
  cd OM64bit
)

if not exist "c:\dev\OM64bit\OMSetup\" (
  echo Checkout c:\dev\OM64bit\OMSetup
  cd c:\dev\OM64bit\
  git clone https://github.com/OpenModelica/OpenModelicaSetup OMSetup
)

REM update the build script first!
cd c:\dev\OM64bit\OMSetup
git pull

REM update OMDev
cd %OMDEV%
git pull

REM run the Msys script to build the release
cd c:\dev\OpenModelica_releases\
set MSYSTEM=%OMDEV_MSYSTEM%
%OMDEV%\tools\msys\usr\bin\sh --login -i -c "time /c/dev/OM64bit/OMSetup/BuildWindowsRelease.sh adrpo -j3 64bit %1%"

c:\dev\OpenModelica_releases>c:/dev/OpenModelica_releases/buildNightly64bit.bat master 

c:\dev\OpenModelica_releases>REM @echo off  

c:\dev\OpenModelica_releases>REM @echo off & setlocal enableextensions 

c:\dev\OpenModelica_releases>REM Task to automatically build the Windows nigthly-build for OpenModelica 

c:\dev\OpenModelica_releases>REM Adrian.Pop@liu.se 

c:\dev\OpenModelica_releases>REM 2012-10-08 

c:\dev\OpenModelica_releases>REM last change: 2015-05-08 

c:\dev\OpenModelica_releases>echo OMDEV: C:\OMDevUCRT 
OMDEV: C:\OMDevUCRT

c:\dev\OpenModelica_releases>echo CD: c:\dev\OpenModelica_releases 
CD: c:\dev\OpenModelica_releases

c:\dev\OpenModelica_releases>if not exist "C:\OMDevUCRT" (
echo Checkout C:\OMDevUCRT  
 cd c:\  
 git clone https://gitlab.liu.se/OpenModelica/OMDevUCRT.git OMDevUCRT  
 cd C:\OMDevUCRT  
 git checkout master  
 call SETUP_OMDEV.bat 
) 

c:\dev\OpenModelica_releases>if not exist "c:\dev\" (
echo Creating c:\dev  
 md c:\dev\ 
) 

c:\dev\OpenModelica_releases>if not exist "c:\dev\OMTLMSimulator\" (
echo Checkout c:\dev\OMTLMSimulator  
 cd c:\dev\  
 git clone https://github.com/OpenModelica/OMTLMSimulator.git OMTLMSimulator 
) 

c:\dev\OpenModelica_releases>if not exist "c:\dev\OpenModelica_releases" (
echo Creating c:\dev\OpenModelica_releases  
 md c:\dev\OpenModelica_releases 
) 

c:\dev\OpenModelica_releases>if not exist "c:\dev\OM64bit\" (
echo Checkout c:\dev\OM64bit  
 cd c:\dev\  
 git clone --recursive https://github.com/OpenModelica/OpenModelica.git OM64bit  
 cd OM64bit 
) 

c:\dev\OpenModelica_releases>if not exist "c:\dev\OM64bit\OMSetup\" (
echo Checkout c:\dev\OM64bit\OMSetup  
 cd c:\dev\OM64bit\  
 git clone https://github.com/OpenModelica/OpenModelicaSetup OMSetup 
) 

c:\dev\OpenModelica_releases>REM update the build script first! 

c:\dev\OpenModelica_releases>cd c:\dev\OM64bit\OMSetup 

c:\dev\OM64bit\OMSetup>git pull 
Already up to date.

c:\dev\OM64bit\OMSetup>REM update OMDev 

c:\dev\OM64bit\OMSetup>cd C:\OMDevUCRT 

C:\OMDevUCRT>git pull 
Already up to date.

C:\OMDevUCRT>REM run the Msys script to build the release 

C:\OMDevUCRT>cd c:\dev\OpenModelica_releases\ 

c:\dev\OpenModelica_releases>set MSYSTEM=UCRT64 

c:\dev\OpenModelica_releases>C:\OMDevUCRT\tools\msys\usr\bin\sh --login -i -c "time /c/dev/OM64bit/OMSetup/BuildWindowsRelease.sh adrpo -j3 64bit master" 
sh: cannot set terminal process group (-1): Inappropriate ioctl for device
sh: no job control in this shell
+ export SSHUSER=adrpo
+ SSHUSER=adrpo
+ export MAKETHREADS=-j3
+ MAKETHREADS=-j3
+ export PLATFORM=64bit
+ PLATFORM=64bit
+ export GIT_TAG=master
+ GIT_TAG=master
+ export OPENMODELICA_BRANCH=master
+ OPENMODELICA_BRANCH=master
+ '[' '' = yes ']'
+ export 'PATH=/ucrt64/bin:/ucrt64/bin/site_perl/5.32.1:/ucrt64/bin/vendor_perl:/ucrt64/bin/core_perl:/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files/TortoiseSVN/bin/:/c/bin/jdk/bin:/c/bin/nsis3.04/:/c/bin/git/bin'
+ PATH='/ucrt64/bin:/ucrt64/bin/site_perl/5.32.1:/ucrt64/bin/vendor_perl:/ucrt64/bin/core_perl:/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files/TortoiseSVN/bin/:/c/bin/jdk/bin:/c/bin/nsis3.04/:/c/bin/git/bin'
+ PR_BUILD=
+ PR_NAME=
+ XPREFIX=x64
+ '[' 64bit = 32bit ']'
+ MSYSRUNTIME=
+ '[' UCRT64 = UCRT64 ']'
+ MSYSRUNTIME=ucrt
+ '[' UCRT64 = MINGW64 ']'
+ '[' UCRT64 = MINGW32 ']'
++ find '/c/Program Files (x86)/Windows Kits/10/' -wholename '*x64/signtool.exe'
++ tail -1
+ SIGNTOOL='/c/Program Files (x86)/Windows Kits/10/bin/x64/signtool.exe'
+ '[' '/c/Program Files (x86)/Windows Kits/10/bin/x64/signtool.exe' = '' ']'
+ set +e
+ '[' '!' -z /tmp ']'
+ rm -rf '/tmp/*'
+ '[' '!' -z /tmp ']'
+ rm -rf '/tmp/*'
+ '[' '!' -z /c/Users/adrpo33/AppData/Local/Compiling ']'
+ export TMP=/c/Users/adrpo33/AppData/Local/Compiling
+ TMP=/c/Users/adrpo33/AppData/Local/Compiling
+ '[' '!' -z /c/Users/adrpo33/AppData/Local/Compiling ']'
+ export TEMP=/c/Users/adrpo33/AppData/Local/Compiling
+ TEMP=/c/Users/adrpo33/AppData/Local/Compiling
+ '[' '!' -z /c/Users/adrpo33/AppData/Local/Compiling ']'
+ rm -rf /c/Users/adrpo33/AppData/Local/Compiling/jenkins1869638703590358855.bat
+ '[' '!' -z /c/Users/adrpo33/AppData/Local/Compiling ']'
+ rm -rf '/c/Users/adrpo33/AppData/Local/Compiling/*'
+ export OPENMODELICAHOME=c:/dev/OM64bit/build
+ OPENMODELICAHOME=c:/dev/OM64bit/build
+ export OPENMODELICALIBRARY=c:/dev/OM64bit/build/lib/omlibrary
+ OPENMODELICALIBRARY=c:/dev/OM64bit/build/lib/omlibrary
+ export 'OMDEVWIN=C:\OMDevUCRT'
+ OMDEVWIN='C:\OMDevUCRT'
++ cygpath -u 'C:\OMDevUCRT'
+ export OMDEVMSYS=/c/OMDevUCRT
+ OMDEVMSYS=/c/OMDevUCRT
+ export OMDEV=/c/OMDevUCRT
+ OMDEV=/c/OMDevUCRT
+ cd /c/OMDevUCRT
+ git pull
Already up to date.
+ cd /c/dev/OM64bit
+ [[ master =~ PR_.*_experimental ]]
+ echo 'Building master!'
Building master!
+ git fetch
From https://github.com/OpenModelica/OpenModelica
   d54c72f870..5ef4a70c43  master     -> origin/master
+ git fetch --tags
+ git checkout master
M	OMCompiler/3rdParty
M	OMOptim
Your branch is behind 'origin/master' by 1 commit, and can be fast-forwarded.
  (use "git pull" to update your local branch)
Already on 'master'
+ git reset --hard origin/master
HEAD is now at 5ef4a70c43 Implement array traversal with Susan map operator (#12648)
+ git reset --hard master
HEAD is now at 5ef4a70c43 Implement array traversal with Susan map operator (#12648)
+ git checkout master
M	OMCompiler/3rdParty
M	OMOptim
Your branch is up to date with 'origin/master'.
Already on 'master'
+ git submodule update --force --init --recursive
Submodule path 'OMCompiler/3rdParty': checked out '82e892ece107787e9ff17780bf5ac8c3f6bc39ba'
Submodule path 'OMOptim': checked out '35dfa9621e6d4f2a36247dab58de4fbf956b7090'
Submodule path 'OMOptim/common': checked out '08a01802db5ba5edb540383c46718b89ff229ef2'
Submodule path 'OMSens': checked out '0d804d597bc385686856d453cc830fad4923fa3e'
Submodule path 'OMSens_Qt': checked out '68b1b8697ac9f8e37ebe4de13c0c1d4e6e2e56fb'
Submodule path 'OMSens_Qt/common': checked out '08a01802db5ba5edb540383c46718b89ff229ef2'
Submodule path 'OMSimulator': checked out '6f4ecda63323675c4c0aed70f6e31319e7e80771'
Submodule path 'OMSimulator/3rdParty': checked out '5c10de1648d1134a577d9284b58580a72383d89f'
+ git pull --recurse-submodules
Fetching submodule OMCompiler/3rdParty
Fetching submodule OMOptim
Fetching submodule OMOptim/common
Fetching submodule OMSens
Fetching submodule OMSens_Qt
Fetching submodule OMSens_Qt/common
Fetching submodule OMSimulator
Fetching submodule OMSimulator/3rdParty
Already up to date.
+ git fetch
+ git fetch --tags
+ git checkout -f master
Your branch is up to date with 'origin/master'.
Already on 'master'
+ git reset --hard master
HEAD is now at 5ef4a70c43 Implement array traversal with Susan map operator (#12648)
+ git submodule update --force --init --recursive
Submodule path 'OMCompiler/3rdParty': checked out '82e892ece107787e9ff17780bf5ac8c3f6bc39ba'
Submodule path 'OMOptim': checked out '35dfa9621e6d4f2a36247dab58de4fbf956b7090'
Submodule path 'OMOptim/common': checked out '08a01802db5ba5edb540383c46718b89ff229ef2'
Submodule path 'OMSens': checked out '0d804d597bc385686856d453cc830fad4923fa3e'
Submodule path 'OMSens_Qt': checked out '68b1b8697ac9f8e37ebe4de13c0c1d4e6e2e56fb'
Submodule path 'OMSens_Qt/common': checked out '08a01802db5ba5edb540383c46718b89ff229ef2'
Submodule path 'OMSimulator': checked out '6f4ecda63323675c4c0aed70f6e31319e7e80771'
Submodule path 'OMSimulator/3rdParty': checked out '5c10de1648d1134a577d9284b58580a72383d89f'
++ git describe --match 'v*.*' --always
+ export REVISION=v1.24.0-dev-172-g5ef4a70c43
+ REVISION=v1.24.0-dev-172-g5ef4a70c43
++ git describe --match 'v*.*' --always --abbrev=0
+ export REVISION_SHORT=v1.24.0-dev
+ REVISION_SHORT=v1.24.0-dev
+ REVISION_SHORT=1.24.0-dev
+ export PRODUCT_VERSION=1.24.0-dev
+ PRODUCT_VERSION=1.24.0-dev
+ BEGIN=1.24.0
+ PRODUCT_VERSION=1.24.0
+ PRODUCT_VERSION=1.24.0.0
+ export OMC_INSTALL_PREFIX=/c/dev/OpenModelica_releases/v1.24.0-dev-172-g5ef4a70c43/
+ OMC_INSTALL_PREFIX=/c/dev/OpenModelica_releases/v1.24.0-dev-172-g5ef4a70c43/
+ export OMC_FILE_PREFIX=OpenModelica-v1.24.0-dev-172-g5ef4a70c43-64bit
+ OMC_FILE_PREFIX=OpenModelica-v1.24.0-dev-172-g5ef4a70c43-64bit
+ export OMC_INSTALL_FILE_PREFIX=/c/dev/OpenModelica_releases/v1.24.0-dev-172-g5ef4a70c43/OpenModelica-v1.24.0-dev-172-g5ef4a70c43-64bit
+ OMC_INSTALL_FILE_PREFIX=/c/dev/OpenModelica_releases/v1.24.0-dev-172-g5ef4a70c43/OpenModelica-v1.24.0-dev-172-g5ef4a70c43-64bit
+ '[' -f /c/dev/OpenModelica_releases/v1.24.0-dev-172-g5ef4a70c43/OpenModelica-v1.24.0-dev-172-g5ef4a70c43-64bit.exe ']'
+ rm -rf /c/dev/OpenModelica_releases//v1.24.0-dev-171-gd54c72f870
+ rm -rf build
+ git submodule foreach --recursive 'git fetch --tags && git reset --hard && git clean -fdxq -e /git -e /svn'
Entering 'OMCompiler/3rdParty'
HEAD is now at 82e892ec cast to proper type (#158)
Entering 'OMOptim'
HEAD is now at 35dfa96 [OMOptim] Fix unparsing of non-escaping backslash (#25)
Entering 'OMOptim/common'
HEAD is now at 08a0180 Fix qmake.sh script in Qt 5.11
Entering 'OMSens'
HEAD is now at 0d804d5 Adding CMakeLists.txt
Entering 'OMSens_Qt'
HEAD is now at 68b1b86 display full python command including the command line parameters (#33)
Entering 'OMSens_Qt/common'
HEAD is now at 08a0180 Fix qmake.sh script in Qt 5.11
Entering 'OMSimulator'
HEAD is now at 6f4ecda Update 3rdParty (#1303)
Entering 'OMSimulator/3rdParty'
HEAD is now at 5c10de1 Xerces uses ICU which now requires C++17
+ git clean -fdxq -e OMSetup
+ git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean
+ git submodule status --recursive
 82e892ece107787e9ff17780bf5ac8c3f6bc39ba OMCompiler/3rdParty (heads/master)
 35dfa9621e6d4f2a36247dab58de4fbf956b7090 OMOptim (v1.11.0-dev.beta4-24-g35dfa96)
 08a01802db5ba5edb540383c46718b89ff229ef2 OMOptim/common (heads/master)
 0d804d597bc385686856d453cc830fad4923fa3e OMSens (vWorkPackage-2-Final-355-g0d804d5)
 68b1b8697ac9f8e37ebe4de13c0c1d4e6e2e56fb OMSens_Qt (heads/master)
 08a01802db5ba5edb540383c46718b89ff229ef2 OMSens_Qt/common (heads/master)
 6f4ecda63323675c4c0aed70f6e31319e7e80771 OMSimulator (v2.1.1-261-g6f4ecda)
 5c10de1648d1134a577d9284b58580a72383d89f OMSimulator/3rdParty (5c10de1)
+ mkdir -p /c/dev/OpenModelica_releases/v1.24.0-dev-172-g5ef4a70c43/
+ cd /c/dev/OM64bit/OMSetup
+ git checkout master
Your branch is up to date with 'origin/master'.
Already on 'master'
+ git pull
Already up to date.
+ cd /c/dev/OM64bit
+ echo 'Cleaning OpenModelica'
Cleaning OpenModelica
+ rm -rf build/
+ mkdir -p build/
+ make -f Makefile.omdev.mingw -j3 gitclean
git submodule foreach --recursive 'git clean -fdx -e /git -e /svn'
Entering 'OMCompiler/3rdParty'
Entering 'OMOptim'
Entering 'OMOptim/common'
Entering 'OMSens'
Entering 'OMSens_Qt'
Entering 'OMSens_Qt/common'
Entering 'OMSimulator'
Entering 'OMSimulator/3rdParty'
git clean -fdx -e OpenModelicaSetup -e OMSetup -e OMEncryption -e .project -e *.launch -e .vscode/
Removing build/
+ make -f Makefile.omdev.mingw -j3 clean
make -f Makefile.omdev.mingw -C OMCompiler clean OMBUILDDIR=/c/dev/OM64bit/build
make[1]: Entering directory '/c/dev/OM64bit/OMCompiler'
Creating dirs: /c/dev/OM64bit/build/bin /c/dev/OM64bit/build/lib/omc/emcc /c/dev/OM64bit/build/lib/omc /c/dev/OM64bit/build/include/omc/c/ /c/dev/OM64bit/build/include/omc/c/gc/ /c/dev/OM64bit/build/include/omc/c/linearization/ /c/dev/OM64bit/build/include/omc/c/dataReconciliation/ /c/dev/OM64bit/build/include/omc/c/optimization/ /c/dev/OM64bit/build/include/omc/c/simulation/ /c/dev/OM64bit/build/include/omc/c/simulation/results/ /c/dev/OM64bit/build/include/omc/c/simulation/solver/ /c/dev/OM64bit/build/include/omc/c/simulation/solver/initialization/ /c/dev/OM64bit/build/include/omc/c/meta/ /c/dev/OM64bit/build/include/omc/c/util/ /c/dev/OM64bit/build/include/omc/c/fmi1/ /c/dev/OM64bit/build/include/omc/c/fmi2/ /c/dev/OM64bit/build/include/omc/scripting-API /c/dev/OM64bit/build/share/omc/java/ /c/dev/OM64bit/build/share//omc/scripts/ /c/dev/OM64bit/build/share/doc/omc/testmodels /c/dev/OM64bit/build/share/man//man1/

rm -rf 3rdParty/FMIL/build 3rdParty/FMIL/install 3rdParty/FMIL/Makefile
make -C SimulationRuntime/ParModelica/explicit/openclrt -f Makefile.omdev.mingw clean OMBUILDDIR=/c/dev/OM64bit/build
if test -f 3rdParty/gc/Makefile; then make -C 3rdParty/gc distclean; fi
make[2]: Entering directory '/c/dev/OM64bit/OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt'
rm -f *.o *.a
make[2]: Leaving directory '/c/dev/OM64bit/OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt'
if test -f 3rdParty/lis-1.4.12/Makefile; then make -C 3rdParty/lis-1.4.12 clean; fi
rm -f 3rdParty/gc/Makefile
make -C SimulationRuntime/cpp/ -f Makefile.omdev.mingw clean OMBUILDDIR=/c/dev/OM64bit/build
rm -f 3rdParty/lis-1.4.12/Makefile
rm -rf 3rdParty/CMinpack/install
make[2]: Entering directory '/c/dev/OM64bit/OMCompiler/SimulationRuntime/cpp'
test ! -f 3rdParty/metis-5.1.0/Makefile || make -C 3rdParty/metis-5.1.0 clean
#This is a bad idea, because the cache contains the absolute path to cmake that was used for build -> if the cmake location has changed, the clean command will fail
rm -R -f Build_static;  rm -R -f Build_dynamic;
#if test -f 3rdParty/CMinpack/build/Makefile; then make -C 3rdParty/CMinpack/build clean; fi
#rm -f 3rdParty/CMinpack/build/Makefile
rm -rf 3rdParty/CMinpack/build
cd 3rdParty/Cdaskr/solver && make -f Makefile clean
rm -rf 3rdParty/metis-5.1.0/CMakeCache.txt 3rdParty/metis-5.1.0/libmetis/libmetis.a 3rdParty/metis-5.1.0/CMakeFiles 3rdParty/metis-5.1.0/Makefile 3rdParty/metis-5.1.0/cmake_install.cmake 3rdParty/metis-5.1.0/include/CMakeFiles 3rdParty/metis-5.1.0/include/Makefile 3rdParty/metis-5.1.0/include/cmake_install.cmake 3rdParty/metis-5.1.0/libmetis/CMakeFiles 3rdParty/metis-5.1.0/libmetis/Makefile 3rdParty/metis-5.1.0/libmetis/cmake_install.cmake 3rdParty/metis-5.1.0/programs/CMakeFiles 3rdParty/metis-5.1.0/programs/Makefile 3rdParty/metis-5.1.0/programs/cmake_install.cmake
make[2]: Leaving directory '/c/dev/OM64bit/OMCompiler/SimulationRuntime/cpp'
make -C Compiler/boot clean -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/OM64bit/build
make[2]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/Cdaskr/solver'
rm -f *.o libcdaskr.a *~ #*#
make[2]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/Cdaskr/solver'
test ! -f 3rdParty/msgpack-0.5.8/Makefile || make -C 3rdParty/msgpack-0.5.8 distclean || true
make[2]: Entering directory '/c/dev/OM64bit/OMCompiler/Compiler/boot'
rm -rf "build/"
# OpenBLAS make clean actually gives error-messages. Let it do it, but silently
rm -f Makefile.sources LoadCompilerInterface.mos Makefile.depends
rm -f patches/*.patch
rm -f 3rdParty/msgpack-0.5.8/Makefile
make[2]: Leaving directory '/c/dev/OM64bit/OMCompiler/Compiler/boot'
make -C 3rdParty/SuiteSparse-5.8.1 distclean
test ! -d 3rdParty/OpenBLAS-0.2.8 || make -C 3rdParty/OpenBLAS-0.2.8 clean > /dev/null 2>&1
cd SimulationRuntime/OMSI; \
 test -d Build_static && cd Build_static && make uninstall && make DESTDIR=/c/dev/OM64bit/build clean && cd ..; rm -R -f Build_static;   test -d Build_dynamic && cd Build_dynamic && make uninstall && make DESTDIR=/c/dev/OM64bit/build clean && cd ..; rm -R -f Build_dynamic; 
make[2]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1'
( cd SuiteSparse_config && make purge )
make[3]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config'
cd SimulationRuntime/OMSIC; \
 test -d Build_static && cd Build_static && make uninstall && make DESTDIR=/c/dev/OM64bit/build clean && cd ..; rm -R -f Build_static;   test -d Build_dynamic && cd Build_dynamic && make uninstall && make DESTDIR=/c/dev/OM64bit/build clean && cd ..; rm -R -f Build_dynamic; 
( cd xerbla ; make clean )
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config/xerbla'
rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot
if test -f 3rdParty/libffi/Makefile; then make -C "3rdParty/libffi" clean; fi
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config/xerbla'
rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot
( cd xerbla ; make purge )
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config/xerbla'
if test -f 3rdParty/Ipopt-3.13.4/build/Makefile; then make -C 3rdParty/Ipopt-3.13.4/build/ clean; fi
rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot
rm -f -r *.so* *.a *.dll *.dylib *.dSYM
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config/xerbla'
rm -f -r *.so* *.a *.dll *.dylib *.dSYM
make[3]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config'
( cd metis-5.1.0 && make distclean )
if test -f SimulationRuntime/ModelicaExternalC/build/Makefile; then make -C SimulationRuntime/ModelicaExternalC/build/ clean; fi
/bin/sh: line 1: cd: metis-5.1.0: No such file or directory
make[2]: [Makefile:183: purge] Error 1 (ignored)
( cd AMD && make purge )
rm -rf 3rdParty/Ipopt-3.13.4/build
make[3]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD'
( cd Lib    ; make purge )
if test -f 3rdParty/zlib/build/Makefile; then make -C 3rdParty/zlib/build/ clean; fi
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Lib'
rm -rf SimulationRuntime/ModelicaExternalC/build
rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot
rm -f -r *.so* *.a *.dll *.dylib *.dSYM
rm -rf SimulationRuntime/OMSI/Build_static;   rm -rf SimulationRuntime/OMSI/Build_dynamic; 
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Lib'
( cd Demo   ; make purge )
rm -rf 3rdParty/zlib/build
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Demo'
rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot
rm -f amd_demo my_amd_demo.out
rm -f amd_l_demo my_amd_l_demo.out
rm -f amd_demo2 my_amd_demo2.out
rm -f amd_simple my_amd_simple.out
cd /c/dev/OM64bit/build;                             \
rm -rf include/omc/omsi include/omc/omsic;    \
rm -rf lib/omc/omsi;
rm -f amd_f77demo my_amd_f77demo.out
rm -f amd_f77simple my_amd_f77simple.out
rm -f amd_f77cross my_amd_f77cross.out
rm -f -r *.so* *.a *.dll *.dylib *.dSYM
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Demo'
( cd MATLAB ; rm -f *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot ; rm -f *.mex* )
( cd Doc    ; make purge )
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Doc'
rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot
rm -f -r *.so* *.a *.dll *.dylib *.dSYM
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Doc'
make[3]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD'
( cd GraphBLAS && make purge )
/bin/sh: line 1: cd: GraphBLAS: No such file or directory
make[2]: [Makefile:185: purge] Error 1 (ignored)
( cd Mongoose  && make purge )
/bin/sh: line 1: cd: Mongoose: No such file or directory
make[2]: [Makefile:186: purge] Error 1 (ignored)
( cd CAMD && make purge )
/bin/sh: line 1: cd: CAMD: No such file or directory
make[2]: [Makefile:187: purge] Error 1 (ignored)
( cd COLAMD && make purge )
make[3]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD'
( cd Lib    ; make purge )
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Lib'
rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot
rm -f -r *.so* *.a *.dll *.dylib *.dSYM
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Lib'
( cd Demo   ; make purge )
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Demo'
rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot
rm -f colamd_example colamd_l_example
rm -f my_colamd_example.out my_colamd_l_example.out
rm -f -r *.so* *.a *.dll *.dylib *.dSYM
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Demo'
( cd MATLAB ; rm -f *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot ; rm -f *.mex* )
make[3]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD'
( cd BTF && make purge )
make[3]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF'
( cd Lib ; make distclean )
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Lib'
rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot
rm -f -r *.so* *.a *.dll *.dylib *.dSYM
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Lib'
( cd MATLAB ; rm -f *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot ; rm -f *.mex* )
make[3]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF'
( cd KLU && make purge )
make[3]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU'
( cd Demo ; make distclean )
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Demo'
rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot
rm -f kludemo kluldemo klu_simple
rm -f -r *.so* *.a *.dll *.dylib *.dSYM
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Demo'
( cd Lib ; make distclean )
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Lib'
rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot
rm -f -r *.so* *.a *.dll *.dylib *.dSYM
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Lib'
( cd Tcov ; make distclean )
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Tcov'
rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot
rm -f klutest klultest *.out cov_*.c
rm -f -r *.so* *.a *.dll *.dylib *.dSYM
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Tcov'
( cd User ; make distclean )
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/User'
rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot
rm -f -r *.so* *.a *.dll *.dylib *.dSYM
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/User'
( cd MATLAB ; rm -f *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot rename.h *.mex* )
make[3]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU'
( cd LDL && make purge )
/bin/sh: line 1: cd: LDL: No such file or directory
make[2]: [Makefile:191: purge] Error 1 (ignored)
( cd CCOLAMD && make purge )
make[3]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/CCOLAMD'
( cd Lib    ; make purge )
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/CCOLAMD/Lib'
rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot
rm -f -r *.so* *.a *.dll *.dylib *.dSYM
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/CCOLAMD/Lib'
( cd Demo   ; make purge )
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/CCOLAMD/Demo'
rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot
rm -f ccolamd_example ccolamd_l_example
rm -f my_ccolamd_example.out my_ccolamd_l_example.out
rm -f -r *.so* *.a *.dll *.dylib *.dSYM
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/CCOLAMD/Demo'
( cd MATLAB ; rm -f *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot ; rm -f *.mex* )
make[3]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/CCOLAMD'
( cd UMFPACK && make purge )
make[3]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK'
( cd Lib    ; make purge )
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Lib'
rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot
rm -f -r *.so* *.a *.dll *.dylib *.dSYM
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Lib'
( cd Demo   ; make purge )
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Demo'
rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot
rm -f umfpack_simple a.out
rm -f umfpack_di_demo my_umfpack_di_demo.out
rm -f umfpack_dl_demo my_umfpack_dl_demo.out
rm -f umfpack_zi_demo my_umfpack_zi_demo.out
rm -f umfpack_zl_demo my_umfpack_zl_demo.out
rm -f umf4hb umf4zhb *.umf my_umf4hb.out
rm -f umf4hb64 my_umf4hb64.out my_umf4zhb.out
rm -f umf4 readhb readhb_nozeros readhb_size tmp/*
rm -f -r *.so* *.a *.dll *.dylib *.dSYM
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Demo'
( cd Doc    ; make purge )
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Doc'
rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot
rm -f UMFPACK_UserGuide.tex
rm -f -r *.so* *.a *.dll *.dylib *.dSYM
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Doc'
( cd Tcov   ; make purge )
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Tcov'
rm -f -r /tmp/UMFPACK_TCOV_TMP
rm -f -r cover.out covall_err.out
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Tcov'
( cd MATLAB ; make purge )
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/MATLAB'
rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot
rm -f luflop.mex* umfpack.mex* rename.h GKlib_util.c GKlib_graph.c
rm -f -r *.so* *.a *.dll *.dylib *.dSYM
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/MATLAB'
make[3]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK'
( cd CHOLMOD && make purge )
make[3]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/CHOLMOD'
( cd Tcov ; make purge )
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/CHOLMOD/Tcov'
rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot
rm -f cm cl cmread clread *.c.gcov *.out /tmp/CHOLMOD_TCOV_TMP zdemo ldemo
rm -f leak zz_*.c z_*.c *.a l_*.c zl_*.c cov.sort ldemo.c zdemo.c
rm -f -r cm.profile cmread.profile zdemo.profile /tmp/CHOLMOD_TCOV_TMP
rm -f -r cl.profile clread.profile ldemo.profile
rm -f temp*.mtx timelog.m
rm -f -r *.so* *.a *.dll *.dylib *.dSYM
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/CHOLMOD/Tcov'
( cd Lib ; make purge )
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/CHOLMOD/Lib'
rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot
rm -f -r *.so* *.a *.dll *.dylib *.dSYM
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/CHOLMOD/Lib'
( cd Valgrind ; make dopurge )
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/CHOLMOD/Valgrind'
rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot
rm -f cm cl cmread clread *.c.gcov *.out /tmp/CHOLMOD_TCOV_TMP zdemo ldemo
rm -f leak zz_*.c z_*.c *.a l_*.c zl_*.c cov.sort ldemo.c zdemo.c
rm -f -r cm.profile cmread.profile zdemo.profile /tmp/CHOLMOD_TCOV_TMP
rm -f -r cl.profile clread.profile ldemo.profile
rm -f temp*.mtx timelog.m
rm -f -r *.so* *.a *.dll *.dylib *.dSYM
rm -f amdtest.c aug.c camdtest.c cctest.c cm.c cm.h cmread.c \
    ctest.c huge.c leak.c lpdemo.c memory.c null2.c null.c \
    raw_factor.c solve.c test_ops.c unpack.c comments.txt \
    links Matrix
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/CHOLMOD/Valgrind'
( cd Demo ; make purge )
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/CHOLMOD/Demo'
rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot
rm -f cholmod_demo cholmod_l_demo readhb readhb2 reade
rm -f cholmod_simple
rm -f timelog.m
rm -f -r *.so* *.a *.dll *.dylib *.dSYM
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/CHOLMOD/Demo'
( cd Doc ; make purge )
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/CHOLMOD/Doc'
rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot
rm -f _temp.awk _*.tex
rm -f -r *.so* *.a *.dll *.dylib *.dSYM
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/CHOLMOD/Doc'
( cd MATLAB ; rm -f *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot rename.h *.mex* GKlib_util.c GKlib_graph.c )
make[3]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/CHOLMOD'
( cd CSparse && make purge )
/bin/sh: line 1: cd: CSparse: No such file or directory
make[2]: [Makefile:195: purge] Error 1 (ignored)
( cd CXSparse && make purge )
/bin/sh: line 1: cd: CXSparse: No such file or directory
make[2]: [Makefile:196: purge] Error 1 (ignored)
( cd RBio && make purge )
/bin/sh: line 1: cd: RBio: No such file or directory
make[2]: [Makefile:197: purge] Error 1 (ignored)
( cd MATLAB_Tools/SuiteSparseCollection && rm -f *.mex* )
/bin/sh: line 1: cd: MATLAB_Tools/SuiteSparseCollection: No such file or directory
make[2]: [Makefile:198: purge] Error 1 (ignored)
( cd MATLAB_Tools/SSMULT && rm -f *.mex* )
/bin/sh: line 1: cd: MATLAB_Tools/SSMULT: No such file or directory
make[2]: [Makefile:199: purge] Error 1 (ignored)
( cd SuiteSparse_GPURuntime && make purge )
/bin/sh: line 1: cd: SuiteSparse_GPURuntime: No such file or directory
make[2]: [Makefile:200: purge] Error 1 (ignored)
( cd GPUQREngine && make purge )
/bin/sh: line 1: cd: GPUQREngine: No such file or directory
make[2]: [Makefile:201: purge] Error 1 (ignored)
( cd SPQR && make purge )
/bin/sh: line 1: cd: SPQR: No such file or directory
make[2]: [Makefile:202: purge] Error 1 (ignored)
( cd SLIP_LU && make purge )
/bin/sh: line 1: cd: SLIP_LU: No such file or directory
make[2]: [Makefile:203: purge] Error 1 (ignored)
rm -f MATLAB_Tools/*/*.mex* MATLAB_Tools/spok/private/*.mex*
rm -f -r include/* bin/* lib/* share/*
make[2]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1'
rm -rf 3rdParty/SuiteSparse-5.8.1/build 3rdParty/SuiteSparse-5.8.1/build_msvc
(cd SimulationRuntime/c && make -f Makefile.omdev.mingw clean OMBUILDDIR=/c/dev/OM64bit/build)
make[2]: Entering directory '/c/dev/OM64bit/OMCompiler/SimulationRuntime/c'
rm -rf ./meta/*.o ./fmi/*.o ./gc/*.o ./util/*.o ./math-support/*.o ./simulation/solver/*.o ./simulation/solver/initialization/*.o ./optimization/*.o ./simulation/results/*.o ./simulation/*.o linearization/*.o dataReconciliation/*.o ./meta/*.a ./fmi/*.a ./gc/*.a ./util/*.a ./math-support/*.a ./simulation/solver/*.a ./simulation/solver/initialization/*.a ./optimization/*.a ./simulation/results/*.a ./simulation/*.a linearization/*.a dataReconciliation/*.a meta/gc/*.o fmi/*.o *.a *.so optimization/*/*.o build/
(! test -f /Makefile) || make -C  clean
(! test -f /Makefile) || make -C  distclean
make[2]: Leaving directory '/c/dev/OM64bit/OMCompiler/SimulationRuntime/c'
(cd Compiler && make -f Makefile.omdev.mingw clean OMBUILDDIR=/c/dev/OM64bit/build)
make[2]: Entering directory '/c/dev/OM64bit/OMCompiler/Compiler'
make[3]: Entering directory '/c/dev/OM64bit/OMCompiler/Compiler/runtime'
rm -f -rf *.a *.o omc_communication.cc omc_communication.h omc_communication-*
make[3]: Leaving directory '/c/dev/OM64bit/OMCompiler/Compiler/runtime'
make[3]: Entering directory '/c/dev/OM64bit/OMCompiler/Compiler/Script'
rm -f OpenModelicaScriptingAPIQt.cpp OpenModelicaScriptingAPIQt.h OpenModelicaScriptingAPI.mo
make[3]: Leaving directory '/c/dev/OM64bit/OMCompiler/Compiler/Script'
cd /c/dev/OM64bit/build/bin && rm -f Compile.bat Prompt.bat openmodelica.lefty default_profiling.xsl replace-startValue.* simcodedump.xsl ngspicetoModelica.py
make[2]: Leaving directory '/c/dev/OM64bit/OMCompiler/Compiler'
(cd Parser && make -f Makefile.omdev.mingw clean OMBUILDDIR=/c/dev/OM64bit/build)
make[2]: Entering directory '/c/dev/OM64bit/OMCompiler/Parser'
rm -f *.o *.obj *.lib *.a *.so ModelicaParser.c ModelicaParser.h *Modelica*_Lexer.c *Modelica*_Lexer.h *.tokens *.stamp *.stamp.tmp
rm -f ../3rdParty/antlr/3.2/libantlr3c-3.2/antlr3config.h
make[2]: Leaving directory '/c/dev/OM64bit/OMCompiler/Parser'
make -C Compiler/Template -f Makefile.omdev.mingw clean OMBUILDDIR=/c/dev/OM64bit/build
make[2]: Entering directory '/c/dev/OM64bit/OMCompiler/Compiler/Template'
rm -f AbsynDumpTpl.mo CodegenUtil.mo DAEDumpTpl.mo ExpressionDumpTpl.mo Unparsing.mo SCodeDumpTpl.mo GenerateAPIFunctionsTpl.mo CodegenCFunctions.mo AbsynToJulia.mo AbsynJLDumpTpl.mo CodegenC.mo CodegenUtilSimulation.mo CodegenEmbeddedC.mo CodegenFMUCommon.mo CodegenFMU.mo CodegenFMU1.mo CodegenFMU2.mo CodegenCppCommon.mo CodegenCpp.mo CodegenCppHpcom.mo CodegenFMUCpp.mo CodegenOMSI_common.mo CodegenOMSIC.mo CodegenOMSICpp.mo CodegenOMSIC_Equations.mo CodegenFMUCppHpcom.mo CodegenCppInit.mo CodegenMidToC.mo GraphvizDump.mo GraphMLDumpTpl.mo NFInstDumpTpl.mo SimCodeDump.mo CodegenXML.mo CodegenJS.mo VisualXMLTpl.mo CodegenCppHpcomOMSI.mo CodegenCppOMSI.mo CodegenFMUCppHpcomOMSI.mo CodegenFMUCppOMSI.mo
make[2]: Leaving directory '/c/dev/OM64bit/OMCompiler/Compiler/Template'
(rm -rf SimulationRuntime/build_c)
rm -rf 3rdParty/sundials-5.4.0/build
rm -rf /c/dev/OM64bit/build/share /c/dev/OM64bit/build/lib /c/dev/OM64bit/build/include /c/dev/OM64bit/build/bin/OMShell* /c/dev/OM64bit/build/bin/OMNotebook* \
/c/dev/OM64bit/build/bin/omc /c/dev/OM64bit/build/bin/omc.exe /c/dev/OM64bit/build/bin/omc-diff /c/dev/OM64bit/build/bin/omc-diff.exe \
bom-error.log bom-error.sh tab-error.log
make[1]: Leaving directory '/c/dev/OM64bit/OMCompiler'
test ! -d /c/dev/OM64bit/build || rm -rf /c/dev/OM64bit/build
+ cd /c/dev/OM64bit
+ echo 'Building OpenModelica and OpenModelica libraries'
Building OpenModelica and OpenModelica libraries
+ set -e
+ make -f Makefile.omdev.mingw -j3 omc omc-diff omlibrary qtclients
echo "Selected compiler: CC=clang, CXX=clang++"
make -C testsuite/ -f Makefile omc-diff OMBUILDDIR=/c/dev/OM64bit/build CC="clang" CXX="clang++"
Selected compiler: CC=clang, CXX=clang++
echo "Using OMDev from: /c/OMDevUCRT"
Using OMDev from: /c/OMDevUCRT
echo "Using Msys from: /c/OMDevUCRT/tools/msys"
Using Msys from: /c/OMDevUCRT/tools/msys
echo "MSYS2 MSYSTEM_PREFIX: /ucrt64"
MSYS2 MSYSTEM_PREFIX: /ucrt64
make -f Makefile.omdev.mingw -C OMCompiler OMBUILDDIR=/c/dev/OM64bit/build OM_ENABLE_ENCRYPTION= CC="clang" CXX="clang++"
make[1]: Entering directory '/c/dev/OM64bit/OMCompiler'
make[1]: Entering directory '/c/dev/OM64bit/testsuite'
make -C difftool
make[2]: Entering directory '/c/dev/OM64bit/testsuite/difftool'
flex omc-diff.l
mkdir -p "/c/dev/OM64bit/build/bin"
clang    -c -o lex.yy.o lex.yy.c
Creating dirs: /c/dev/OM64bit/build/bin /c/dev/OM64bit/build/lib/omc/emcc /c/dev/OM64bit/build/lib/omc /c/dev/OM64bit/build/include/omc/c/ /c/dev/OM64bit/build/include/omc/c/gc/ /c/dev/OM64bit/build/include/omc/c/linearization/ /c/dev/OM64bit/build/include/omc/c/dataReconciliation/ /c/dev/OM64bit/build/include/omc/c/optimization/ /c/dev/OM64bit/build/include/omc/c/simulation/ /c/dev/OM64bit/build/include/omc/c/simulation/results/ /c/dev/OM64bit/build/include/omc/c/simulation/solver/ /c/dev/OM64bit/build/include/omc/c/simulation/solver/initialization/ /c/dev/OM64bit/build/include/omc/c/meta/ /c/dev/OM64bit/build/include/omc/c/util/ /c/dev/OM64bit/build/include/omc/c/fmi1/ /c/dev/OM64bit/build/include/omc/c/fmi2/ /c/dev/OM64bit/build/include/omc/scripting-API /c/dev/OM64bit/build/share/omc/java/ /c/dev/OM64bit/build/share//omc/scripts/ /c/dev/OM64bit/build/share/doc/omc/testmodels /c/dev/OM64bit/build/share/man//man1/

clang -o /c/dev/OM64bit/build/bin/omc-diff.exe lex.yy.o
make[2]: Leaving directory '/c/dev/OM64bit/testsuite/difftool'
make[1]: Leaving directory '/c/dev/OM64bit/testsuite'
test ! -e .git || cp -puf common/pre-commit.sh `git rev-parse --git-dir`/hooks/pre-commit || echo "unlocated git"
Current revision: v1.24.0-dev-172-g5ef4a70c43
Retrieved revision number. revision.h was created
Building OMC using OMDev with the following settings...
(cd 3rdParty/gc && mkdir -p m4 libatomic_ops/m4 && autoreconf -vif && automake --add-missing && ./configure --prefix="`pwd`" "--host=" --enable-threads=posix --enable-munmap=1  --enable-shared --disable-static --disable-gcj-support --disable-java-finalization --enable-large-config CC="clang" CXX="clang++" CFLAGS="-g -O2 -DUCRT64" CPPFLAGS=" -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC")
Using OMDev: /c/OMDevUCRT
Using OMDev_MSYS: /c/OMDevUCRT/tools/msys
Using Files:
Using Path : /ucrt64/bin:/ucrt64/bin/site_perl/5.32.1:/ucrt64/bin/vendor_perl:/ucrt64/bin/core_perl:/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files/TortoiseSVN/bin/:/c/bin/jdk/bin:/c/bin/nsis3.04/:/c/bin/git/bin
cp -pPR 3rdParty/gc/include/gc.h /c/dev/OM64bit/build/include/omc/c/gc.h
Current directory: /c/dev/OM64bit/OMCompiler
Building in OMBUILDDIR: /c/dev/OM64bit/build
which clang
/ucrt64/bin/clang
cp -pPR 3rdParty/gc/include/gc_config_macros.h /c/dev/OM64bit/build/include/omc/c/gc_config_macros.h
cp -pPR 3rdParty/gc/include/gc_version.h /c/dev/OM64bit/build/include/omc/c/gc_version.h
cp -pPR 3rdParty/gc/include/gc_pthread_redirects.h /c/dev/OM64bit/build/include/omc/c/gc_pthread_redirects.h
autoreconf-2.72: export WARNINGS=
autoreconf-2.72: Entering directory '.'
autoreconf-2.72: configure.ac: not using Gettext
test -d 3rdParty/ryu/ryu
mkdir -p /c/dev/OM64bit/build/share//omc
(cd 3rdParty/ryu/ryu && make -f Makefile CC="clang" CFLAGS="-g -O2 -DUCRT64")
make[2]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/ryu/ryu'
clang -I.. -g -O2 -DUCRT64 -c d2fixed.c -o d2fixed.o
cp -a "Compiler/runtime/omc_communication.idl" "/c/dev/OM64bit/build/share//omc/omc_communication.idl"
clang -I.. -g -O2 -DUCRT64 -c d2s.c -o d2s.o
autoreconf-2.72: running: aclocal --force -I m4
cp ./3rdParty/antlr/3.2/tool/antlr-3.2.jar ./3rdParty/antlr/3.2/tool/antlr-2.7.7.jar /c/dev/OM64bit/build/share/omc/java//
clang -I.. -g -O2 -DUCRT64 -c f2s.c -o f2s.o
clang -I.. -g -O2 -DUCRT64 -c om_format.c -o om_format.o
(cd "3rdParty/libffi" && (test -f Makefile || ./autogen.sh))
ar rcs libryu.a d2fixed.o d2s.o f2s.o om_format.o
make[2]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/ryu/ryu'
cp 3rdParty/ryu/ryu/ryu.h /c/dev/OM64bit/build/include/omc/
cp 3rdParty/ryu/ryu/om_format.h /c/dev/OM64bit/build/include/omc/
cp 3rdParty/ryu/ryu/libryu.a /c/dev/OM64bit/build/lib/omc/libryu.a
mkdir -p 3rdParty/SuiteSparse-5.8.1/build
cd 3rdParty/SuiteSparse-5.8.1/build && CC="clang" CXX="clang++" FC="gfortran" CFLAGS="-g -O2 -DUCRT64" CXXFLAGS="" CPPFLAGS="" FFLAGS="-fallow-argument-mismatch" LDFLAGS="" cmake.exe .. -G "MSYS Makefiles" \
	-DCMAKE_VERBOSE_MAKEFILE:Bool=ON \
	-DCMAKE_INSTALL_PREFIX:PATH="/c/dev/OM64bit/build" \
	-DCMAKE_INSTALL_LIBDIR="lib/omc" \
	-DCMAKE_INSTALL_INCLUDEDIR="/c/dev/OM64bit/build/include/omc/c/" \
	-DBUILD_SHARED_LIBS:Bool=OFF
autoreconf-2.72: export WARNINGS=
autoreconf-2.72: Entering directory '.'
autoreconf-2.72: configure.ac: not using Gettext
CMake Warning (dev) at CMakeLists.txt:1 (project):
  cmake_minimum_required() should be called prior to this top-level project()
  call.  Please see the cmake-commands(7) manual for usage documentation of
  both commands.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The C compiler identification is Clang 17.0.6
-- The CXX compiler identification is Clang 17.0.6
autoreconf-2.72: running: aclocal -I m4
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
autoreconf-2.72: configure.ac: tracing
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- Configuring done (4.2s)
autoreconf-2.72: configure.ac: adding subdirectory libatomic_ops to autoreconf
autoreconf-2.72: Entering directory 'libatomic_ops'
autoreconf-2.72: configure.ac: not using Gettext
autoreconf-2.72: configure.ac: tracing
-- Generating done (0.9s)
autoreconf-2.72: running: aclocal --force -I m4
-- Build files have been written to: C:/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build
make -C 3rdParty/SuiteSparse-5.8.1/build install
make[2]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
/C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -S/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 -B/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build --check-build-system CMakeFiles/Makefile.cmake 0
/C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build//CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[3]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
make  -f CMakeFiles/suitesparseconfig.dir/build.make CMakeFiles/suitesparseconfig.dir/depend
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
/C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/suitesparseconfig.dir/DependInfo.cmake "--color="
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
make  -f CMakeFiles/suitesparseconfig.dir/build.make CMakeFiles/suitesparseconfig.dir/build
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
autoreconf-2.72: running: libtoolize --copy
[  0%] Building C object CMakeFiles/suitesparseconfig.dir/SuiteSparse_config/SuiteSparse_config.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/suitesparseconfig.dir/SuiteSparse_config/SuiteSparse_config.c.obj -MF CMakeFiles/suitesparseconfig.dir/SuiteSparse_config/SuiteSparse_config.c.obj.d -o CMakeFiles/suitesparseconfig.dir/SuiteSparse_config/SuiteSparse_config.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config/SuiteSparse_config.c
[  0%] Linking C static library libsuitesparseconfig.a
/C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/suitesparseconfig.dir/cmake_clean_target.cmake
/C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/suitesparseconfig.dir/link.txt --verbose=1
C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsuitesparseconfig.a CMakeFiles/suitesparseconfig.dir/SuiteSparse_config/SuiteSparse_config.c.obj
C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsuitesparseconfig.a
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
[  0%] Built target suitesparseconfig
make  -f CMakeFiles/amd_global.dir/build.make CMakeFiles/amd_global.dir/depend
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
/C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/amd_global.dir/DependInfo.cmake "--color="
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
make  -f CMakeFiles/amd_global.dir/build.make CMakeFiles/amd_global.dir/build
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
[  0%] Building C object CMakeFiles/amd_global.dir/AMD/Source/amd_global.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_global.dir/AMD/Source/amd_global.c.obj -MF CMakeFiles/amd_global.dir/AMD/Source/amd_global.c.obj.d -o CMakeFiles/amd_global.dir/AMD/Source/amd_global.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_global.c
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
[  0%] Built target amd_global
make  -f CMakeFiles/amd_DINT.dir/build.make CMakeFiles/amd_DINT.dir/depend
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
/C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/amd_DINT.dir/DependInfo.cmake "--color="
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
make  -f CMakeFiles/amd_DINT.dir/build.make CMakeFiles/amd_DINT.dir/build
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
[  0%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_1.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DINT.dir/AMD/Source/amd_1.c.obj -MF CMakeFiles/amd_DINT.dir/AMD/Source/amd_1.c.obj.d -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_1.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_1.c
[  0%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_2.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DINT.dir/AMD/Source/amd_2.c.obj -MF CMakeFiles/amd_DINT.dir/AMD/Source/amd_2.c.obj.d -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_2.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_2.c
[  1%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_aat.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DINT.dir/AMD/Source/amd_aat.c.obj -MF CMakeFiles/amd_DINT.dir/AMD/Source/amd_aat.c.obj.d -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_aat.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_aat.c
[  1%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_control.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DINT.dir/AMD/Source/amd_control.c.obj -MF CMakeFiles/amd_DINT.dir/AMD/Source/amd_control.c.obj.d -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_control.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_control.c
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
[  1%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_defaults.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DINT.dir/AMD/Source/amd_defaults.c.obj -MF CMakeFiles/amd_DINT.dir/AMD/Source/amd_defaults.c.obj.d -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_defaults.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_defaults.c
[  1%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_dump.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DINT.dir/AMD/Source/amd_dump.c.obj -MF CMakeFiles/amd_DINT.dir/AMD/Source/amd_dump.c.obj.d -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_dump.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_dump.c
autoreconf-2.72: configure.ac: tracing
[  2%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_info.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DINT.dir/AMD/Source/amd_info.c.obj -MF CMakeFiles/amd_DINT.dir/AMD/Source/amd_info.c.obj.d -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_info.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_info.c
[  2%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_order.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DINT.dir/AMD/Source/amd_order.c.obj -MF CMakeFiles/amd_DINT.dir/AMD/Source/amd_order.c.obj.d -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_order.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_order.c
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
[  2%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_post_tree.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DINT.dir/AMD/Source/amd_post_tree.c.obj -MF CMakeFiles/amd_DINT.dir/AMD/Source/amd_post_tree.c.obj.d -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_post_tree.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_post_tree.c
[  2%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_postorder.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DINT.dir/AMD/Source/amd_postorder.c.obj -MF CMakeFiles/amd_DINT.dir/AMD/Source/amd_postorder.c.obj.d -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_postorder.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_postorder.c
[  3%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_preprocess.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DINT.dir/AMD/Source/amd_preprocess.c.obj -MF CMakeFiles/amd_DINT.dir/AMD/Source/amd_preprocess.c.obj.d -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_preprocess.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_preprocess.c
[  3%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_valid.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DINT.dir/AMD/Source/amd_valid.c.obj -MF CMakeFiles/amd_DINT.dir/AMD/Source/amd_valid.c.obj.d -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_valid.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_valid.c
autoreconf-2.72: running: libtoolize --copy --force
libtoolize: copying file 'm4/ltoptions.m4'
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
[  3%] Built target amd_DINT
make  -f CMakeFiles/amd_DLONG.dir/build.make CMakeFiles/amd_DLONG.dir/depend
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
/C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/amd_DLONG.dir/DependInfo.cmake "--color="
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
make  -f CMakeFiles/amd_DLONG.dir/build.make CMakeFiles/amd_DLONG.dir/build
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
[  3%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_1.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DLONG.dir/AMD/Source/amd_1.c.obj -MF CMakeFiles/amd_DLONG.dir/AMD/Source/amd_1.c.obj.d -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_1.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_1.c
[  3%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_2.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DLONG.dir/AMD/Source/amd_2.c.obj -MF CMakeFiles/amd_DLONG.dir/AMD/Source/amd_2.c.obj.d -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_2.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_2.c
libtoolize: copying file 'm4/ltsugar.m4'
[  4%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_aat.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DLONG.dir/AMD/Source/amd_aat.c.obj -MF CMakeFiles/amd_DLONG.dir/AMD/Source/amd_aat.c.obj.d -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_aat.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_aat.c
[  4%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_control.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DLONG.dir/AMD/Source/amd_control.c.obj -MF CMakeFiles/amd_DLONG.dir/AMD/Source/amd_control.c.obj.d -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_control.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_control.c
[  4%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_defaults.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DLONG.dir/AMD/Source/amd_defaults.c.obj -MF CMakeFiles/amd_DLONG.dir/AMD/Source/amd_defaults.c.obj.d -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_defaults.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_defaults.c
[  4%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_dump.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DLONG.dir/AMD/Source/amd_dump.c.obj -MF CMakeFiles/amd_DLONG.dir/AMD/Source/amd_dump.c.obj.d -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_dump.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_dump.c
libtoolize: copying file 'm4/ltversion.m4'
[  5%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_info.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DLONG.dir/AMD/Source/amd_info.c.obj -MF CMakeFiles/amd_DLONG.dir/AMD/Source/amd_info.c.obj.d -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_info.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_info.c
[  5%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_order.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DLONG.dir/AMD/Source/amd_order.c.obj -MF CMakeFiles/amd_DLONG.dir/AMD/Source/amd_order.c.obj.d -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_order.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_order.c
[  5%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_post_tree.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DLONG.dir/AMD/Source/amd_post_tree.c.obj -MF CMakeFiles/amd_DLONG.dir/AMD/Source/amd_post_tree.c.obj.d -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_post_tree.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_post_tree.c
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
[  5%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_postorder.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DLONG.dir/AMD/Source/amd_postorder.c.obj -MF CMakeFiles/amd_DLONG.dir/AMD/Source/amd_postorder.c.obj.d -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_postorder.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_postorder.c
libtoolize: copying file 'm4/lt~obsolete.m4'
[  6%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_preprocess.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DLONG.dir/AMD/Source/amd_preprocess.c.obj -MF CMakeFiles/amd_DLONG.dir/AMD/Source/amd_preprocess.c.obj.d -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_preprocess.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_preprocess.c
[  6%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_valid.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DLONG.dir/AMD/Source/amd_valid.c.obj -MF CMakeFiles/amd_DLONG.dir/AMD/Source/amd_valid.c.obj.d -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_valid.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_valid.c
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
[  6%] Built target amd_DLONG
make  -f CMakeFiles/btf_object_DINT.dir/build.make CMakeFiles/btf_object_DINT.dir/depend
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
/C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/btf_object_DINT.dir/DependInfo.cmake "--color="
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
make  -f CMakeFiles/btf_object_DINT.dir/build.make CMakeFiles/btf_object_DINT.dir/build
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
[  7%] Building C object CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_maxtrans.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_maxtrans.c.obj -MF CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_maxtrans.c.obj.d -o CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_maxtrans.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source/btf_maxtrans.c
libtoolize: copying file 'm4/ltoptions.m4'
[  7%] Building C object CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_order.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_order.c.obj -MF CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_order.c.obj.d -o CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_order.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source/btf_order.c
autoreconf-2.72: configure.ac: not using Intltool
autoreconf-2.72: configure.ac: not using Gtkdoc
autoreconf-2.72: running: aclocal -I m4
[  7%] Building C object CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_strongcomp.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_strongcomp.c.obj -MF CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_strongcomp.c.obj.d -o CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_strongcomp.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source/btf_strongcomp.c
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
libtoolize: copying file 'm4/ltsugar.m4'
[  7%] Built target btf_object_DINT
make  -f CMakeFiles/btf_object_DLONG.dir/build.make CMakeFiles/btf_object_DLONG.dir/depend
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
/C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/btf_object_DLONG.dir/DependInfo.cmake "--color="
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
make  -f CMakeFiles/btf_object_DLONG.dir/build.make CMakeFiles/btf_object_DLONG.dir/build
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
[  7%] Building C object CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_maxtrans.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_maxtrans.c.obj -MF CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_maxtrans.c.obj.d -o CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_maxtrans.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source/btf_maxtrans.c
libtoolize: copying file 'm4/ltversion.m4'
[  8%] Building C object CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_order.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_order.c.obj -MF CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_order.c.obj.d -o CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_order.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source/btf_order.c
[  8%] Building C object CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_strongcomp.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_strongcomp.c.obj -MF CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_strongcomp.c.obj.d -o CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_strongcomp.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source/btf_strongcomp.c
libtoolize: copying file 'm4/lt~obsolete.m4'
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
[  8%] Built target btf_object_DLONG
make  -f CMakeFiles/colamd_object.dir/build.make CMakeFiles/colamd_object.dir/depend
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
/C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/colamd_object.dir/DependInfo.cmake "--color="
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
make  -f CMakeFiles/colamd_object.dir/build.make CMakeFiles/colamd_object.dir/build
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
[  8%] Building C object CMakeFiles/colamd_object.dir/COLAMD/Source/colamd.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/colamd_object.dir/COLAMD/Source/colamd.c.obj -MF CMakeFiles/colamd_object.dir/COLAMD/Source/colamd.c.obj.d -o CMakeFiles/colamd_object.dir/COLAMD/Source/colamd.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source/colamd.c
autoreconf-2.72: configure.ac: not using Intltool
autoreconf-2.72: configure.ac: not using Gtkdoc
autoreconf-2.72: running: aclocal --force -I m4
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
[  8%] Built target colamd_object
make  -f CMakeFiles/colamd_object_l.dir/build.make CMakeFiles/colamd_object_l.dir/depend
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
/C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/colamd_object_l.dir/DependInfo.cmake "--color="
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
make  -f CMakeFiles/colamd_object_l.dir/build.make CMakeFiles/colamd_object_l.dir/build
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
[  9%] Building C object CMakeFiles/colamd_object_l.dir/COLAMD/Source/colamd.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/colamd_object_l.dir/COLAMD/Source/colamd.c.obj -MF CMakeFiles/colamd_object_l.dir/COLAMD/Source/colamd.c.obj.d -o CMakeFiles/colamd_object_l.dir/COLAMD/Source/colamd.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source/colamd.c
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
[  9%] Built target colamd_object_l
make  -f CMakeFiles/klu_object_DINT.dir/build.make CMakeFiles/klu_object_DINT.dir/depend
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
/C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/klu_object_DINT.dir/DependInfo.cmake "--color="
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
make  -f CMakeFiles/klu_object_DINT.dir/build.make CMakeFiles/klu_object_DINT.dir/build
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
[  9%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu.c
autoreconf-2.72: running: /usr/bin/autoconf-2.72
[  9%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_analyze.c
[ 10%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze_given.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze_given.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze_given.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze_given.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_analyze_given.c
[ 10%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_defaults.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_defaults.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_defaults.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_defaults.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_defaults.c
[ 10%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_diagnostics.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_diagnostics.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_diagnostics.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_diagnostics.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_diagnostics.c
[ 10%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_dump.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_dump.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_dump.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_dump.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_dump.c
configure.ac:9: warning: The macro 'AC_CANONICAL_SYSTEM' is obsolete.
configure.ac:9: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:2081: AC_CANONICAL_SYSTEM is expanded from...
configure.ac:9: the top level
configure.ac:42: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
configure.ac:42: You should run autoupdate.
m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
configure.ac:42: the top level
configure.ac:75: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:75: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
../autoconf-2.72/lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
../autoconf-2.72/lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
acinclude.m4:3: AC_FUNC_MMAP_BLACKLIST is expanded from...
configure.ac:75: the top level
configure.ac:92: warning: The macro 'AC_HEADER_STDC' is obsolete.
configure.ac:92: You should run autoupdate.
../autoconf-2.72/lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...
configure.ac:92: the top level
configure.ac:119: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:119: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
../autoconf-2.72/lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
../autoconf-2.72/lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
m4/asmcfi.m4:1: GCC_AS_CFI_PSEUDO_OP is expanded from...
configure.ac:119: the top level
configure.ac:123: warning: The macro 'AC_TRY_LINK' is obsolete.
configure.ac:123: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
../autoconf-2.72/lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
../autoconf-2.72/lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
configure.ac:123: the top level
configure.ac:139: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:139: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
../autoconf-2.72/lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
../autoconf-2.72/lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
configure.ac:139: the top level
configure.ac:186: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:186: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
../autoconf-2.72/lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
../autoconf-2.72/lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
configure.ac:186: the top level
configure.ac:311: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:311: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:311: the top level
configure.ac:405: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:405: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from...
configure.ac:405: the top level
configure.ac:405: warning: The macro 'AC_PROG_LD' is obsolete.
configure.ac:405: You should run autoupdate.
m4/libtool.m4:3350: AC_PROG_LD is expanded from...
acinclude.m4:251: LIBFFI_CHECK_LINKER_FEATURES is expanded from...
acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from...
configure.ac:405: the top level
configure.ac:405: warning: The macro 'AC_TRY_RUN' is obsolete.
configure.ac:405: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from...
acinclude.m4:251: LIBFFI_CHECK_LINKER_FEATURES is expanded from...
acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from...
configure.ac:405: the top level
configure.ac:405: warning: The macro 'AC_TRY_LINK' is obsolete.
configure.ac:405: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from...
configure.ac:405: the top level
autoreconf-2.72: running: /usr/bin/autoconf-2.72 --force
[ 11%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_extract.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_extract.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_extract.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_extract.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_extract.c
autoreconf-2.72: running: /usr/bin/autoheader-2.72
[ 11%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_factor.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_factor.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_factor.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_factor.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_factor.c
[ 11%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_numeric.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_numeric.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_numeric.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_numeric.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_free_numeric.c
[ 12%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_symbolic.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_symbolic.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_symbolic.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_symbolic.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_free_symbolic.c
[ 12%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_kernel.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_kernel.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_kernel.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_kernel.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_kernel.c
configure.ac:57: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:57: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:57: the top level
configure.ac:73: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:73: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:73: the top level
configure.ac:79: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:79: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:79: the top level
configure.ac:89: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:89: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:89: the top level
configure.ac:120: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:120: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:120: the top level
configure.ac:126: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:126: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:126: the top level
configure.ac:134: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:134: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:134: the top level
configure.ac:142: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:142: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:142: the top level
autoreconf-2.72: running: /usr/bin/autoheader-2.72 --force
[ 12%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_memory.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_memory.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_memory.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_memory.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_memory.c
[ 12%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_refactor.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_refactor.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_refactor.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_refactor.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_refactor.c
autoreconf-2.72: running: automake --add-missing --copy --no-force
[ 13%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_scale.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_scale.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_scale.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_scale.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_scale.c
[ 13%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_solve.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_solve.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_solve.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_solve.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_solve.c
[ 13%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_sort.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_sort.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_sort.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_sort.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_sort.c
[ 13%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_tsolve.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_tsolve.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_tsolve.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_tsolve.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_tsolve.c
autoreconf-2.72: running: automake --add-missing --copy --force-missing
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
[ 13%] Built target klu_object_DINT
make  -f CMakeFiles/klu_object_DLONG.dir/build.make CMakeFiles/klu_object_DLONG.dir/depend
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
/C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/klu_object_DLONG.dir/DependInfo.cmake "--color="
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
make  -f CMakeFiles/klu_object_DLONG.dir/build.make CMakeFiles/klu_object_DLONG.dir/build
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
[ 14%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu.c
configure.ac:32: installing './compile'
configure.ac:20: installing './install-sh'
configure.ac:20: installing './missing'
[ 14%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_analyze.c
Makefile.am: installing './depcomp'
doc/Makefile.am:3: installing './mdate-sh'
[ 14%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze_given.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze_given.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze_given.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze_given.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_analyze_given.c
doc/Makefile.am:3: installing './texinfo.tex'
autoreconf-2.72: Leaving directory '.'
(cd "3rdParty/libffi" && (test -f Makefile || (./configure --prefix="`pwd`/install" "--host=" --enable-shared=no --disable-docs CC="clang" CFLAGS="-g -O2 -DUCRT64" CPPFLAGS="" LDFLAGS="" && make clean)))
configure.ac:28: installing './compile'
[ 14%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_defaults.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_defaults.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_defaults.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_defaults.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_defaults.c
configure.ac:18: installing './config.guess'
configure.ac:18: installing './config.sub'
configure.ac:22: installing './install-sh'
configure.ac:22: installing './missing'
[ 15%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_diagnostics.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_diagnostics.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_diagnostics.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_diagnostics.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_diagnostics.c
src/Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
[ 15%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_dump.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_dump.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_dump.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_dump.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_dump.c
autoreconf-2.72: './config.sub' is updated
autoreconf-2.72: './config.guess' is updated
[ 15%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_extract.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_extract.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_extract.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_extract.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_extract.c
autoreconf-2.72: './install-sh' is updated
autoreconf-2.72: Leaving directory 'libatomic_ops'
autoreconf-2.72: running: libtoolize --copy --force
[ 15%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_factor.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_factor.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_factor.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_factor.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_factor.c
[ 16%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_numeric.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_numeric.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_numeric.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_numeric.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_free_numeric.c
[ 16%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_symbolic.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_symbolic.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_symbolic.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_symbolic.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_free_symbolic.c
[ 16%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_kernel.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_kernel.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_kernel.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_kernel.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_kernel.c
[ 16%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_memory.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_memory.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_memory.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_memory.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_memory.c
configure: loading site script /etc/config.site
[ 17%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_refactor.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_refactor.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_refactor.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_refactor.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_refactor.c
checking build system type... x86_64-w64-mingw32
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
continue configure in default builddir "./x86_64-w64-mingw32"
[ 17%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_scale.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_scale.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_scale.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_scale.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_scale.c
....exec /bin/sh .././configure "--srcdir=.." "--enable-builddir=x86_64-w64-mingw32" "mingw32"
[ 17%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_solve.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_solve.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_solve.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_solve.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_solve.c
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
[ 17%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_sort.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_sort.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_sort.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_sort.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_sort.c
[ 18%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_tsolve.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_tsolve.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_tsolve.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_tsolve.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_tsolve.c
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
[ 18%] Built target klu_object_DLONG
make  -f CMakeFiles/umfpack_olib_DINT.dir/build.make CMakeFiles/umfpack_olib_DINT.dir/depend
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
/C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DINT.dir/DependInfo.cmake "--color="
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
make  -f CMakeFiles/umfpack_olib_DINT.dir/build.make CMakeFiles/umfpack_olib_DINT.dir/build
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
[ 18%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_analyze.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_analyze.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_analyze.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_analyze.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_analyze.c
libtoolize: copying file 'm4/ltoptions.m4'
[ 19%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_apply_order.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_apply_order.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_apply_order.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_apply_order.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_apply_order.c
[ 19%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_assemble.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_assemble.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_assemble.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_assemble.c
configure: loading site script /etc/config.site
libtoolize: copying file 'm4/ltsugar.m4'
checking build system type... x86_64-w64-mingw32
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for gsed... sed
checking for a BSD-compatible install... [ 19%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_blas3_update.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_blas3_update.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_blas3_update.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_blas3_update.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_blas3_update.c
/usr/bin/install -c
checking whether build environment is sane... libtoolize: copying file 'm4/ltversion.m4'
yes
checking for a race-free mkdir -p... [ 19%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_build_tuples.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_build_tuples.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_build_tuples.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_build_tuples.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_build_tuples.c
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
[ 20%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_cholmod.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_cholmod.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_cholmod.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_cholmod.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_cholmod.c
checking whether make supports nested variables... libtoolize: copying file 'm4/lt~obsolete.m4'
yes
[ 20%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_colamd.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_colamd.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_colamd.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_colamd.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_colamd.c
checking for gcc... clang
autoreconf-2.72: configure.ac: not using Intltool
autoreconf-2.72: configure.ac: not using Gtkdoc
autoreconf-2.72: running: aclocal --force -I m4
[ 20%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_create_element.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_create_element.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_create_element.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_create_element.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_create_element.c
checking whether the C compiler works... [ 20%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_dump.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_dump.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_dump.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_dump.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_dump.c
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... [ 21%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_extend_front.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_extend_front.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_extend_front.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_extend_front.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_extend_front.c
.exe
checking whether we are cross compiling... [ 21%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_free.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_free.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_free.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_free.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_free.c
[ 21%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_fsize.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_fsize.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_fsize.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_fsize.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_fsize.c
no
checking for suffix of object files... [ 22%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_garbage_collection.c
o
checking whether the compiler supports GNU C... yes
checking whether clang accepts -g... yes
checking for clang option to enable C11 features... [ 22%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_get_memory.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_get_memory.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_get_memory.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_get_memory.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_get_memory.c
none needed
checking whether clang understands -c and -o together... [ 22%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_grow_front.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_grow_front.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_grow_front.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_grow_front.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_grow_front.c
yes
checking whether make supports the include directive... [ 22%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_init_front.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_init_front.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_init_front.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_init_front.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_init_front.c
yes (GNU style)
checking dependency style of clang... [ 23%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_is_permutation.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_is_permutation.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_is_permutation.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_is_permutation.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_is_permutation.c
[ 23%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_kernel.c
gcc3
[ 23%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_init.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_init.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_init.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_init.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_kernel_init.c
autoreconf-2.72: running: /usr/bin/autoconf-2.72 --force
checking whether the compiler supports GNU C++... [ 23%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_kernel_wrapup.c
yes
checking whether clang++ accepts -g... yes
checking for clang++ option to enable C++11 features... [ 24%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_local_search.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_local_search.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_local_search.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_local_search.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_local_search.c
none needed
checking dependency style of clang++... [ 24%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_lsolve.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_lsolve.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_lsolve.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_lsolve.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_lsolve.c
configure.ac:102: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:102: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:102: the top level
configure.ac:120: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:120: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:120: the top level
configure.ac:152: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:152: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:152: the top level
configure.ac:395: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:395: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:395: the top level
configure.ac:401: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:401: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:401: the top level
configure.ac:413: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:413: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:413: the top level
configure.ac:445: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:445: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:445: the top level
configure.ac:571: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:571: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:571: the top level
configure.ac:629: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
configure.ac:629: You should run autoupdate.
m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
configure.ac:629: the top level
configure.ac:690: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:690: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:690: the top level
configure.ac:710: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:710: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:710: the top level
configure.ac:729: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:729: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:729: the top level
configure.ac:771: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:771: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:771: the top level
configure.ac:787: warning: The macro 'AC_TRY_LINK' is obsolete.
configure.ac:787: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
configure.ac:787: the top level
configure.ac:812: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:812: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:812: the top level
configure.ac:819: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:819: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:819: the top level
configure.ac:827: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:827: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:827: the top level
configure.ac:845: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:845: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:845: the top level
configure.ac:855: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:855: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:855: the top level
configure.ac:863: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:863: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:863: the top level
configure.ac:913: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:913: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:913: the top level
configure.ac:926: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:926: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:926: the top level
configure.ac:1001: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:1001: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:1001: the top level
configure.ac:1024: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:1024: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:1024: the top level
configure.ac:1047: warning: The macro 'AC_TRY_RUN' is obsolete.
configure.ac:1047: You should run autoupdate.
../autoconf-2.72/lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from...
configure.ac:1047: the top level
[ 24%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_ltsolve.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_ltsolve.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_ltsolve.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_ltsolve.c
autoreconf-2.72: running: /usr/bin/autoheader-2.72 --force
gcc3
checking dependency style of clang... [ 24%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_malloc.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_malloc.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_malloc.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_malloc.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_malloc.c
[ 25%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_alloc_element.c
[ 25%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_alloc_head_block.c
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... [ 25%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj
/usr/bin/sed
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_alloc_tail_block.c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... [ 25%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_free_tail_block.c
C:/OMDevUCRT/tools/msys/ucrt64/bin/ld
checking if the linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... [ 26%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_init_memoryspace.c
/ucrt64/bin/nm -B
checking the name lister (/ucrt64/bin/nm -B) interface... autoreconf-2.72: running: automake --add-missing --copy --force-missing
[ 26%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_realloc.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_realloc.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_realloc.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_realloc.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_realloc.c
BSD nm
checking whether ln -s works... no, using cp -pR
checking the maximum length of command line arguments... 8192
checking how to convert x86_64-w64-mingw32 file names to x86_64-w64-mingw32 format... func_convert_file_msys_to_w32
checking how to convert x86_64-w64-mingw32 file names to toolchain format... func_convert_file_msys_to_w32
checking for C:/OMDevUCRT/tools/msys/ucrt64/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... [ 26%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_perm.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_perm.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_perm.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_perm.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_report_perm.c
file_magic ^x86 archive import|^x86 DLL
checking for dlltool... dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for ar... ar
checking for archiver @FILE support... [ 26%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_vector.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_vector.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_vector.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_vector.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_report_vector.c
@
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /ucrt64/bin/nm -B output from clang object... [ 27%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_row_search.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_row_search.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_row_search.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_row_search.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_row_search.c
[ 27%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_scale.c
[ 27%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale_column.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale_column.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale_column.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale_column.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_scale_column.c
[ 27%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_set_stats.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_set_stats.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_set_stats.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_set_stats.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_set_stats.c
configure.ac:33: installing './compile'
ok
configure.ac:22: installing './config.guess'
checking for sysroot... no
checking for a working dd... configure.ac:22: installing './config.sub'
configure.ac:26: installing './install-sh'
configure.ac:26: installing './missing'
/usr/bin/dd
checking how to truncate binary pipes... [ 28%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_singletons.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_singletons.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_singletons.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_singletons.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_singletons.c
Makefile.am: installing './depcomp'
/usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... parallel-tests: installing './test-driver'
no
checking for stdio.h... Makefile.am:138: warning: variable 'libomcgccpp_la_SOURCES' is defined but no program or
Makefile.am:138: library has 'libomcgccpp_la' as canonical name (possible typo)
Makefile.am:139: warning: variable 'libomcgccpp_la_LIBADD' is defined but no program or
Makefile.am:139: library has 'libomcgccpp_la' as canonical name (possible typo)
Makefile.am:140: warning: variable 'libomcgccpp_la_LDFLAGS' is defined but no program or
Makefile.am:140: library has 'libomcgccpp_la' as canonical name (possible typo)
autoreconf-2.72: Leaving directory '.'
yes
checking for stdlib.h... [ 28%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_solve.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_solve.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_solve.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_solve.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_solve.c
yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... [ 28%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_start_front.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_start_front.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_start_front.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_start_front.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_start_front.c
yes
checking for sys/stat.h... [ 28%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_store_lu.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_store_lu.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_store_lu.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_store_lu.c
yes
checking for sys/types.h... yes
checking for unistd.h... [ 29%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_symbolic_usage.c
yes
checking for dlfcn.h... [ 29%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_transpose.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_transpose.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_transpose.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_transpose.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_transpose.c
Makefile.am:138: warning: variable 'libomcgccpp_la_SOURCES' is defined but no program or
Makefile.am:138: library has 'libomcgccpp_la' as canonical name (possible typo)
Makefile.am:139: warning: variable 'libomcgccpp_la_LIBADD' is defined but no program or
Makefile.am:139: library has 'libomcgccpp_la' as canonical name (possible typo)
Makefile.am:140: warning: variable 'libomcgccpp_la_LDFLAGS' is defined but no program or
Makefile.am:140: library has 'libomcgccpp_la' as canonical name (possible typo)
[ 29%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_triplet.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_triplet.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_triplet.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_triplet.c
no
checking for objdir... .libs
[ 29%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_tuple_lengths.c
[ 30%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_usolve.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_usolve.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_usolve.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_usolve.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_usolve.c
checking if clang supports -fno-rtti -fno-exceptions... [ 30%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_utsolve.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_utsolve.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_utsolve.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_utsolve.c
yes
checking for clang option to produce PIC... -DDLL_EXPORT -DPIC
checking if clang PIC flag -DDLL_EXPORT -DPIC works... yes
checking if clang static flag -static works... [ 30%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_valid_numeric.c
yes
checking if clang supports -c -o file.o... [ 30%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_valid_symbolic.c
[ 31%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_col_to_triplet.c
[ 31%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_defaults.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_defaults.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_defaults.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_defaults.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_defaults.c
yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) supports shared libraries... [ 31%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_free_numeric.c
yes
checking dynamic linker characteristics... [ 31%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_free_symbolic.c
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... [ 32%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_get_determinant.c
yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... configure: loading site script /etc/config.site
[ 32%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_get_lunz.c
checking build system type... x86_64-w64-mingw32
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking GC version numbers... [ 32%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_get_numeric.c
clang++ -E
major=8 minor=0                 micro=0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
[ 33%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_get_symbolic.c
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... [ 33%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj
yes
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_load_numeric.c
checking for ld used by clang++... checking whether make supports nested variables... yes
C:/OMDevUCRT/tools/msys/ucrt64/bin/ld
checking if the linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) is GNU ld... [ 33%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_load_symbolic.c
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports the include directive... checking whether the clang++ linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) supports shared libraries... [ 33%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_numeric.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_numeric.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_numeric.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_numeric.c
yes (GNU style)
checking for gcc... clang
yes
[ 34%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_qsymbolic.c
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
[ 34%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_control.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_control.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_control.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_control.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_control.c
checking for suffix of executables... .exe
[ 34%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_info.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_info.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_info.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_info.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_info.c
checking whether we are cross compiling... no
checking for clang++ option to produce PIC... -DDLL_EXPORT -DPIC
checking if clang++ PIC flag -DDLL_EXPORT -DPIC works... checking for suffix of object files... [ 34%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_matrix.c
o
checking whether the compiler supports GNU C... yes
checking if clang++ static flag -static works... [ 35%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_numeric.c
yes
checking whether clang accepts -g... yes
checking if clang++ supports -c -o file.o... yes
checking for clang option to enable C11 features... [ 35%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj
none needed
checking whether clang understands -c and -o together... /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_perm.c
yes
checking dependency style of clang... [ 35%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_status.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_status.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_status.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_status.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_status.c
yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking size of size_t... [ 35%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_symbolic.c
8
checking for C compiler vendor... [ 36%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_triplet.c
gcc3
[ 36%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_vector.c
[ 36%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_save_numeric.c
checking whether the compiler supports GNU C++... [ 36%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_save_symbolic.c
yes
checking whether clang++ accepts -g... yes
checking for clang++ option to enable C++11 features... [ 37%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_scale.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_scale.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_scale.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_scale.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_scale.c
[ 37%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_solve.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_solve.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_solve.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_solve.c
clang
checking CFLAGS for maximum warnings... none needed
checking dependency style of clang++... [ 37%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_symbolic.c
[ 37%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_transpose.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_transpose.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_transpose.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_transpose.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_transpose.c
gcc3
checking dependency style of clang... -Wall
[ 38%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sys/memfd.h... no
checking for memfd_create... /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_triplet_to_col.c
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
/usr/bin/sed
checking for grep that handles long lines and -e... [ 38%] Built target umfpack_olib_DINT
make  -f CMakeFiles/umfpack_olib_DLONG.dir/build.make CMakeFiles/umfpack_olib_DLONG.dir/depend
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
/C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DLONG.dir/DependInfo.cmake "--color="
/usr/bin/grep -F
checking for ld used by clang... no
checking for sys/mman.h... make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
make  -f CMakeFiles/umfpack_olib_DLONG.dir/build.make CMakeFiles/umfpack_olib_DLONG.dir/build
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
[ 38%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_analyze.c.obj
C:/OMDevUCRT/tools/msys/ucrt64/bin/ld
checking if the linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) is GNU ld... /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_analyze.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_analyze.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_analyze.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_analyze.c
yes
checking for BSD- or MS-compatible name lister (nm)... /ucrt64/bin/nm -B
checking the name lister (/ucrt64/bin/nm -B) interface... no
checking for mmap... [ 38%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_apply_order.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_apply_order.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_apply_order.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_apply_order.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_apply_order.c
BSD nm
checking whether ln -s works... no, using cp -pR
checking the maximum length of command line arguments... 8192
checking how to convert x86_64-w64-mingw32 file names to x86_64-w64-mingw32 format... func_convert_file_msys_to_w32
checking how to convert x86_64-w64-mingw32 file names to toolchain format... func_convert_file_msys_to_w32
checking for C:/OMDevUCRT/tools/msys/ucrt64/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... [ 38%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_assemble.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_assemble.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_assemble.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_assemble.c
file_magic ^x86 archive import|^x86 DLL
no
checking for mkostemp... checking for dlltool... dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for ar... ar
checking for archiver @FILE support... [ 39%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_blas3_update.c
@
checking for strip... no
checking for sys/mman.h... strip
(cached) no
checking for mmap... checking for ranlib... (cached) no
ranlib
checking command to parse /ucrt64/bin/nm -B output from clang object... checking for egrep... (cached) /usr/bin/grep -E
checking for memcpy... [ 39%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_build_tuples.c
yes
checking for size_t... [ 39%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_cholmod.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_cholmod.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_cholmod.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_cholmod.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_cholmod.c
[ 39%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_colamd.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_colamd.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_colamd.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_colamd.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_colamd.c
ok
checking for sysroot... no
checking for a working dd... yes
checking for working alloca.h... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... [ 40%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_create_element.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_create_element.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_create_element.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_create_element.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_create_element.c
no
checking for stdio.h... no
checking for alloca... yes
checking for stdlib.h... [ 40%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_dump.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_dump.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_dump.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_dump.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_dump.c
yes
checking size of double... yes
checking for string.h... [ 40%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_extend_front.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_extend_front.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_extend_front.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_extend_front.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_extend_front.c
yes
checking for inttypes.h... [ 40%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_free.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_free.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_free.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_free.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_free.c
yes
checking for stdint.h... 8
checking size of long double... yes
checking for strings.h... [ 41%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_fsize.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_fsize.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_fsize.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_fsize.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_fsize.c
yes
checking for sys/stat.h... [ 41%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_garbage_collection.c
16
checking whether byte ordering is bigendian... yes
checking for sys/types.h... yes
checking for unistd.h... [ 41%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_get_memory.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_get_memory.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_get_memory.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_get_memory.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_get_memory.c
yes
checking for dlfcn.h... [ 42%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_grow_front.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_grow_front.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_grow_front.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_grow_front.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_grow_front.c
C:/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_grow_front.c:115:34: warning: implicit conversion from 'unsigned long long' to 'double' changes value from 1152921504606846975 to 1152921504606846976 [-Wimplicit-const-int-float-conversion]
  115 |         double a = 0.9 * sqrt ((Int_MAX / sizeof (Entry)) / s) ;
      |                                 ~~~~~~~~^~~~~~~~~~~~~~~~  ~
no
checking assembler .cfi pseudo-op support... 1 warning generated.
[ 42%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_init_front.c.obj
no
checking for objdir... /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_init_front.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_init_front.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_init_front.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_init_front.c
yes
checking assembler supports pc related relocs... .libs
yes
checking whether compiler supports pointer authentication... [ 42%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_is_permutation.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_is_permutation.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_is_permutation.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_is_permutation.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_is_permutation.c
no
checking for _ prefix in compiled symbols... [ 42%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_kernel.c
checking if clang supports -fno-rtti -fno-exceptions... no
checking whether C compiler accepts -fno-lto... [ 43%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_kernel_init.c
yes
checking for clang option to produce PIC... -DDLL_EXPORT -DPIC
checking if clang PIC flag -DDLL_EXPORT -DPIC works... yes
checking whether .eh_frame section should be read-only... readelf: Error: Not an ELF file - it has the wrong magic bytes at the start
yes
checking for __attribute__((visibility("hidden")))... yes
checking if clang static flag -static works... [ 43%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_kernel_wrapup.c
no
yes
checking if clang supports -c -o file.o... clang: error: unsupported option '-print-multi-os-directory'
clang: error: no input files
checking for ld used by clang... [ 43%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_local_search.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_local_search.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_local_search.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_local_search.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_local_search.c
(cached) C:/OMDevUCRT/tools/msys/ucrt64/bin/ld
checking if the linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) is GNU ld... (cached) yes
configure: versioning on shared library symbols is no
yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) supports shared libraries... [ 43%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_lsolve.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_lsolve.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_lsolve.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_lsolve.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_lsolve.c
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking whether -lc should be explicitly linked in... [ 44%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_ltsolve.c
yes
checking dynamic linker characteristics... [ 44%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_malloc.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_malloc.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_malloc.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_malloc.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_malloc.c
[ 44%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_alloc_element.c
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... [ 44%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_alloc_head_block.c
[ 45%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_alloc_tail_block.c
clang++ -E
[ 45%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_free_tail_block.c
[ 45%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_init_memoryspace.c
[ 45%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_realloc.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_realloc.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_realloc.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_realloc.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_realloc.c
[ 46%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_perm.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_perm.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_perm.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_perm.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_report_perm.c
checking for ld used by clang++... C:/OMDevUCRT/tools/msys/ucrt64/bin/ld
checking if the linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) is GNU ld... [ 46%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_vector.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_vector.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_vector.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_vector.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_report_vector.c
yes
checking whether the clang++ linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) supports shared libraries... [ 46%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_row_search.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_row_search.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_row_search.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_row_search.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_row_search.c
yes
[ 46%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_scale.c
[ 47%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale_column.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale_column.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale_column.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale_column.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_scale_column.c
[ 47%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_set_stats.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_set_stats.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_set_stats.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_set_stats.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_set_stats.c
[ 47%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_singletons.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_singletons.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_singletons.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_singletons.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_singletons.c
[ 47%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_solve.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_solve.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_solve.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_solve.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_solve.c
checking for clang++ option to produce PIC... -DDLL_EXPORT -DPIC
checking if clang++ PIC flag -DDLL_EXPORT -DPIC works... yes
checking if clang++ static flag -static works... yes
checking if clang++ supports -c -o file.o... [ 48%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_start_front.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_start_front.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_start_front.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_start_front.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_start_front.c
[ 48%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_store_lu.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_store_lu.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_store_lu.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_store_lu.c
yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking for inline... inline
checking for pthread_self in -lpthread... [ 48%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_symbolic_usage.c
[ 48%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_transpose.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_transpose.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_transpose.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_transpose.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_transpose.c
yes
checking whether compiler supports -Wextra... [ 49%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_triplet.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_triplet.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_triplet.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_triplet.c
yes
checking whether compiler supports -Wpedantic... yes
checking for xlc... [ 49%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_tuple_lengths.c
no
checking whether compiler supports -fno-strict-aliasing... [ 49%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_usolve.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_usolve.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_usolve.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_usolve.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_usolve.c
yes
checking for getcontext... [ 49%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_utsolve.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_utsolve.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_utsolve.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_utsolve.c
[ 50%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_valid_numeric.c
no
checking for dl_iterate_phdr... [ 50%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_valid_symbolic.c
[ 50%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_col_to_triplet.c
no
checking for dlopen in -ldl... [ 50%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_defaults.c
[ 51%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_free_numeric.c
no
checking for execinfo.h... [ 51%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_free_symbolic.c
no
checking whether to build shared libraries... yes
checking whether compiler supports -fvisibility... [ 51%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_get_determinant.c
yes
checking which machine-dependent code should be used... 
checking whether Solaris gcc optimization fix is necessary... no
checking for dladdr... [ 51%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_get_lunz.c
no
checking for sigsetjmp... [ 52%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_get_numeric.c
no
checking for sys/dg_sys_info.h... [ 52%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_get_symbolic.c
no
checking for compiler intrinsics support... [ 52%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_load_numeric.c
[ 53%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_load_symbolic.c
yes
checking which libatomic_ops to use... none
[ 53%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_numeric.c
checking that generated files are newer than configure... done
configure: creating ./config.status
[ 53%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_qsymbolic.c
[ 53%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_control.c
[ 54%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_info.c
[ 54%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_matrix.c
[ 54%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_numeric.c
[ 54%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_perm.c
[ 55%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_status.c
[ 55%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_symbolic.c
[ 55%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_triplet.c
[ 55%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_vector.c
[ 56%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_save_numeric.c
[ 56%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_save_symbolic.c
[ 56%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_scale.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_scale.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_scale.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_scale.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_scale.c
[ 56%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_solve.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_solve.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_solve.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_solve.c
[ 57%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_symbolic.c
[ 57%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_transpose.c
[ 57%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_triplet_to_col.c
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
[ 57%] Built target umfpack_olib_DLONG
make  -f CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DINT_FIXQ.dir/depend
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
/C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DINT_FIXQ.dir/DependInfo.cmake "--color="
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
make  -f CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
config.status: creating include/Makefile
[ 57%] Building C object CMakeFiles/umfpack_olib_DINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DFIXQ -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj -MF CMakeFiles/umfpack_olib_DINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj.d -o CMakeFiles/umfpack_olib_DINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_assemble.c
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
config.status: creating include/ffi.h
[ 57%] Built target umfpack_olib_DINT_FIXQ
make  -f CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/depend
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
/C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/DependInfo.cmake "--color="
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
make  -f CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
[ 57%] Building C object CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DFIXQ -DNBLAS -DNCHOLMOD -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj -MF CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj.d -o CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_assemble.c
config.status: creating Makefile
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
config.status: creating testsuite/Makefile
[ 57%] Built target umfpack_olib_DLONG_FIXQ
make  -f CMakeFiles/umfpack_olib_ZINT.dir/build.make CMakeFiles/umfpack_olib_ZINT.dir/depend
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
/C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZINT.dir/DependInfo.cmake "--color="
make[4]: Leaving directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
make  -f CMakeFiles/umfpack_olib_ZINT.dir/build.make CMakeFiles/umfpack_olib_ZINT.dir/build
make[4]: Entering directory '/c/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/build'
[ 57%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_assemble.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_assemble.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_assemble.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_assemble.c
config.status: creating man/Makefile
[ 58%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_blas3_update.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_blas3_update.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_blas3_update.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_blas3_update.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_blas3_update.c
config.status: creating doc/Makefile
[ 58%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_build_tuples.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_build_tuples.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_build_tuples.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_build_tuples.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_build_tuples.c
config.status: creating libffi.pc
[ 58%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_create_element.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_create_element.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_create_element.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_create_element.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_create_element.c
config.status: creating fficonfig.h
[ 58%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_dump.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_dump.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_dump.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_dump.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_dump.c
config.status: executing buildir commands
config.status: create top_srcdir/Makefile guessed from local Makefile
[ 59%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_extend_front.c.obj
/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_extend_front.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_extend_front.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_extend_front.c.obj -c /C/dev/OM64bit/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_extend_front.c
config.status: build in x86_64-w64-mingw32 (HOST=)
config.status: executing depfiles commands
Build was aborted
Aborted by Asghar Adeel
Finished: ABORTED