* installing *source* package 'clarabel' ...
** package 'clarabel' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpoDFNCf/R.INSTALLab784c992590/clarabel/src'
rm -Rf clarabel.dll ./rust/target/x86_64-pc-windows-gnu/release/libclarabel.a entrypoint.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c entrypoint.c -o entrypoint.o
mkdir -p /d/temp/RtmpoDFNCf/R.INSTALLab784c992590/clarabel/src/rust/.cargo && cp ./rust/cargo_vendor_config.toml /d/temp/RtmpoDFNCf/R.INSTALLab784c992590/clarabel/src/rust/.cargo/config.toml
# `rustc` adds `-lgcc_eh` flags to the compiler, but Rtools' GCC doesn't have
# `libgcc_eh` due to the compilation settings. So, in order to please the
# compiler, we need to add empty `libgcc_eh` to the library search paths.
#
# For more details, please refer to
# https://github.com/r-windows/rtools-packages/blob/2407b23f1e0925bbb20a4162c963600105236318/mingw-w64-gcc/PKGBUILD#L313-L316
mkdir -p ./rust/target/libgcc_mock
touch ./rust/target/libgcc_mock/libgcc_eh.a
d:/rtools44/usr/bin/tar --extract --xz -f ./rust/vendor.tar.xz -C ./rust 
export CARGO_HOME="/d/temp/RtmpoDFNCf/R.INSTALLab784c992590/clarabel/src/rust/.cargo"; \
export CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER="x86_64-w64-mingw32.static.posix-gcc.exe";  \
export LIBRARY_PATH="${LIBRARY_PATH};/d/temp/RtmpoDFNCf/R.INSTALLab784c992590/clarabel/src/./rust/target/libgcc_mock";  \
cargo build --target=x86_64-pc-windows-gnu --lib --release --offline --manifest-path=./rust/Cargo.toml --target-dir ./rust/target
   Compiling proc-macro2 v1.0.60
   Compiling quote v1.0.28
   Compiling unicode-ident v1.0.9
   Compiling syn v1.0.109
   Compiling autocfg v1.1.0
   Compiling ident_case v1.0.1
   Compiling strsim v0.10.0
   Compiling libc v0.2.146
   Compiling fnv v1.0.7
   Compiling libR-sys v0.4.0
   Compiling r-src v0.1.0
   Compiling memchr v2.5.0
   Compiling extendr-engine v0.4.0
   Compiling paste v1.0.12
   Compiling thiserror v1.0.40
   Compiling extendr-api v0.4.0
   Compiling once_cell v1.18.0
   Compiling lazy_static v1.4.0
   Compiling cfg-if v1.0.0
   Compiling regex-syntax v0.7.2
   Compiling num-traits v0.2.15
   Compiling blas-sys v0.7.1
   Compiling lapack-sys v0.14.0
   Compiling aho-corasick v1.0.2
   Compiling syn v2.0.18
   Compiling regex v1.8.4
   Compiling num-complex v0.4.3
   Compiling amd v0.2.2
   Compiling lapack v0.19.0
   Compiling blas v0.22.0
   Compiling thiserror-impl v1.0.40
   Compiling darling_core v0.14.4
   Compiling extendr-macros v0.4.0
   Compiling enum_dispatch v0.3.11
   Compiling darling_macro v0.14.4
   Compiling darling v0.14.4
   Compiling derive_builder_core v0.11.2
   Compiling blas-src v0.9.0
   Compiling lapack-src v0.9.0
   Compiling derive_builder_macro v0.11.2
   Compiling derive_builder v0.11.2
   Compiling clarabel v0.5.1
   Compiling clarabel v0.5.1 (D:\temp\RtmpoDFNCf\R.INSTALLab784c992590\clarabel\src\rust)
    Finished release [optimized] target(s) in 1m 51s
rm -Rf /d/temp/RtmpoDFNCf/R.INSTALLab784c992590/clarabel/src/rust/.cargo
rm -Rf ./rust/target/x86_64-pc-windows-gnu/release/build
gcc -shared -s -static-libgcc -o clarabel.dll clarabel-win.def entrypoint.o -L./rust/target/x86_64-pc-windows-gnu/release -lclarabel -lntdll -lws2_32 -ladvapi32 -luserenv -lbcrypt -LD:/RCompile/recent/R-4.4.0/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.4.0/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpoDFNCf/R.INSTALLab784c992590/clarabel/src'
make[1]: Entering directory '/d/temp/RtmpoDFNCf/R.INSTALLab784c992590/clarabel/src'
make[1]: Leaving directory '/d/temp/RtmpoDFNCf/R.INSTALLab784c992590/clarabel/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-clarabel/00new/clarabel/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'clarabel' as clarabel_0.5.1.zip
* DONE (clarabel)