Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 17, 2021 05:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-rmcgibbo/96e5f233beae375b21e529a1b426a829 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/96e5f233beae375b21e529a1b426a829 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 5 seconds | https://github.com/NixOS/nixpkgs/pull/116579
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/cjliis4vrmdfvp6rsqv142qrx6lm5dan-Csdp-6.1.1.tgz
source root is Csdp-6.1.1
setting SOURCE_DATE_EPOCH to timestamp 1270774995 of file Csdp-6.1.1/solver/csdp.c
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
build flags: SHELL=/nix/store/jkhzci9x7v7zkfm5kfm2l2hx1p0fxlh7-bash-4.4-p23/bin/bash
cd lib; make libsdp.a
make[1]: Entering directory '/build/Csdp-6.1.1/lib'
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o readprob.o readprob.c
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o sdp.o sdp.c
sdp.c: In function 'sdp':
sdp.c:753: warning: ignoring '#pragma omp parallel' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunknown-pragmas-Wunknown-pragmas8;;]
753 | #pragma omp parallel for schedule(dynamic,64) default(none) shared(O,ldam,k,workvec8) private(i,j)
|
sdp.c:798: warning: ignoring '#pragma omp parallel' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunknown-pragmas-Wunknown-pragmas8;;]
798 | #pragma omp parallel for schedule(dynamic,64) private(i,j) shared(O,k,ldam)
|
sdp.c:147:7: warning: variable 'lastimprove' set but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-but-set-variable-Wunused-but-set-variable8;;]
147 | int lastimprove=0;
| ^~~~~~~~~~~
sdp.c:136:10: warning: variable 'newdobj' set but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-but-set-variable-Wunused-but-set-variable8;;]
136 | double newdobj;
| ^~~~~~~
sdp.c:135:10: warning: variable 'newpobj' set but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-but-set-variable-Wunused-but-set-variable8;;]
135 | double newpobj;
| ^~~~~~~
sdp.c:134:10: warning: variable 'oldmaxrelinfeas' set but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-but-set-variable-Wunused-but-set-variable8;;]
134 | double oldmaxrelinfeas=1.0e100;
| ^~~~~~~~~~~~~~~
sdp.c:117:10: warning: variable 'oldmu' set but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-but-set-variable-Wunused-but-set-variable8;;]
117 | double oldmu;
| ^~~~~
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o op_o.o op_o.c
op_o.c: In function 'op_o':
op_o.c:126: warning: ignoring '#pragma omp parallel' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunknown-pragmas-Wunknown-pragmas8;;]
126 | #pragma omp parallel for schedule(dynamic,64) default(none) shared(O,ldam,k) private(j,i)
|
op_o.c:138: warning: ignoring '#pragma omp parallel' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunknown-pragmas-Wunknown-pragmas8;;]
138 | #pragma omp parallel for schedule(dynamic,64) default(none) shared(k,constraints,byblocks,Zi,X,O,work1, work2, work, ldam) private(j, ii, jj, blocksize, p, q, r, s, ptri, ptrj, blocknum, contrib, Ziblk, Xblk, workblk, work2blk, enti, entj, scale1, scale2, thread_num)
|
op_o.c:434: warning: ignoring '#pragma omp parallel' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunknown-pragmas-Wunknown-pragmas8;;]
434 | #pragma omp parallel for schedule(dynamic,64) default(none) shared(O,ldam,k) private(j,i)
|
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o psd_feas.o psd_feas.c
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o op_a.o op_a.c
op_a.c: In function 'op_a':
op_a.c:25: warning: ignoring '#pragma omp parallel' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunknown-pragmas-Wunknown-pragmas8;;]
25 | #pragma omp parallel for schedule(dynamic,64) default(none) private(i,contrib,ptr,blk,nume,vec,j,p,mat,ent,q) shared(k,constraints,result,X)
|
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o op_at.o op_at.c
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o Fnorm.o Fnorm.c
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o calc_pobj.o calc_pobj.c
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o calc_dobj.o calc_dobj.c
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o trace_prod.o trace_prod.c
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o zero_mat.o zero_mat.c
zero_mat.c: In function 'zero_mat':
zero_mat.c:34: warning: ignoring '#pragma omp parallel' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunknown-pragmas-Wunknown-pragmas8;;]
34 | #pragma omp parallel for schedule(dynamic,64) default(none) shared(A,blk) private(j,i)
|
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o mat_mult.o mat_mult.c
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o sym_mat.o sym_mat.c
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o copy_mat.o copy_mat.c
copy_mat.c: In function 'copy_mat':
copy_mat.c:29: warning: ignoring '#pragma omp parallel' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunknown-pragmas-Wunknown-pragmas8;;]
29 | #pragma omp parallel for schedule(dynamic,64) private(i,j) shared(p,q)
|
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o addscaledmat.o addscaledmat.c
addscaledmat.c: In function 'addscaledmat':
addscaledmat.c:32: warning: ignoring '#pragma omp parallel' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunknown-pragmas-Wunknown-pragmas8;;]
32 | #pragma omp parallel for schedule(dynamic,64) default(none) private(i,j) shared(A,B,C,scale,blk)
|
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o user_exit.o user_exit.c
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o make_i.o make_i.c
make_i.c: In function 'make_i':
make_i.c:26: warning: ignoring '#pragma omp parallel' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunknown-pragmas-Wunknown-pragmas8;;]
26 | #pragma omp parallel for schedule(dynamic,64) default(none) private(i,j) shared(blk,p,A)
|
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o allocmat.o allocmat.c
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o initsoln.o initsoln.c
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o initparams.o initparams.c
initparams.c: In function 'initparams':
initparams.c:36:7: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
36 | fscanf(paramfile,"%*[^=]%*c%lf",&(params->axtol));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
initparams.c:37:7: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
37 | fscanf(paramfile,"%*[^=]%*c%lf",&(params->atytol));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
initparams.c:38:7: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
38 | fscanf(paramfile,"%*[^=]%*c%lf",&(params->objtol));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
initparams.c:39:7: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
39 | fscanf(paramfile,"%*[^=]%*c%lf",&(params->pinftol));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
initparams.c:40:7: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
40 | fscanf(paramfile,"%*[^=]%*c%lf",&(params->dinftol));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
initparams.c:41:7: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
41 | fscanf(paramfile,"%*[^=]%*c%d",&(params->maxiter));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
initparams.c:42:7: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
42 | fscanf(paramfile,"%*[^=]%*c%lf",&(params->minstepfrac));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
initparams.c:43:7: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
43 | fscanf(paramfile,"%*[^=]%*c%lf",&(params->maxstepfrac));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
initparams.c:44:7: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
44 | fscanf(paramfile,"%*[^=]%*c%lf",&(params->minstepp));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
initparams.c:45:7: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
45 | fscanf(paramfile,"%*[^=]%*c%lf",&(params->minstepd));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
initparams.c:46:7: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
46 | fscanf(paramfile,"%*[^=]%*c%d",&(params->usexzgap));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
initparams.c:47:7: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
47 | fscanf(paramfile,"%*[^=]%*c%d",&(params->tweakgap));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
initparams.c:48:7: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
48 | fscanf(paramfile,"%*[^=]%*c%d",&(params->affine));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
initparams.c:49:7: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
49 | fscanf(paramfile,"%*[^=]%*c%d",pprintlevel);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
initparams.c:50:7: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
50 | fscanf(paramfile,"%*[^=]%*c%lf",&(params->perturbobj));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
initparams.c:51:7: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
51 | fscanf(paramfile,"%*[^=]%*c%d",&(params->fastmode));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o add_mat.o add_mat.c
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o writesol.o writesol.c
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o readsol.o readsol.c
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o easysdp.o easysdp.c
easysdp.c: In function 'easy_sdp':
easysdp.c:63:7: warning: variable 'blk' set but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-but-set-variable-Wunused-but-set-variable8;;]
63 | int blk;
| ^~~
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o writeprob.o writeprob.c
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o solvesys.o solvesys.c
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o makefill.o makefill.c
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o mat_multsp.o mat_multsp.c
mat_multsp.c: In function 'mat_multspb':
mat_multsp.c:170: warning: ignoring '#pragma omp parallel' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunknown-pragmas-Wunknown-pragmas8;;]
170 | #pragma omp parallel for schedule(dynamic,64) default(none) private(i,j) shared(blk,C,scale2)
|
mat_multsp.c:56:7: warning: unused variable 'thread_num' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
56 | int thread_num;
| ^~~~~~~~~~
mat_multsp.c:55:7: warning: unused variable 'total_threads' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
55 | int total_threads;
| ^~~~~~~~~~~~~
mat_multsp.c: In function 'mat_multspa':
mat_multsp.c:408: warning: ignoring '#pragma omp parallel' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunknown-pragmas-Wunknown-pragmas8;;]
408 | #pragma omp parallel for default(none) schedule(dynamic,64) private(i,j) shared(blk,C,scale2)
|
mat_multsp.c:293:7: warning: unused variable 'thread_num' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
293 | int thread_num;
| ^~~~~~~~~~
mat_multsp.c:292:7: warning: unused variable 'total_threads' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
292 | int total_threads;
| ^~~~~~~~~~~~~
mat_multsp.c: In function 'mat_multspc':
mat_multsp.c:592: warning: ignoring '#pragma omp parallel' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunknown-pragmas-Wunknown-pragmas8;;]
592 | #pragma omp parallel for schedule(dynamic,64) default(none) private(i,ii,p,q,temp) shared(ptr,A,B,C,blk,blksize,scale1)
|
mat_multsp.c:633: warning: ignoring '#pragma omp parallel' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunknown-pragmas-Wunknown-pragmas8;;]
633 | #pragma omp parallel for default(none) schedule(dynamic,64) private(i,j) shared(blk,C,scale2)
|
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o norms.o norms.c
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o linesearch.o linesearch.c
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o matvec.o matvec.c
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o chol.o chol.c
chol.c: In function 'chol_inv':
chol.c:163:10: warning: variable 'scale' set but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-but-set-variable-Wunused-but-set-variable8;;]
163 | double scale;
| ^~~~~
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o qreig.o qreig.c
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o tweakgap.o tweakgap.c
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o freeprob.o freeprob.c
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o packed.o packed.c
packed.c: In function 'store_packed':
packed.c:32: warning: ignoring '#pragma omp parallel' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunknown-pragmas-Wunknown-pragmas8;;]
32 | #pragma omp parallel for schedule(dynamic,64) private(i,j) shared(p,q,n)
|
packed.c: In function 'store_unpacked':
packed.c:67: warning: ignoring '#pragma omp parallel' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunknown-pragmas-Wunknown-pragmas8;;]
67 | #pragma omp parallel for schedule(dynamic,64) private(i,j) shared(p,q,n)
|
packed.c: In function 'triu':
packed.c:199: warning: ignoring '#pragma omp parallel' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunknown-pragmas-Wunknown-pragmas8;;]
199 | #pragma omp parallel for schedule(dynamic,64) private(i,j) shared(A,n)
|
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o sortentries.o sortentries.c
ar cr libsdp.a readprob.o sdp.o op_o.o psd_feas.o op_a.o op_at.o Fnorm.o calc_pobj.o calc_dobj.o trace_prod.o zero_mat.o mat_mult.o sym_mat.o copy_mat.o addscaledmat.o user_exit.o make_i.o allocmat.o initsoln.o initparams.o add_mat.o writesol.o readsol.o easysdp.o writeprob.o solvesys.o makefill.o mat_multsp.o norms.o linesearch.o matvec.o chol.o qreig.o tweakgap.o freeprob.o packed.o sortentries.o
make[1]: Leaving directory '/build/Csdp-6.1.1/lib'
cd solver; make csdp
make[1]: Entering directory '/build/Csdp-6.1.1/solver'
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include -c -o csdp.o csdp.c
gcc -O3 -ansi -Wall -DNOSHORTS -DUSEGETTIME -I../include csdp.o -L../lib -lsdp -llapack -lblas -lgfortran -lm -o csdp
make[1]: Leaving directory '/build/Csdp-6.1.1/solver'
cd theta; make all
make[1]: Entering directory '/build/Csdp-6.1.1/theta'
gcc -O3 -ansi -Wall -DNOSHORTS -I../include -c -o theta.o theta.c
theta.c: In function 'main':
theta.c:66:3: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
66 | fscanf(fid,"%d",&n);
| ^~~~~~~~~~~~~~~~~~~
theta.c:67:3: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
67 | fscanf(fid,"%d",&m);
| ^~~~~~~~~~~~~~~~~~~
theta.c:151:7: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
151 | fscanf(fid,"%d %d",&start,&finish);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -O3 -ansi -Wall -DNOSHORTS -I../include theta.o -L../lib -lsdp -llapack -lblas -lgfortran -lm -o theta
gcc -O3 -ansi -Wall -DNOSHORTS -I../include -c -o complement.o complement.c
complement.c: In function 'main':
complement.c:49:3: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
49 | fscanf(fidin,"%d",&n);
| ^~~~~~~~~~~~~~~~~~~~~
complement.c:50:3: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
50 | fscanf(fidin,"%d",&m);
| ^~~~~~~~~~~~~~~~~~~~~
complement.c:75:7: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
75 | fscanf(fidin,"%d %d",&start,&finish);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -O3 -ansi -Wall -DNOSHORTS -I../include complement.o -L../lib -lsdp -llapack -lblas -lgfortran -lm -o complement
gcc -O3 -ansi -Wall -DNOSHORTS -I../include -c -o rand_graph.o rand_graph.c
gcc -O3 -ansi -Wall -DNOSHORTS -I../include rand_graph.o -L../lib -lsdp -llapack -lblas -lgfortran -lm -o rand_graph
gcc -O3 -ansi -Wall -DNOSHORTS -I../include -c -o graphtoprob.o graphtoprob.c
graphtoprob.c: In function 'main':
graphtoprob.c:64:3: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
64 | fscanf(fid,"%d",&n);
| ^~~~~~~~~~~~~~~~~~~
graphtoprob.c:65:3: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
65 | fscanf(fid,"%d",&m);
| ^~~~~~~~~~~~~~~~~~~
graphtoprob.c:157:7: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
157 | fscanf(fid,"%d %d",&start,&finish);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -O3 -ansi -Wall -DNOSHORTS -I../include graphtoprob.o -L../lib -lsdp -llapack -lblas -lgfortran -lm -o graphtoprob
make[1]: Leaving directory '/build/Csdp-6.1.1/theta'
cd example; make all
make[1]: Entering directory '/build/Csdp-6.1.1/example'
gcc -O3 -ansi -Wall -DNOSHORTS -I../include -c -o example.o example.c
gcc -O3 -ansi -Wall -DNOSHORTS -I../include example.o -L../lib -lsdp -llapack -lblas -lgfortran -lm -o example
make[1]: Leaving directory '/build/Csdp-6.1.1/example'
@nix { "action": "setPhase", "phase": "installPhase" }
installing
install flags: SHELL=/nix/store/jkhzci9x7v7zkfm5kfm2l2hx1p0fxlh7-bash-4.4-p23/bin/bash install
cp -f solver/csdp /nix/store/4k50m9jry3gscr0qssp5d3na8bvgfrk0-csdp-6.1.1/bin
cp -f theta/theta /nix/store/4k50m9jry3gscr0qssp5d3na8bvgfrk0-csdp-6.1.1/bin
cp -f theta/graphtoprob /nix/store/4k50m9jry3gscr0qssp5d3na8bvgfrk0-csdp-6.1.1/bin
cp -f theta/complement /nix/store/4k50m9jry3gscr0qssp5d3na8bvgfrk0-csdp-6.1.1/bin
cp -f theta/rand_graph /nix/store/4k50m9jry3gscr0qssp5d3na8bvgfrk0-csdp-6.1.1/bin
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/4k50m9jry3gscr0qssp5d3na8bvgfrk0-csdp-6.1.1
shrinking /nix/store/4k50m9jry3gscr0qssp5d3na8bvgfrk0-csdp-6.1.1/bin/theta
shrinking /nix/store/4k50m9jry3gscr0qssp5d3na8bvgfrk0-csdp-6.1.1/bin/graphtoprob
shrinking /nix/store/4k50m9jry3gscr0qssp5d3na8bvgfrk0-csdp-6.1.1/bin/complement
shrinking /nix/store/4k50m9jry3gscr0qssp5d3na8bvgfrk0-csdp-6.1.1/bin/csdp
shrinking /nix/store/4k50m9jry3gscr0qssp5d3na8bvgfrk0-csdp-6.1.1/bin/rand_graph
strip is /nix/store/ja1dn9gcs7nlkn120j7a6hvabx6mpb1y-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/4k50m9jry3gscr0qssp5d3na8bvgfrk0-csdp-6.1.1/bin
patching script interpreter paths in /nix/store/4k50m9jry3gscr0qssp5d3na8bvgfrk0-csdp-6.1.1
checking for references to /build/ in /nix/store/4k50m9jry3gscr0qssp5d3na8bvgfrk0-csdp-6.1.1...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment