* installing *source* package ‘Rdsdp’ ...
** package ‘Rdsdp’ successfully unpacked and MD5 sums checked
** using staged installation
Using bundled DSDP
checking for gcc... clang -arch arm64
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether clang -arch arm64 accepts -g... yes
checking for clang -arch arm64 option to enable C11 features... none needed
checking how to run the C preprocessor... clang -arch arm64 -E
configure: creating ./config.status
config.status: creating src/Makevars
** libs
using C compiler: ‘Apple clang version 13.0.0 (clang-1300.0.29.30)’
using SDK: ‘MacOSX11.3.sdk’
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Idsdp/include  -I/opt/R/arm64/include   -DNOSHORTS  -fPIC  -falign-functions=64 -Wall -g -O2  -c Rdsdp.c -o Rdsdp.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Idsdp/include  -I/opt/R/arm64/include   -DNOSHORTS  -fPIC  -falign-functions=64 -Wall -g -O2  -c Rreadsdpa.c -o Rreadsdpa.o
(cd dsdp && \
	(make dsdplibrary CC="clang -arch arm64" CFLAGS="-falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include " AR="ar" RANLIB="ranlib") && \
	touch dsdp.ts)
==========================================
 
Compiling DSDP5
 
For help with installation problems, please send EVERYTHING
printed out below to the developers
==========================================
On Mon May 29 04:52:31 NZST 2023 on m1
Machine characteristics: Darwin m1 20.6.0 Darwin Kernel Version 20.6.0: Tue Apr 19 21:04:40 PDT 2022; root:xnu-7195.141.29~1/RELEASE_ARM64_T8101 arm64
-----------------------------------------
Using C compiler: clang -arch arm64
Using compiler options: -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include 
-----------------------------------------
Current Directory: /Volumes/Builds/packages/big-sur-arm64/results/4.3/Rdsdp.Rcheck/00_pkg_src/Rdsdp/src/dsdp
Using DSDP directory: ../../
==========================================
 
cd src; make all
cd solver; make dsdplib;
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include   -c dualalg.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include   -c dualimpl.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include   -c dsdpcops.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include   -c dsdpschurmat.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include   -c dsdpcg.c
dsdpcg.c:289:14: warning: variable 'CGM' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  } else if (dsdp->slestype==4){
             ^~~~~~~~~~~~~~~~~
dsdpcg.c:298:30: note: uninitialized use occurs here
  info=DSDPConjugateGradient(CGM,X,RHS,
                             ^~~
dsdpcg.c:289:10: note: remove the 'if' if its condition is always true
  } else if (dsdp->slestype==4){
         ^~~~~~~~~~~~~~~~~~~~~~
dsdpcg.c:243:3: note: variable 'CGM' is declared here
  DSDPCGMat    CGM;
  ^
1 warning generated.
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include   -c dsdpconverge.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include   -c dsdpsetup.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include   -c dsdpcone.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include   -c dsdpsetoptions.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include   -c dsdpsetdata.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include   -c dsdprescone.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include   -c dsdpobjcone.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include   -c dsdpprintout.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include   -c dsdpschurmatadd.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include   -c dsdpx.c
ar cr ../..//lib/libdsdp.a dualalg.o dualimpl.o dsdpcops.o dsdpschurmat.o dsdpcg.o dsdpconverge.o dsdpsetup.o dsdpcone.o dsdpsetoptions.o dsdpsetdata.o dsdprescone.o dsdpobjcone.o dsdpprintout.o dsdpschurmatadd.o dsdpx.o
ranlib ../..//lib/libdsdp.a	
make clean
rm -f dualalg.o dualimpl.o dsdpcops.o dsdpschurmat.o dsdpcg.o dsdpconverge.o dsdpsetup.o dsdpcone.o dsdpsetoptions.o dsdpsetdata.o dsdprescone.o dsdpobjcone.o dsdpprintout.o dsdpschurmatadd.o dsdpx.o
cd sdp; make dsdplib;
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -c dsdpstep.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -c printsdpa.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -c sdpconevec.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -c sdpsss.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -c dsdpadddata.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -c dsdpadddatamat.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -c dsdpblock.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -c sdpcone.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -c sdpkcone.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -c sdpcompute.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -c sdpconesetup.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -c dsdpdsmat.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -c dsdpdatamat.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -c dsdpdualmat.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -c dsdpxmat.c
ar cr ../..//lib/libdsdp.a dsdpstep.o printsdpa.o  sdpconevec.o sdpsss.o dsdpadddata.o dsdpadddatamat.o dsdpblock.o sdpcone.o sdpkcone.o sdpcompute.o sdpconesetup.o dsdpdsmat.o dsdpdatamat.o dsdpdualmat.o dsdpxmat.o
ranlib ../..//lib/libdsdp.a	
make clean
rm -f dsdpstep.o printsdpa.o  sdpconevec.o sdpsss.o dsdpadddata.o dsdpadddatamat.o dsdpblock.o sdpcone.o sdpkcone.o sdpcompute.o sdpconesetup.o dsdpdsmat.o dsdpdatamat.o dsdpdualmat.o dsdpxmat.o
cd lp; make dsdplib;
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -c dsdplp.c
ar cr ../..//lib/libdsdp.a dsdplp.o
ranlib ../..//lib/libdsdp.a	
make clean
rm -f dsdplp.o
cd vecmat; make dsdplib;
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -I../sdp -c vech.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -I../sdp -c vechu.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -I../sdp -c drowcol.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -I../sdp -c dlpack.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -I../sdp -c dufull.c
dufull.c:340:12: warning: unused function 'DTRUMatView2' [-Wunused-function]
static int DTRUMatView2(void* AA){
           ^
1 warning generated.
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -I../sdp -c sdpvec.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -I../sdp -c identity.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -I../sdp -c spds.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -I../sdp -c zeromat.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -I../sdp -c onemat.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -I../sdp -c diag.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -I../sdp -c rmmat.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -I../sdp -c cholmat.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -I../sdp -c cholmat2.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -I../sdp -c dtrsm2.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -I../sdp -c sdpmatx.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -I../sdp -c sdpnfac.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -I../sdp -c sdporder.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -I../sdp -c sdpalloc.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -I../sdp -c sdpsymb.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -I../sdp -c sdpxlist.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -I../sdp -c sdpdvct.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -I../sdp -c sdpexit.c
ar cr ../..//lib/libdsdp.a vech.o vechu.o drowcol.o dlpack.o dufull.o sdpvec.o identity.o spds.o zeromat.o onemat.o diag.o rmmat.o cholmat.o cholmat2.o dtrsm2.o sdpmatx.o sdpnfac.o sdporder.o sdpalloc.o sdpsymb.o sdpxlist.o sdpdvct.o sdpexit.o
ranlib ../..//lib/libdsdp.a	
make clean
rm -f vech.o vechu.o drowcol.o dlpack.o dufull.o sdpvec.o identity.o spds.o zeromat.o onemat.o diag.o rmmat.o cholmat.o cholmat2.o dtrsm2.o sdpmatx.o sdpnfac.o sdporder.o sdpalloc.o sdpsymb.o sdpxlist.o sdpdvct.o sdpexit.o
cd sys; make dsdplib;
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -DDSDP_TIME -c dsdperror.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -DDSDP_TIME -c dsdploginfo.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -DDSDP_TIME -c dsdplog.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -DDSDP_TIME -c dsdptime.c
ar cr ../..//lib/libdsdp.a dsdperror.o dsdploginfo.o  dsdplog.o dsdptime.o
ranlib ../..//lib/libdsdp.a	
make clean
rm -f dsdperror.o dsdploginfo.o  dsdplog.o dsdptime.o
cd bounds; make dsdplib;
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -c dbounds.c
clang -arch arm64 -falign-functions=64 -Wall -g -O2  -fPIC -DNOSHORTS -I../../include  -I../solver -c allbounds.c
ar cr ../..//lib/libdsdp.a dbounds.o allbounds.o
ranlib ../..//lib/libdsdp.a	
make clean
rm -f dbounds.o allbounds.o
clang -arch arm64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o Rdsdp.so Rdsdp.o Rreadsdpa.o -Ldsdp/lib -ldsdp -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lemutls_w -lquadmath -lm -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.3/Rdsdp.Rcheck/00LOCK-Rdsdp/00new/Rdsdp/libs
** generating debug symbols (dSYM)
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (Rdsdp)