· last year · Oct 13, 2023, 08:05 PM
1Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
2 scipy/special/specfun/specfun.f:9258:10:
3
4 9258 | N=ABS(B-1)
5 | 1
6 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
7 scipy/special/specfun/specfun.f:9298:11:
8
9 9298 | ID=15-ABS(DA1-DA2)
10 | 1
11 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
12 scipy/special/specfun/specfun.f:9333:12:
13
14 9333 | ID1=15-ABS(DB1-DB2)
15 | 1
16 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
17 scipy/special/specfun/specfun.f:8245:2:
18
19 8205 | IF (JM+1.GT.251) GOTO 6
20 | 2
21 ......
22 8245 | 6 FNAN=DNAN()
23 | 1
24 Warning: Legacy Extension: Label at (1) is not in the same block as the GOTO statement at (2)
25 scipy/special/specfun/specfun.f:8205:15:
26
27 8205 | IF (JM+1.GT.251) GOTO 6
28 | ^
29 Warning: 'jm' may be used uninitialized [-Wmaybe-uninitialized]
30 scipy/special/specfun/specfun.f:8198:16:
31
32 8198 | JM=M/2 + 1
33 | ^
34 note: 'jm' was declared here
35 scipy/special/specfun/specfun.f:12094:18:
36
37 12094 | IF (CDABS((CS-CW)/CS).LT.1.0D-15) GO TO 45
38 | ^
39 Warning: 'REALPART_EXPR <cw>' may be used uninitialized [-Wmaybe-uninitialized]
40 scipy/special/specfun/specfun.f:12094:30:
41
42 12094 | IF (CDABS((CS-CW)/CS).LT.1.0D-15) GO TO 45
43 | ^
44 note: 'REALPART_EXPR <cw>' was declared here
45 scipy/special/specfun/specfun.f:12094:18:
46
47 12094 | IF (CDABS((CS-CW)/CS).LT.1.0D-15) GO TO 45
48 | ^
49 Warning: 'IMAGPART_EXPR <cw>' may be used uninitialized [-Wmaybe-uninitialized]
50 scipy/special/specfun/specfun.f:12094:30:
51
52 12094 | IF (CDABS((CS-CW)/CS).LT.1.0D-15) GO TO 45
53 | ^
54 note: 'IMAGPART_EXPR <cw>' was declared here
55 scipy/special/specfun/specfun.f:6300:72:
56
57 6300 | CS0=CBS+CF
58 | ^
59 Warning: 'REALPART_EXPR <cf>' may be used uninitialized [-Wmaybe-uninitialized]
60 scipy/special/specfun/specfun.f:6285:16:
61
62 6285 | CF=2.0D0*(K+1.0D0)/Z*CF1-CF2
63 | ^
64 note: 'REALPART_EXPR <cf>' was declared here
65 scipy/special/specfun/specfun.f:6300:72:
66
67 6300 | CS0=CBS+CF
68 | ^
69 Warning: 'IMAGPART_EXPR <cf>' may be used uninitialized [-Wmaybe-uninitialized]
70 scipy/special/specfun/specfun.f:6285:16:
71
72 6285 | CF=2.0D0*(K+1.0D0)/Z*CF1-CF2
73 | ^
74 note: 'IMAGPART_EXPR <cf>' was declared here
75 scipy/special/specfun/specfun.f:11744:72:
76
77 11744 | CS0=CDEXP(Z1)/(CBS-CF)
78 | ^
79 Warning: 'REALPART_EXPR <cf>' may be used uninitialized [-Wmaybe-uninitialized]
80 scipy/special/specfun/specfun.f:11738:13:
81
82 11738 | CF=2.0D0*(K+1.0D0)*CF1/Z1+CF0
83 | ^
84 note: 'REALPART_EXPR <cf>' was declared here
85 scipy/special/specfun/specfun.f:11744:72:
86
87 11744 | CS0=CDEXP(Z1)/(CBS-CF)
88 | ^
89 Warning: 'IMAGPART_EXPR <cf>' may be used uninitialized [-Wmaybe-uninitialized]
90 scipy/special/specfun/specfun.f:11738:13:
91
92 11738 | CF=2.0D0*(K+1.0D0)*CF1/Z1+CF0
93 | ^
94 note: 'IMAGPART_EXPR <cf>' was declared here
95 scipy/special/specfun/specfun.f:550:72:
96
97 550 | W(1)=W(1)/V(1)
98 | ^
99 Warning: 'v' may be used uninitialized [-Wmaybe-uninitialized]
100 scipy/special/specfun/specfun.f:503:42:
101
102 503 | DIMENSION BK(200),CK(200),U(200),V(200),W(200)
103 | ^
104 note: 'v' declared here
105 scipy/special/specfun/specfun.f:69:72:
106
107 69 | CB0=2.0D0**(-0.5D0*N-1.0D0)*CA0/G1
108 | ^
109 Warning: 'g1' may be used uninitialized [-Wmaybe-uninitialized]
110 scipy/special/specfun/specfun.f:68:29:
111
112 68 | CALL GAIH(XN,G1)
113 | ^
114 note: 'g1' was declared here
115 scipy/special/specfun/specfun.f:79:72:
116
117 79 | CDN=CDN+CDW
118 | ^
119 Warning: 'g0' may be used uninitialized [-Wmaybe-uninitialized]
120 scipy/special/specfun/specfun.f:71:29:
121
122 71 | CALL GAIH(VT,G0)
123 | ^
124 note: 'g0' was declared here
125 scipy/special/specfun/specfun.f:78:72:
126
127 78 | CDW=GM*CR
128 | ^
129 Warning: 'gm' may be used uninitialized [-Wmaybe-uninitialized]
130 scipy/special/specfun/specfun.f:76:32:
131
132 76 | CALL GAIH(VM,GM)
133 | ^
134 note: 'gm' was declared here
135 scipy/special/specfun/specfun.f:63:72:
136
137 63 | PD=DSQRT(PI)/(2.0D0**(-.5D0*N)*GA0)
138 | ^
139 Warning: 'ga0' may be used uninitialized [-Wmaybe-uninitialized]
140 scipy/special/specfun/specfun.f:62:34:
141
142 62 | CALL GAIH(VA0,GA0)
143 | ^
144 note: 'ga0' was declared here
145 scipy/special/specfun/specfun.f:1879:72:
146
147 1879 | XS=BJ(1)
148 | ^
149 Warning: 'bj' may be used uninitialized [-Wmaybe-uninitialized]
150 scipy/special/specfun/specfun.f:1847:20:
151
152 1847 | DIMENSION BJ(101)
153 | ^
154 note: 'bj' declared here
155 scipy/special/specfun/specfun.f:2023:72:
156
157 2023 | 25 CQN(K)=CQN(K)*CQ0/CQF0
158 | ^
159 Warning: 'REALPART_EXPR <cqf0>' may be used uninitialized [-Wmaybe-uninitialized]
160 scipy/special/specfun/specfun.f:2002:15:
161
162 2002 | CQF0=CQ0
163 | ^
164 note: 'REALPART_EXPR <cqf0>' was declared here
165 scipy/special/specfun/specfun.f:2023:72:
166
167 2023 | 25 CQN(K)=CQN(K)*CQ0/CQF0
168 | ^
169 Warning: 'IMAGPART_EXPR <cqf0>' may be used uninitialized [-Wmaybe-uninitialized]
170 scipy/special/specfun/specfun.f:2002:15:
171
172 2002 | CQF0=CQ0
173 | ^
174 note: 'IMAGPART_EXPR <cqf0>' was declared here
175 scipy/special/specfun/specfun.f:2081:72:
176
177 2081 | & + U1*(-108056875D0/6967296D0)))))
178 | ^
179 Warning: 'u' may be used uninitialized [-Wmaybe-uninitialized]
180 scipy/special/specfun/specfun.f:2064:15:
181
182 2064 | U=3.0D0*PI*(4.0D0*I-1)/8.0D0
183 | ^
184 note: 'u' was declared here
185 scipy/special/specfun/specfun.f:2081:72:
186
187 2081 | & + U1*(-108056875D0/6967296D0)))))
188 | ^
189 Warning: 'u1' may be used uninitialized [-Wmaybe-uninitialized]
190 scipy/special/specfun/specfun.f:2065:16:
191
192 2065 | U1=1/(U*U)
193 | ^
194 note: 'u1' was declared here
195 scipy/special/specfun/specfun.f:3227:72:
196
197 3227 | IF (CDABS(CJV0).GT.CDABS(CJV1)) CS=CJV0/CF
198 | ^
199 Warning: 'REALPART_EXPR <cf>' may be used uninitialized [-Wmaybe-uninitialized]
200 scipy/special/specfun/specfun.f:3209:16:
201
202 3209 | CF=2.0D0*(K+V0-1.0D0)/Z*CF1-CF0
203 | ^
204 note: 'REALPART_EXPR <cf>' was declared here
205 scipy/special/specfun/specfun.f:3227:72:
206
207 3227 | IF (CDABS(CJV0).GT.CDABS(CJV1)) CS=CJV0/CF
208 | ^
209 Warning: 'IMAGPART_EXPR <cf>' may be used uninitialized [-Wmaybe-uninitialized]
210 scipy/special/specfun/specfun.f:3209:16:
211
212 3209 | CF=2.0D0*(K+V0-1.0D0)/Z*CF1-CF0
213 | ^
214 note: 'IMAGPART_EXPR <cf>' was declared here
215 scipy/special/specfun/specfun.f:3227:45:
216
217 3227 | IF (CDABS(CJV0).GT.CDABS(CJV1)) CS=CJV0/CF
218 | ^
219 Warning: 'REALPART_EXPR <cs>' may be used uninitialized [-Wmaybe-uninitialized]
220 scipy/special/specfun/specfun.f:3227:45: Warning: 'IMAGPART_EXPR <cs>' may be used uninitialized [-Wmaybe-uninitialized]
221 scipy/special/specfun/specfun.f:3272:72:
222
223 3272 | CBY(LB+1)=(CBJ(LB+1)*CYV0-2.0D0*CP11/(PI*Z))/CBJ(0)
224 | ^
225 Warning: 'REALPART_EXPR <ch0>' may be used uninitialized [-Wmaybe-uninitialized]
226 scipy/special/specfun/specfun.f:3257:14:
227
228 3257 | CH0=2.0D0*(K+V0)/Z*CH1-CH2
229 | ^
230 note: 'REALPART_EXPR <ch0>' was declared here
231 scipy/special/specfun/specfun.f:3272:72:
232
233 3272 | CBY(LB+1)=(CBJ(LB+1)*CYV0-2.0D0*CP11/(PI*Z))/CBJ(0)
234 | ^
235 Warning: 'IMAGPART_EXPR <ch0>' may be used uninitialized [-Wmaybe-uninitialized]
236 scipy/special/specfun/specfun.f:3257:14:
237
238 3257 | CH0=2.0D0*(K+V0)/Z*CH1-CH2
239 | ^
240 note: 'IMAGPART_EXPR <ch0>' was declared here
241 scipy/special/specfun/specfun.f:3432:72:
242
243 3432 | CS=CJV0/CF
244 | ^
245 Warning: 'REALPART_EXPR <cf>' may be used uninitialized [-Wmaybe-uninitialized]
246 scipy/special/specfun/specfun.f:3428:13:
247
248 3428 | CF=2.0D0*(V0+K+1.0D0)/Z1*CF1-CF2
249 | ^
250 note: 'REALPART_EXPR <cf>' was declared here
251 scipy/special/specfun/specfun.f:3432:72:
252
253 3432 | CS=CJV0/CF
254 | ^
255 Warning: 'IMAGPART_EXPR <cf>' may be used uninitialized [-Wmaybe-uninitialized]
256 scipy/special/specfun/specfun.f:3428:13:
257
258 3428 | CF=2.0D0*(V0+K+1.0D0)/Z1*CF1-CF2
259 | ^
260 note: 'IMAGPART_EXPR <cf>' was declared here
261 scipy/special/specfun/specfun.f:4381:72:
262
263 4381 | IF (L.EQ.0) PD0=PD1
264 | ^
265 Warning: 'pd1' may be used uninitialized [-Wmaybe-uninitialized]
266 scipy/special/specfun/specfun.f:4375:17:
267
268 4375 | PD1=X*EP
269 | ^
270 note: 'pd1' declared here
271 scipy/special/specfun/specfun.f:4381:72:
272
273 4381 | IF (L.EQ.0) PD0=PD1
274 | ^
275 Warning: 'pd1' may be used uninitialized [-Wmaybe-uninitialized]
276 scipy/special/specfun/specfun.f:4375:17:
277
278 4375 | PD1=X*EP
279 | ^
280 note: 'pd1' declared here
281 scipy/special/specfun/specfun.f:4426:72:
282
283 4426 | DV(0)=PD0
284 | ^
285 Warning: 'pd0' may be used uninitialized [-Wmaybe-uninitialized]
286 scipy/special/specfun/specfun.f:4374:17:
287
288 4374 | PD0=EP
289 | ^
290 note: 'pd0' declared here
291 scipy/special/specfun/specfun.f:5693:24:
292
293 5693 | IF (CDABS((CHG-CHW)/CHG).LT.1.D-15) GO TO 25
294 | ^
295 Warning: 'REALPART_EXPR <chw>' may be used uninitialized [-Wmaybe-uninitialized]
296 scipy/special/specfun/specfun.f:5693:38:
297
298 5693 | IF (CDABS((CHG-CHW)/CHG).LT.1.D-15) GO TO 25
299 | ^
300 note: 'REALPART_EXPR <chw>' was declared here
301 scipy/special/specfun/specfun.f:5693:24:
302
303 5693 | IF (CDABS((CHG-CHW)/CHG).LT.1.D-15) GO TO 25
304 | ^
305 Warning: 'IMAGPART_EXPR <chw>' may be used uninitialized [-Wmaybe-uninitialized]
306 scipy/special/specfun/specfun.f:5693:38:
307
308 5693 | IF (CDABS((CHG-CHW)/CHG).LT.1.D-15) GO TO 25
309 | ^
310 note: 'IMAGPART_EXPR <chw>' was declared here
311 scipy/special/specfun/specfun.f:5738:72:
312
313 5738 | CHG=((2.0D0*A-B+Z)*CY1+(B-A)*CY0)/A
314 | ^
315 Warning: 'REALPART_EXPR <cy1>' may be used uninitialized [-Wmaybe-uninitialized]
316 scipy/special/specfun/specfun.f:5734:29:
317
318 5734 | IF (N.EQ.1) CY1=CHG
319 | ^
320 note: 'REALPART_EXPR <cy1>' was declared here
321 scipy/special/specfun/specfun.f:5738:72:
322
323 5738 | CHG=((2.0D0*A-B+Z)*CY1+(B-A)*CY0)/A
324 | ^
325 Warning: 'IMAGPART_EXPR <cy1>' may be used uninitialized [-Wmaybe-uninitialized]
326 scipy/special/specfun/specfun.f:5734:29:
327
328 5734 | IF (N.EQ.1) CY1=CHG
329 | ^
330 note: 'IMAGPART_EXPR <cy1>' was declared here
331 scipy/special/specfun/specfun.f:5971:21:
332
333 5971 | IF (CDABS((ZHF-ZW)/ZHF).LE.EPS) GO TO 115
334 | ^
335 Warning: 'REALPART_EXPR <zw>' may be used uninitialized [-Wmaybe-uninitialized]
336 scipy/special/specfun/specfun.f:5839:33:
337
338 5839 | IF (CDABS(ZHF-ZW).LT.CDABS(ZHF)*EPS) GO TO 25
339 | ^
340 note: 'REALPART_EXPR <zw>' was declared here
341 scipy/special/specfun/specfun.f:5971:21:
342
343 5971 | IF (CDABS((ZHF-ZW)/ZHF).LE.EPS) GO TO 115
344 | ^
345 Warning: 'IMAGPART_EXPR <zw>' may be used uninitialized [-Wmaybe-uninitialized]
346 scipy/special/specfun/specfun.f:5839:33:
347
348 5839 | IF (CDABS(ZHF-ZW).LT.CDABS(ZHF)*EPS) GO TO 25
349 | ^
350 note: 'IMAGPART_EXPR <zw>' was declared here
351 scipy/special/specfun/specfun.f:6037:12:
352
353 6037 | IF (K.GT.150) ISFER=5
354 | ^
355 Warning: 'k' may be used uninitialized [-Wmaybe-uninitialized]
356 scipy/special/specfun/specfun.f:5814:18:
357
358 5814 | DO 10 K=1,NM
359 | ^
360 note: 'k' was declared here
361 scipy/special/specfun/specfun.f:10626:72:
362
363 10626 | CS=CBI0/CF
364 | ^
365 Warning: 'REALPART_EXPR <cf>' may be used uninitialized [-Wmaybe-uninitialized]
366 scipy/special/specfun/specfun.f:10622:13:
367
368 10622 | CF=2.0D0*(V0+K+1.0D0)/Z1*CF1+CF2
369 | ^
370 note: 'REALPART_EXPR <cf>' was declared here
371 scipy/special/specfun/specfun.f:10626:72:
372
373 10626 | CS=CBI0/CF
374 | ^
375 Warning: 'IMAGPART_EXPR <cf>' may be used uninitialized [-Wmaybe-uninitialized]
376 scipy/special/specfun/specfun.f:10622:13:
377
378 10622 | CF=2.0D0*(V0+K+1.0D0)/Z1*CF1+CF2
379 | ^
380 note: 'IMAGPART_EXPR <cf>' was declared here
381 scipy/special/specfun/specfun.f:10787:72:
382
383 10787 | CS=CBI0/CF
384 | ^
385 Warning: 'REALPART_EXPR <cf>' may be used uninitialized [-Wmaybe-uninitialized]
386 scipy/special/specfun/specfun.f:10783:13:
387
388 10783 | CF=2.0D0*(V0+K+1.0D0)/Z1*CF1+CF2
389 | ^
390 note: 'REALPART_EXPR <cf>' was declared here
391 scipy/special/specfun/specfun.f:10787:72:
392
393 10787 | CS=CBI0/CF
394 | ^
395 Warning: 'IMAGPART_EXPR <cf>' may be used uninitialized [-Wmaybe-uninitialized]
396 scipy/special/specfun/specfun.f:10783:13:
397
398 10783 | CF=2.0D0*(V0+K+1.0D0)/Z1*CF1+CF2
399 | ^
400 note: 'IMAGPART_EXPR <cf>' was declared here
401 scipy/special/specfun/specfun.f:11411:72:
402
403 11411 | IF (L.EQ.0) F0=F1
404 | ^
405 Warning: 'f1' may be used uninitialized [-Wmaybe-uninitialized]
406 scipy/special/specfun/specfun.f:11402:16:
407
408 11402 | F1=X*F0
409 | ^
410 note: 'f1' declared here
411 scipy/special/specfun/specfun.f:11411:72:
412
413 11411 | IF (L.EQ.0) F0=F1
414 | ^
415 Warning: 'f1' may be used uninitialized [-Wmaybe-uninitialized]
416 scipy/special/specfun/specfun.f:11402:16:
417
418 11402 | F1=X*F0
419 | ^
420 note: 'f1' declared here
421 scipy/special/specfun/specfun.f:11552:72:
422
423 11552 | 30 CQM(0,K)=CQ0*CQM(0,K)/CQF0
424 | ^
425 Warning: 'REALPART_EXPR <cqf0>' may be used uninitialized [-Wmaybe-uninitialized]
426 scipy/special/specfun/specfun.f:11547:18:
427
428 11547 | CQF0=((2*K+3.0D0)*Z*CQF1-(K+2.0D0)*CQF2)/(K+1.0D0)
429 | ^
430 note: 'REALPART_EXPR <cqf0>' was declared here
431 scipy/special/specfun/specfun.f:11552:72:
432
433 11552 | 30 CQM(0,K)=CQ0*CQM(0,K)/CQF0
434 | ^
435 Warning: 'IMAGPART_EXPR <cqf0>' may be used uninitialized [-Wmaybe-uninitialized]
436 scipy/special/specfun/specfun.f:11547:18:
437
438 11547 | CQF0=((2*K+3.0D0)*Z*CQF1-(K+2.0D0)*CQF2)/(K+1.0D0)
439 | ^
440 note: 'IMAGPART_EXPR <cqf0>' was declared here
441 scipy/special/specfun/specfun.f:11852:72:
442
443 11852 | CS=CBI0/CF
444 | ^
445 Warning: 'REALPART_EXPR <cf>' may be used uninitialized [-Wmaybe-uninitialized]
446 scipy/special/specfun/specfun.f:11848:13:
447
448 11848 | CF=2.0D0*(K+1.0D0)/Z*CF1+CF2
449 | ^
450 note: 'REALPART_EXPR <cf>' was declared here
451 scipy/special/specfun/specfun.f:11852:72:
452
453 11852 | CS=CBI0/CF
454 | ^
455 Warning: 'IMAGPART_EXPR <cf>' may be used uninitialized [-Wmaybe-uninitialized]
456 scipy/special/specfun/specfun.f:11848:13:
457
458 11848 | CF=2.0D0*(K+1.0D0)/Z*CF1+CF2
459 | ^
460 note: 'IMAGPART_EXPR <cf>' was declared here
461 ar: adding 1 object files to build/temp.macosx-11.6-arm64-3.7/libsc_specfun.a
462 ranlib:@ build/temp.macosx-11.6-arm64-3.7/libsc_specfun.a
463 building 'statlib' library
464 compiling Fortran sources
465 Fortran f77 compiler: /opt/homebrew/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops
466 Fortran f90 compiler: /opt/homebrew/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
467 Fortran fix compiler: /opt/homebrew/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
468 creating build/temp.macosx-11.6-arm64-3.7/scipy/stats
469 creating build/temp.macosx-11.6-arm64-3.7/scipy/stats/statlib
470 compile options: '-I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -c'
471 gfortran:f77: scipy/stats/statlib/spearman.f
472 gfortran:f77: scipy/stats/statlib/swilk.f
473 gfortran:f77: scipy/stats/statlib/ansari.f
474 scipy/stats/statlib/ansari.f:39:72:
475
476 39 | IF (MM1) 1, 2, 3
477 | 1
478 Warning: Fortran 2018 deleted feature: Arithmetic IF statement at (1)
479 scipy/stats/statlib/spearman.f:12:49:
480
481 12 | double precision zero, one, two, b, x, y, z, u, six,
482 | 1
483 Warning: Unused variable 'z' declared at (1) [-Wunused-variable]
484 scipy/stats/statlib/ansari.f:151:72:
485
486 151 | 1 F(I) = TWO
487 | 1
488 Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 1 at (1)
489 scipy/stats/statlib/ansari.f:192:72:
490
491 192 | 2 F(I) = F(I) + TWO
492 | 1
493 Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 2 at (1)
494 ar: adding 3 object files to build/temp.macosx-11.6-arm64-3.7/libstatlib.a
495 ranlib:@ build/temp.macosx-11.6-arm64-3.7/libstatlib.a
496 C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include
497
498 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmp7wtzq9bf/var
499 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmp7wtzq9bf/var/folders
500 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmp7wtzq9bf/var/folders/tk
501 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmp7wtzq9bf/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn
502 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmp7wtzq9bf/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T
503 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmp7wtzq9bf/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmp7wtzq9bf
504 compile options: '-c'
505 extra options: '-std=c++14'
506 clang: /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmp7wtzq9bf/main.cpp
507 building 'test_boost_build' library
508 compiling C++ sources
509 C compiler: clang++ -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include
510
511 creating build/temp.macosx-11.6-arm64-3.7/scipy/_lib
512 creating build/temp.macosx-11.6-arm64-3.7/scipy/_lib/tests
513 compile options: '-I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/_lib/boost -I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -c'
514 extra options: '-std=c++14'
515 clang++: scipy/_lib/tests/test_boost_build.cpp
516 In file included from scipy/_lib/tests/test_boost_build.cpp:4:
517 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/_lib/boost/boost/math/distributions.hpp:15:
518 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/_lib/boost/boost/math/distributions/arcsine.hpp:35:
519 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/_lib/boost/boost/math/constants/constants.hpp:14:
520 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/_lib/boost/boost/math/tools/convert_from_string.hpp:15:
521 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/_lib/boost/boost/lexical_cast.hpp:32:
522 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/_lib/boost/boost/lexical_cast/try_lexical_convert.hpp:44:
523 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/_lib/boost/boost/lexical_cast/detail/converter_lexical.hpp:54:
524 /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/_lib/boost/boost/lexical_cast/detail/converter_lexical_streams.hpp:285:21: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
525 sprintf(begin,
526 ^
527 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
528 __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
529 ^
530 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
531 #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
532 ^
533 In file included from scipy/_lib/tests/test_boost_build.cpp:4:
534 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/_lib/boost/boost/math/distributions.hpp:15:
535 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/_lib/boost/boost/math/distributions/arcsine.hpp:35:
536 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/_lib/boost/boost/math/constants/constants.hpp:14:
537 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/_lib/boost/boost/math/tools/convert_from_string.hpp:15:
538 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/_lib/boost/boost/lexical_cast.hpp:32:
539 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/_lib/boost/boost/lexical_cast/try_lexical_convert.hpp:44:
540 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/_lib/boost/boost/lexical_cast/detail/converter_lexical.hpp:54:
541 /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/_lib/boost/boost/lexical_cast/detail/converter_lexical_streams.hpp:297:21: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
542 sprintf(begin,
543 ^
544 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
545 __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
546 ^
547 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
548 #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
549 ^
550 In file included from scipy/_lib/tests/test_boost_build.cpp:4:
551 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/_lib/boost/boost/math/distributions.hpp:15:
552 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/_lib/boost/boost/math/distributions/arcsine.hpp:35:
553 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/_lib/boost/boost/math/constants/constants.hpp:14:
554 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/_lib/boost/boost/math/tools/convert_from_string.hpp:15:
555 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/_lib/boost/boost/lexical_cast.hpp:32:
556 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/_lib/boost/boost/lexical_cast/try_lexical_convert.hpp:44:
557 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/_lib/boost/boost/lexical_cast/detail/converter_lexical.hpp:54:
558 /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/_lib/boost/boost/lexical_cast/detail/converter_lexical_streams.hpp:310:21: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
559 sprintf(begin,
560 ^
561 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
562 __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
563 ^
564 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
565 #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
566 ^
567 3 warnings generated.
568 ar: adding 1 object files to build/temp.macosx-11.6-arm64-3.7/libtest_boost_build.a
569 ranlib:@ build/temp.macosx-11.6-arm64-3.7/libtest_boost_build.a
570 running build_ext
571 customize UnixCCompiler
572 customize UnixCCompiler using build_ext
573 resetting extension 'scipy.integrate._quadpack' language from 'c' to 'f77'.
574 resetting extension 'scipy.integrate._odepack' language from 'c' to 'f77'.
575 resetting extension 'scipy.integrate.vode' language from 'c' to 'f77'.
576 resetting extension 'scipy.integrate.lsoda' language from 'c' to 'f77'.
577 resetting extension 'scipy.integrate._test_odeint_banded' language from 'c' to 'f77'.
578 resetting extension 'scipy.linalg._fblas' language from 'c' to 'f77'.
579 resetting extension 'scipy.linalg._flapack' language from 'c' to 'f77'.
580 resetting extension 'scipy.linalg._flinalg' language from 'c' to 'f77'.
581 resetting extension 'scipy.linalg._interpolative' language from 'c' to 'f77'.
582 resetting extension 'scipy.linalg.cython_blas' language from 'c' to 'f77'.
583 resetting extension 'scipy.linalg.cython_lapack' language from 'c' to 'f77'.
584 resetting extension 'scipy.odr.__odrpack' language from 'c' to 'f77'.
585 resetting extension 'scipy.optimize._lbfgsb' language from 'c' to 'f77'.
586 extending extension 'scipy.optimize._highs._highs_wrapper' defined_macros with [('CMAKE_BUILD_TYPE', '"Release"'), ('HiGHSRELEASE', None), ('IPX_ON', 'ON'), ('HIGHS_GITHASH', '"n/a"'), ('HIGHS_COMPILATION_DATE', '"2023-10-13"'), ('HIGHS_VERSION_MAJOR', '1'), ('HIGHS_VERSION_MINOR', '0'), ('HIGHS_VERSION_PATCH', '0'), ('HIGHS_DIR', '"/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-install-l9kzs65k/scipy_955357919f9f4b1db4a5f5759d56976a/scipy/optimize/_highs"')]
587 resetting extension 'scipy.sparse.linalg.isolve._iterative' language from 'c' to 'f77'.
588 extending extension 'scipy.sparse.linalg.dsolve._superlu' defined_macros with [('USE_VENDOR_BLAS', 1)]
589 resetting extension 'scipy.sparse.linalg.eigen.arpack._arpack' language from 'c' to 'f77'.
590 resetting extension 'scipy.special._ufuncs' language from 'c' to 'f77'.
591 resetting extension 'scipy.special.cython_special' language from 'c' to 'f77'.
592 customize UnixCCompiler
593 #### ['clang', '-Wno-unused-result', '-Wsign-compare', '-Wunreachable-code', '-DNDEBUG', '-g', '-fwrapv', '-O3', '-Wall', '-I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include', '-I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include', '-falign-functions=8', '-I~/usr/include/machine', '-I/opt/homebrew/opt/lapack/include'] #######
594 customize UnixCCompiler using build_ext
595 get_default_fcompiler: matching types: '['gnu95', 'nag', 'absoft', 'ibm', 'intel', 'gnu', 'g95', 'pg']'
596 customize Gnu95FCompiler
597 customize Gnu95FCompiler
598 customize Gnu95FCompiler using build_ext
599 building 'scipy.cluster._vq' extension
600 compiling C sources
601 C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include
602
603 creating build/temp.macosx-11.6-arm64-3.7/scipy/cluster
604 compile options: '-I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
605 clang: scipy/cluster/_vq.c
606 In file included from scipy/cluster/_vq.c:752:
607 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
608 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
609 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822:
610 /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
611 #warning "Using deprecated NumPy API, disable it with " \
612 ^
613 1 warning generated.
614 clang -bundle -undefined dynamic_lookup -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/readline/lib -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Wl,-rpath,/Users/dwdsf/.pyenv/versions/3.7.17/lib -L/opt/homebrew/opt/imagemagick@6/lib -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/readline/lib -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Wl,-rpath,/Users/dwdsf/.pyenv/versions/3.7.17/lib -L/opt/homebrew/opt/imagemagick@6/lib -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib -Wl,-ld_classic -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include build/temp.macosx-11.6-arm64-3.7/scipy/cluster/_vq.o -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Lbuild/temp.macosx-11.6-arm64-3.7 -o build/lib.macosx-11.6-arm64-3.7/scipy/cluster/_vq.cpython-37m-darwin.so
615 ld: warning: duplicate -rpath '/Users/dwdsf/.pyenv/versions/3.7.17/lib' ignored
616 ld: warning: duplicate -rpath '/opt/homebrew/lib' ignored
617 building 'scipy.cluster._hierarchy' extension
618 compiling C sources
619 C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include
620
621 compile options: '-I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
622 clang: scipy/cluster/_hierarchy.c
623 In file included from scipy/cluster/_hierarchy.c:752:
624 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
625 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
626 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822:
627 /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
628 #warning "Using deprecated NumPy API, disable it with " \
629 ^
630 scipy/cluster/_hierarchy.c:37959:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
631 CYTHON_FALLTHROUGH;
632 ^
633 scipy/cluster/_hierarchy.c:345:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
634 #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
635 ^
636 scipy/cluster/_hierarchy.c:37970:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
637 CYTHON_FALLTHROUGH;
638 ^
639 scipy/cluster/_hierarchy.c:345:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
640 #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
641 ^
642 scipy/cluster/_hierarchy.c:19500:18: warning: unused function '__Pyx_CFunc_double____double____double____double____int____int____int___to_py' [-Wunused-function]
643 static PyObject *__Pyx_CFunc_double____double____double____double____int____int____int___to_py(double (*__pyx_v_f)(double, double, double, int, int, int)) {
644 ^
645 4 warnings generated.
646 clang -bundle -undefined dynamic_lookup -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/readline/lib -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Wl,-rpath,/Users/dwdsf/.pyenv/versions/3.7.17/lib -L/opt/homebrew/opt/imagemagick@6/lib -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/readline/lib -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Wl,-rpath,/Users/dwdsf/.pyenv/versions/3.7.17/lib -L/opt/homebrew/opt/imagemagick@6/lib -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib -Wl,-ld_classic -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include build/temp.macosx-11.6-arm64-3.7/scipy/cluster/_hierarchy.o -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Lbuild/temp.macosx-11.6-arm64-3.7 -o build/lib.macosx-11.6-arm64-3.7/scipy/cluster/_hierarchy.cpython-37m-darwin.so
647 ld: warning: duplicate -rpath '/Users/dwdsf/.pyenv/versions/3.7.17/lib' ignored
648 ld: warning: duplicate -rpath '/opt/homebrew/lib' ignored
649 building 'scipy.cluster._optimal_leaf_ordering' extension
650 compiling C sources
651 C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include
652
653 compile options: '-I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
654 clang: scipy/cluster/_optimal_leaf_ordering.c
655 In file included from scipy/cluster/_optimal_leaf_ordering.c:752:
656 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
657 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
658 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822:
659 /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
660 #warning "Using deprecated NumPy API, disable it with " \
661 ^
662 scipy/cluster/_optimal_leaf_ordering.c:25497:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
663 CYTHON_FALLTHROUGH;
664 ^
665 scipy/cluster/_optimal_leaf_ordering.c:345:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
666 #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
667 ^
668 scipy/cluster/_optimal_leaf_ordering.c:25508:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
669 CYTHON_FALLTHROUGH;
670 ^
671 scipy/cluster/_optimal_leaf_ordering.c:345:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
672 #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
673 ^
674 scipy/cluster/_optimal_leaf_ordering.c:26018:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
675 CYTHON_FALLTHROUGH;
676 ^
677 scipy/cluster/_optimal_leaf_ordering.c:345:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
678 #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
679 ^
680 scipy/cluster/_optimal_leaf_ordering.c:26029:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
681 CYTHON_FALLTHROUGH;
682 ^
683 scipy/cluster/_optimal_leaf_ordering.c:345:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
684 #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
685 ^
686 scipy/cluster/_optimal_leaf_ordering.c:26387:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
687 CYTHON_FALLTHROUGH;
688 ^
689 scipy/cluster/_optimal_leaf_ordering.c:345:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
690 #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
691 ^
692 scipy/cluster/_optimal_leaf_ordering.c:26398:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
693 CYTHON_FALLTHROUGH;
694 ^
695 scipy/cluster/_optimal_leaf_ordering.c:345:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
696 #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
697 ^
698 7 warnings generated.
699 clang -bundle -undefined dynamic_lookup -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/readline/lib -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Wl,-rpath,/Users/dwdsf/.pyenv/versions/3.7.17/lib -L/opt/homebrew/opt/imagemagick@6/lib -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/readline/lib -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Wl,-rpath,/Users/dwdsf/.pyenv/versions/3.7.17/lib -L/opt/homebrew/opt/imagemagick@6/lib -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib -Wl,-ld_classic -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include build/temp.macosx-11.6-arm64-3.7/scipy/cluster/_optimal_leaf_ordering.o -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Lbuild/temp.macosx-11.6-arm64-3.7 -o build/lib.macosx-11.6-arm64-3.7/scipy/cluster/_optimal_leaf_ordering.cpython-37m-darwin.so
700 ld: warning: duplicate -rpath '/Users/dwdsf/.pyenv/versions/3.7.17/lib' ignored
701 ld: warning: duplicate -rpath '/opt/homebrew/lib' ignored
702 C compiler: clang++ -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include
703
704 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpo3svongy/var
705 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpo3svongy/var/folders
706 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpo3svongy/var/folders/tk
707 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpo3svongy/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn
708 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpo3svongy/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T
709 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpo3svongy/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpo3svongy
710 compile options: '-I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
711 extra options: '-std=c++14'
712 clang++: /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpo3svongy/main.cpp
713 C compiler: clang++ -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include
714
715 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpn4gnfo2r/var
716 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpn4gnfo2r/var/folders
717 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpn4gnfo2r/var/folders/tk
718 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpn4gnfo2r/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn
719 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpn4gnfo2r/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T
720 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpn4gnfo2r/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpn4gnfo2r
721 compile options: '-I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
722 extra options: '-mmacosx-version-min=10.9'
723 clang++: /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpn4gnfo2r/main.c
724 clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
725 C compiler: clang++ -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include
726
727 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpcgnoav_4/var
728 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpcgnoav_4/var/folders
729 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpcgnoav_4/var/folders/tk
730 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpcgnoav_4/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn
731 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpcgnoav_4/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T
732 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpcgnoav_4/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpcgnoav_4
733 compile options: '-I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
734 clang++: /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpcgnoav_4/main.c
735 clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
736 C compiler: clang++ -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include
737
738 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmp_wshror_/var
739 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmp_wshror_/var/folders
740 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmp_wshror_/var/folders/tk
741 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmp_wshror_/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn
742 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmp_wshror_/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T
743 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmp_wshror_/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmp_wshror_
744 compile options: '-I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
745 extra options: '-pthread'
746 clang++: /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmp_wshror_/main.c
747 clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
748 C compiler: clang++ -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include
749
750 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpr492km7u/var
751 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpr492km7u/var/folders
752 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpr492km7u/var/folders/tk
753 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpr492km7u/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn
754 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpr492km7u/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T
755 creating /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpr492km7u/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpr492km7u
756 compile options: '-I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
757 extra options: '-std=c++14 -mmacosx-version-min=10.9 -pthread -fvisibility=hidden'
758 clang++: /var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/tmpr492km7u/main.c
759 clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
760 building 'scipy.fft._pocketfft.pypocketfft' extension
761 compiling C++ sources
762 C compiler: clang++ -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include
763
764 creating build/temp.macosx-11.6-arm64-3.7/scipy/fft
765 creating build/temp.macosx-11.6-arm64-3.7/scipy/fft/_pocketfft
766 compile options: '-DPOCKETFFT_PTHREADS -I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/pybind11/include -I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/pybind11/include -I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
767 extra options: '-std=c++14 -mmacosx-version-min=10.9 -pthread -fvisibility=hidden'
768 clang++: scipy/fft/_pocketfft/pypocketfft.cxx
769 scipy/fft/_pocketfft/pypocketfft.cxx:133:10: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
770 return move(res);
771 ^
772 std::
773 scipy/fft/_pocketfft/pypocketfft.cxx:169:35: note: in instantiation of function template specialization '(anonymous namespace)::c2c_internal<double>' requested here
774 DISPATCH(a, c128, c64, clong, c2c_internal, (a, axes_, forward,
775 ^
776 scipy/fft/_pocketfft/pypocketfft.cxx:133:10: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
777 return move(res);
778 ^
779 std::
780 scipy/fft/_pocketfft/pypocketfft.cxx:169:35: note: in instantiation of function template specialization '(anonymous namespace)::c2c_internal<float>' requested here
781 DISPATCH(a, c128, c64, clong, c2c_internal, (a, axes_, forward,
782 ^
783 scipy/fft/_pocketfft/pypocketfft.cxx:162:10: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
784 return move(res);
785 ^
786 std::
787 scipy/fft/_pocketfft/pypocketfft.cxx:172:32: note: in instantiation of function template specialization '(anonymous namespace)::c2c_sym_internal<double>' requested here
788 DISPATCH(a, f64, f32, flong, c2c_sym_internal, (a, axes_, forward,
789 ^
790 scipy/fft/_pocketfft/pypocketfft.cxx:162:10: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
791 return move(res);
792 ^
793 std::
794 scipy/fft/_pocketfft/pypocketfft.cxx:172:32: note: in instantiation of function template specialization '(anonymous namespace)::c2c_sym_internal<float>' requested here
795 DISPATCH(a, f64, f32, flong, c2c_sym_internal, (a, axes_, forward,
796 ^
797 4 warnings generated.
798 clang++ -bundle -undefined dynamic_lookup -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/readline/lib -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Wl,-rpath,/Users/dwdsf/.pyenv/versions/3.7.17/lib -L/opt/homebrew/opt/imagemagick@6/lib -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/readline/lib -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Wl,-rpath,/Users/dwdsf/.pyenv/versions/3.7.17/lib -L/opt/homebrew/opt/imagemagick@6/lib -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib -Wl,-ld_classic -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include build/temp.macosx-11.6-arm64-3.7/scipy/fft/_pocketfft/pypocketfft.o -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Lbuild/temp.macosx-11.6-arm64-3.7 -o build/lib.macosx-11.6-arm64-3.7/scipy/fft/_pocketfft/pypocketfft.cpython-37m-darwin.so -mmacosx-version-min=10.9 -pthread
799 ld: warning: duplicate -rpath '/Users/dwdsf/.pyenv/versions/3.7.17/lib' ignored
800 ld: warning: duplicate -rpath '/opt/homebrew/lib' ignored
801 building 'scipy.fftpack.convolve' extension
802 compiling C sources
803 C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include
804
805 creating build/temp.macosx-11.6-arm64-3.7/scipy/fftpack
806 compile options: '-I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
807 clang: scipy/fftpack/convolve.c
808 In file included from scipy/fftpack/convolve.c:752:
809 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
810 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
811 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822:
812 /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
813 #warning "Using deprecated NumPy API, disable it with " \
814 ^
815 scipy/fftpack/convolve.c:3152:39: warning: comparison of integers of different signs: 'Py_ssize_t' (aka 'long') and 'size_t' (aka 'unsigned long') [-Wsign-compare]
816 __pyx_t_13 = (((__pyx_v_w.shape[0]) != __pyx_v_n) != 0);
817 ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~
818 scipy/fftpack/convolve.c:3854:40: warning: comparison of integers of different signs: 'Py_ssize_t' (aka 'long') and 'size_t' (aka 'unsigned long') [-Wsign-compare]
819 __pyx_t_13 = (((__pyx_v_wr.shape[0]) != __pyx_v_n) != 0);
820 ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~
821 scipy/fftpack/convolve.c:3875:40: warning: comparison of integers of different signs: 'Py_ssize_t' (aka 'long') and 'size_t' (aka 'unsigned long') [-Wsign-compare]
822 __pyx_t_13 = (((__pyx_v_wi.shape[0]) != __pyx_v_n) != 0);
823 ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~
824 scipy/fftpack/convolve.c:24523:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
825 CYTHON_FALLTHROUGH;
826 ^
827 scipy/fftpack/convolve.c:345:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
828 #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
829 ^
830 scipy/fftpack/convolve.c:24534:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
831 CYTHON_FALLTHROUGH;
832 ^
833 scipy/fftpack/convolve.c:345:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
834 #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
835 ^
836 6 warnings generated.
837 clang -bundle -undefined dynamic_lookup -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/readline/lib -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Wl,-rpath,/Users/dwdsf/.pyenv/versions/3.7.17/lib -L/opt/homebrew/opt/imagemagick@6/lib -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/readline/lib -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Wl,-rpath,/Users/dwdsf/.pyenv/versions/3.7.17/lib -L/opt/homebrew/opt/imagemagick@6/lib -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib -Wl,-ld_classic -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include build/temp.macosx-11.6-arm64-3.7/scipy/fftpack/convolve.o -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Lbuild/temp.macosx-11.6-arm64-3.7 -o build/lib.macosx-11.6-arm64-3.7/scipy/fftpack/convolve.cpython-37m-darwin.so
838 ld: warning: duplicate -rpath '/Users/dwdsf/.pyenv/versions/3.7.17/lib' ignored
839 ld: warning: duplicate -rpath '/opt/homebrew/lib' ignored
840 building 'scipy.integrate._quadpack' extension
841 compiling C sources
842 C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include
843
844 compile options: '-DHAVE_CBLAS -Iscipy/_lib/src -I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
845 clang: scipy/integrate/_quadpackmodule.c
846 In file included from scipy/integrate/_quadpackmodule.c:4:
847 In file included from scipy/integrate/__quadpack.h:28:
848 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
849 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
850 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822:
851 /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
852 #warning "Using deprecated NumPy API, disable it with " \
853 ^
854 1 warning generated.
855 /opt/homebrew/bin/gfortran -Wall -g -Wall -g -undefined dynamic_lookup -bundle -Wl,-ld_classic build/temp.macosx-11.6-arm64-3.7/scipy/integrate/_quadpackmodule.o -L/opt/homebrew/opt/openblas/lib -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin23/13 -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin23/13/../../.. -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin23/13/../../.. -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Lbuild/temp.macosx-11.6-arm64-3.7 -Wl,-rpath,/opt/homebrew/opt/openblas/lib -lquadpack -lmach -lopenblas -lopenblas -lgfortran -o build/lib.macosx-11.6-arm64-3.7/scipy/integrate/_quadpack.cpython-37m-darwin.so
856 ld: warning: dylib (/opt/homebrew/Cellar/gcc/13.2.0/lib/gcc/current/libgfortran.dylib) was built for newer macOS version (14.0) than being linked (11.6)
857 ld: warning: dylib (/opt/homebrew/opt/openblas/lib/libopenblas.dylib) was built for newer macOS version (14.0) than being linked (11.6)
858 ld: warning: dylib (/opt/homebrew/Cellar/gcc/13.2.0/lib/gcc/current/libquadmath.dylib) was built for newer macOS version (14.0) than being linked (11.6)
859 building 'scipy.integrate._odepack' extension
860 compiling C sources
861 C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include
862
863 compile options: '-DHAVE_CBLAS -DNPY_NO_DEPRECATED_API=NPY_1_9_API_VERSION -I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
864 clang: scipy/integrate/_odepackmodule.c
865 /opt/homebrew/bin/gfortran -Wall -g -Wall -g -undefined dynamic_lookup -bundle -Wl,-ld_classic build/temp.macosx-11.6-arm64-3.7/scipy/integrate/_odepackmodule.o -L/opt/homebrew/opt/openblas/lib -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin23/13 -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin23/13/../../.. -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin23/13/../../.. -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Lbuild/temp.macosx-11.6-arm64-3.7 -Wl,-rpath,/opt/homebrew/opt/openblas/lib -llsoda -lmach -lopenblas -lopenblas -lgfortran -o build/lib.macosx-11.6-arm64-3.7/scipy/integrate/_odepack.cpython-37m-darwin.so
866 ld: warning: dylib (/opt/homebrew/opt/openblas/lib/libopenblas.dylib) was built for newer macOS version (14.0) than being linked (11.6)
867 ld: warning: dylib (/opt/homebrew/Cellar/gcc/13.2.0/lib/gcc/current/libgfortran.dylib) was built for newer macOS version (14.0) than being linked (11.6)
868 ld: warning: dylib (/opt/homebrew/Cellar/gcc/13.2.0/lib/gcc/current/libquadmath.dylib) was built for newer macOS version (14.0) than being linked (11.6)
869 building 'scipy.integrate.vode' extension
870 compiling C sources
871 C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include
872
873 creating build/temp.macosx-11.6-arm64-3.7/build
874 creating build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7
875 creating build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy
876 creating build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate
877 creating build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/build
878 creating build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7
879 creating build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy
880 creating build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate
881 compile options: '-DHAVE_CBLAS -Ibuild/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate -I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
882 clang: build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.c
883 clang: build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate/fortranobject.c
884 In file included from build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate/fortranobject.c:2:
885 In file included from build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate/fortranobject.h:13:
886 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
887 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
888 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822:
889 /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
890 #warning "Using deprecated NumPy API, disable it with " \
891 ^
892 In file included from build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.c:16:
893 In file included from build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate/fortranobject.h:13:
894 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
895 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
896 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822:
897 /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
898 #warning "Using deprecated NumPy API, disable it with " \
899 ^
900 build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.c:370:10: warning: unused variable 'rpar' [-Wunused-variable]
901 double rpar=(*rpar_cb_capi);
902 ^
903 build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.c:371:7: warning: unused variable 'ipar' [-Wunused-variable]
904 int ipar=(*ipar_cb_capi);
905 ^
906 build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.c:426:48: warning: code will never be executed [-Wunreachable-code]
907 int itemsize_ = NPY_DOUBLE == NPY_STRING ? 1 : 0;
908 ^
909 build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.c:521:7: warning: unused variable 'ml' [-Wunused-variable]
910 int ml=(*ml_cb_capi);
911 ^
912 build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.c:522:7: warning: unused variable 'mu' [-Wunused-variable]
913 int mu=(*mu_cb_capi);
914 ^
915 build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.c:524:10: warning: unused variable 'rpar' [-Wunused-variable]
916 double rpar=(*rpar_cb_capi);
917 ^
918 build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.c:525:7: warning: unused variable 'ipar' [-Wunused-variable]
919 int ipar=(*ipar_cb_capi);
920 ^
921 build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.c:580:48: warning: code will never be executed [-Wunreachable-code]
922 int itemsize_ = NPY_DOUBLE == NPY_STRING ? 1 : 0;
923 ^
924 build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.c:674:10: warning: unused variable 'rpar' [-Wunused-variable]
925 double rpar=(*rpar_cb_capi);
926 ^
927 build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.c:675:7: warning: unused variable 'ipar' [-Wunused-variable]
928 int ipar=(*ipar_cb_capi);
929 ^
930 build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.c:730:49: warning: code will never be executed [-Wunreachable-code]
931 int itemsize_ = NPY_CDOUBLE == NPY_STRING ? 1 : 0;
932 ^
933 build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.c:825:7: warning: unused variable 'ml' [-Wunused-variable]
934 int ml=(*ml_cb_capi);
935 ^
936 build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.c:826:7: warning: unused variable 'mu' [-Wunused-variable]
937 int mu=(*mu_cb_capi);
938 ^
939 build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.c:828:10: warning: unused variable 'rpar' [-Wunused-variable]
940 double rpar=(*rpar_cb_capi);
941 ^
942 build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.c:829:7: warning: unused variable 'ipar' [-Wunused-variable]
943 int ipar=(*ipar_cb_capi);
944 ^
945 build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.c:884:49: warning: code will never be executed [-Wunreachable-code]
946 int itemsize_ = NPY_CDOUBLE == NPY_STRING ? 1 : 0;
947 ^
948 build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.c:1201:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
949 (*f2py_func)(cb_f_in_dvode__user__routines,&neq,y,&t,&tout,&itol,rtol,atol,&itask,&istate,&iopt,rwork,&lrw,iwork,&liw,cb_jac_in_dvode__user__routines,&mf,&rpar,&ipar) ;
950 ^
951 build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.c:1014:41: warning: variable 'f_cptr' set but not used [-Wunused-but-set-variable]
952 cb_f_in_dvode__user__routines_typedef f_cptr;
953 ^
954 build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.c:1019:43: warning: variable 'jac_cptr' set but not used [-Wunused-but-set-variable]
955 cb_jac_in_dvode__user__routines_typedef jac_cptr;
956 ^
957 build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.c:1549:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
958 (*f2py_func)(cb_f_in_zvode__user__routines,&neq,y,&t,&tout,&itol,rtol,atol,&itask,&istate,&iopt,zwork,&lzw,rwork,&lrw,iwork,&liw,cb_jac_in_zvode__user__routines,&mf,&rpar,&ipar) ;
959 ^
960 build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.c:1342:41: warning: variable 'f_cptr' set but not used [-Wunused-but-set-variable]
961 cb_f_in_zvode__user__routines_typedef f_cptr;
962 ^
963 build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.c:1347:43: warning: variable 'jac_cptr' set but not used [-Wunused-but-set-variable]
964 cb_jac_in_zvode__user__routines_typedef jac_cptr;
965 ^
966 build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.c:142:12: warning: unused function 'f2py_size' [-Wunused-function]
967 static int f2py_size(PyArrayObject* var, ...)
968 ^
969 1 warning generated.
970 24 warnings generated.
971 compiling Fortran sources
972 Fortran f77 compiler: /opt/homebrew/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops
973 Fortran f90 compiler: /opt/homebrew/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
974 Fortran fix compiler: /opt/homebrew/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
975 compile options: '-DHAVE_CBLAS -Ibuild/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate -I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
976 gfortran:f77: build/src.macosx-11.6-arm64-3.7/scipy/integrate/vode-f2pywrappers.f
977 /opt/homebrew/bin/gfortran -Wall -g -Wall -g -undefined dynamic_lookup -bundle -Wl,-ld_classic build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate/vodemodule.o build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate/fortranobject.o build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate/vode-f2pywrappers.o -L/opt/homebrew/opt/openblas/lib -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin23/13 -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin23/13/../../.. -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin23/13/../../.. -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Lbuild/temp.macosx-11.6-arm64-3.7 -Wl,-rpath,/opt/homebrew/opt/openblas/lib -lvode -lopenblas -lopenblas -lgfortran -o build/lib.macosx-11.6-arm64-3.7/scipy/integrate/vode.cpython-37m-darwin.so
978 ld: warning: dylib (/opt/homebrew/opt/openblas/lib/libopenblas.dylib) was built for newer macOS version (14.0) than being linked (11.6)
979 ld: warning: dylib (/opt/homebrew/Cellar/gcc/13.2.0/lib/gcc/current/libgfortran.dylib) was built for newer macOS version (14.0) than being linked (11.6)
980 ld: warning: dylib (/opt/homebrew/Cellar/gcc/13.2.0/lib/gcc/current/libquadmath.dylib) was built for newer macOS version (14.0) than being linked (11.6)
981 building 'scipy.integrate.lsoda' extension
982 compiling C sources
983 C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include
984
985 compile options: '-DHAVE_CBLAS -Ibuild/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate -I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
986 clang: build/src.macosx-11.6-arm64-3.7/scipy/integrate/lsodamodule.c
987 In file included from build/src.macosx-11.6-arm64-3.7/scipy/integrate/lsodamodule.c:16:
988 In file included from build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate/fortranobject.h:13:
989 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
990 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
991 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822:
992 /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
993 #warning "Using deprecated NumPy API, disable it with " \
994 ^
995 build/src.macosx-11.6-arm64-3.7/scipy/integrate/lsodamodule.c:421:48: warning: code will never be executed [-Wunreachable-code]
996 int itemsize_ = NPY_DOUBLE == NPY_STRING ? 1 : 0;
997 ^
998 build/src.macosx-11.6-arm64-3.7/scipy/integrate/lsodamodule.c:516:7: warning: unused variable 'ml' [-Wunused-variable]
999 int ml=(*ml_cb_capi);
1000 ^
1001 build/src.macosx-11.6-arm64-3.7/scipy/integrate/lsodamodule.c:517:7: warning: unused variable 'mu' [-Wunused-variable]
1002 int mu=(*mu_cb_capi);
1003 ^
1004 build/src.macosx-11.6-arm64-3.7/scipy/integrate/lsodamodule.c:573:48: warning: code will never be executed [-Wunreachable-code]
1005 int itemsize_ = NPY_DOUBLE == NPY_STRING ? 1 : 0;
1006 ^
1007 build/src.macosx-11.6-arm64-3.7/scipy/integrate/lsodamodule.c:884:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
1008 (*f2py_func)(cb_f_in_lsoda__user__routines,&neq,y,&t,&tout,&itol,rtol,atol,&itask,&istate,&iopt,rwork,&lrw,iwork,&liw,cb_jac_in_lsoda__user__routines,&jt) ;
1009 ^
1010 build/src.macosx-11.6-arm64-3.7/scipy/integrate/lsodamodule.c:703:41: warning: variable 'f_cptr' set but not used [-Wunused-but-set-variable]
1011 cb_f_in_lsoda__user__routines_typedef f_cptr;
1012 ^
1013 build/src.macosx-11.6-arm64-3.7/scipy/integrate/lsodamodule.c:752:43: warning: variable 'jac_cptr' set but not used [-Wunused-but-set-variable]
1014 cb_jac_in_lsoda__user__routines_typedef jac_cptr;
1015 ^
1016 build/src.macosx-11.6-arm64-3.7/scipy/integrate/lsodamodule.c:140:12: warning: unused function 'f2py_size' [-Wunused-function]
1017 static int f2py_size(PyArrayObject* var, ...)
1018 ^
1019 9 warnings generated.
1020 compiling Fortran sources
1021 Fortran f77 compiler: /opt/homebrew/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops
1022 Fortran f90 compiler: /opt/homebrew/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
1023 Fortran fix compiler: /opt/homebrew/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
1024 compile options: '-DHAVE_CBLAS -Ibuild/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate -I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
1025 gfortran:f77: build/src.macosx-11.6-arm64-3.7/scipy/integrate/lsoda-f2pywrappers.f
1026 /opt/homebrew/bin/gfortran -Wall -g -Wall -g -undefined dynamic_lookup -bundle -Wl,-ld_classic build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate/lsodamodule.o build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate/fortranobject.o build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate/lsoda-f2pywrappers.o -L/opt/homebrew/opt/openblas/lib -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin23/13 -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin23/13/../../.. -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin23/13/../../.. -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Lbuild/temp.macosx-11.6-arm64-3.7 -Wl,-rpath,/opt/homebrew/opt/openblas/lib -llsoda -lmach -lopenblas -lopenblas -lgfortran -o build/lib.macosx-11.6-arm64-3.7/scipy/integrate/lsoda.cpython-37m-darwin.so
1027 ld: warning: dylib (/opt/homebrew/Cellar/gcc/13.2.0/lib/gcc/current/libgfortran.dylib) was built for newer macOS version (14.0) than being linked (11.6)
1028 ld: warning: dylib (/opt/homebrew/Cellar/gcc/13.2.0/lib/gcc/current/libquadmath.dylib) was built for newer macOS version (14.0) than being linked (11.6)
1029 ld: warning: dylib (/opt/homebrew/opt/openblas/lib/libopenblas.dylib) was built for newer macOS version (14.0) than being linked (11.6)
1030 building 'scipy.integrate._dop' extension
1031 compiling C sources
1032 C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include
1033
1034 compile options: '-Ibuild/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate -I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
1035 clang: build/src.macosx-11.6-arm64-3.7/scipy/integrate/_dopmodule.c
1036 clang: build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate/fortranobject.c
1037 In file included from build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate/fortranobject.c:2:
1038 In file included from build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate/fortranobject.h:13:
1039 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
1040 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
1041 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822:
1042 /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
1043 #warning "Using deprecated NumPy API, disable it with " \
1044 ^
1045 In file included from build/src.macosx-11.6-arm64-3.7/scipy/integrate/_dopmodule.c:16:
1046 In file included from build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate/fortranobject.h:13:
1047 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
1048 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
1049 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822:
1050 /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
1051 #warning "Using deprecated NumPy API, disable it with " \
1052 ^
1053 build/src.macosx-11.6-arm64-3.7/scipy/integrate/_dopmodule.c:368:10: warning: unused variable 'rpar' [-Wunused-variable]
1054 double rpar=(*rpar_cb_capi);
1055 ^
1056 build/src.macosx-11.6-arm64-3.7/scipy/integrate/_dopmodule.c:369:7: warning: unused variable 'ipar' [-Wunused-variable]
1057 int ipar=(*ipar_cb_capi);
1058 ^
1059 build/src.macosx-11.6-arm64-3.7/scipy/integrate/_dopmodule.c:424:48: warning: code will never be executed [-Wunreachable-code]
1060 int itemsize_ = NPY_DOUBLE == NPY_STRING ? 1 : 0;
1061 ^
1062 build/src.macosx-11.6-arm64-3.7/scipy/integrate/_dopmodule.c:522:10: warning: unused variable 'rpar' [-Wunused-variable]
1063 double rpar=(*rpar_cb_capi);
1064 ^
1065 build/src.macosx-11.6-arm64-3.7/scipy/integrate/_dopmodule.c:523:7: warning: unused variable 'ipar' [-Wunused-variable]
1066 int ipar=(*ipar_cb_capi);
1067 ^
1068 build/src.macosx-11.6-arm64-3.7/scipy/integrate/_dopmodule.c:524:7: warning: unused variable 'irtn' [-Wunused-variable]
1069 int irtn=(*irtn_cb_capi);
1070 ^
1071 build/src.macosx-11.6-arm64-3.7/scipy/integrate/_dopmodule.c:609:45: warning: code will never be executed [-Wunreachable-code]
1072 int itemsize_ = NPY_INT == NPY_STRING ? 1 : 0;
1073 ^
1074 build/src.macosx-11.6-arm64-3.7/scipy/integrate/_dopmodule.c:598:48: warning: code will never be executed [-Wunreachable-code]
1075 int itemsize_ = NPY_DOUBLE == NPY_STRING ? 1 : 0;
1076 ^
1077 build/src.macosx-11.6-arm64-3.7/scipy/integrate/_dopmodule.c:587:48: warning: code will never be executed [-Wunreachable-code]
1078 int itemsize_ = NPY_DOUBLE == NPY_STRING ? 1 : 0;
1079 ^
1080 build/src.macosx-11.6-arm64-3.7/scipy/integrate/_dopmodule.c:140:12: warning: unused function 'f2py_size' [-Wunused-function]
1081 static int f2py_size(PyArrayObject* var, ...)
1082 ^
1083 11 warnings generated.
1084 1 warning generated.
1085 compiling Fortran sources
1086 Fortran f77 compiler: /opt/homebrew/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops
1087 Fortran f90 compiler: /opt/homebrew/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
1088 Fortran fix compiler: /opt/homebrew/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
1089 compile options: '-Ibuild/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate -I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
1090 gfortran:f77: build/src.macosx-11.6-arm64-3.7/scipy/integrate/_dop-f2pywrappers.f
1091 /opt/homebrew/bin/gfortran -Wall -g -Wall -g -undefined dynamic_lookup -bundle -Wl,-ld_classic build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate/_dopmodule.o build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate/fortranobject.o build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate/_dop-f2pywrappers.o -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin23/13 -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin23/13/../../.. -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin23/13/../../.. -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Lbuild/temp.macosx-11.6-arm64-3.7 -ldop -lgfortran -o build/lib.macosx-11.6-arm64-3.7/scipy/integrate/_dop.cpython-37m-darwin.so
1092 ld: warning: dylib (/opt/homebrew/Cellar/gcc/13.2.0/lib/gcc/current/libgfortran.dylib) was built for newer macOS version (14.0) than being linked (11.6)
1093 ld: warning: dylib (/opt/homebrew/Cellar/gcc/13.2.0/lib/gcc/current/libquadmath.dylib) was built for newer macOS version (14.0) than being linked (11.6)
1094 building 'scipy.integrate._test_multivariate' extension
1095 compiling C sources
1096 C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include
1097
1098 creating build/temp.macosx-11.6-arm64-3.7/scipy/integrate/tests
1099 compile options: '-I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
1100 clang: scipy/integrate/tests/_test_multivariate.c
1101 clang -bundle -undefined dynamic_lookup -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/readline/lib -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Wl,-rpath,/Users/dwdsf/.pyenv/versions/3.7.17/lib -L/opt/homebrew/opt/imagemagick@6/lib -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/readline/lib -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Wl,-rpath,/Users/dwdsf/.pyenv/versions/3.7.17/lib -L/opt/homebrew/opt/imagemagick@6/lib -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib -Wl,-ld_classic -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include build/temp.macosx-11.6-arm64-3.7/scipy/integrate/tests/_test_multivariate.o -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Lbuild/temp.macosx-11.6-arm64-3.7 -o build/lib.macosx-11.6-arm64-3.7/scipy/integrate/_test_multivariate.cpython-37m-darwin.so
1102 ld: warning: duplicate -rpath '/Users/dwdsf/.pyenv/versions/3.7.17/lib' ignored
1103 ld: warning: duplicate -rpath '/opt/homebrew/lib' ignored
1104 building 'scipy.integrate._test_odeint_banded' extension
1105 compiling C sources
1106 C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include
1107
1108 compile options: '-DHAVE_CBLAS -Ibuild/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate -I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
1109 clang: build/src.macosx-11.6-arm64-3.7/scipy/integrate/_test_odeint_bandedmodule.c
1110 clang: build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate/fortranobject.c
1111 In file included from build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate/fortranobject.c:2:
1112 In file included from build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate/fortranobject.h:13:
1113 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
1114 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
1115 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822:
1116 /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
1117 #warning "Using deprecated NumPy API, disable it with " \
1118 ^
1119 In file included from build/src.macosx-11.6-arm64-3.7/scipy/integrate/_test_odeint_bandedmodule.c:16:
1120 In file included from build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate/fortranobject.h:13:
1121 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
1122 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
1123 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822:
1124 /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
1125 #warning "Using deprecated NumPy API, disable it with " \
1126 ^
1127 build/src.macosx-11.6-arm64-3.7/scipy/integrate/_test_odeint_bandedmodule.c:109:12: warning: unused function 'f2py_size' [-Wunused-function]
1128 static int f2py_size(PyArrayObject* var, ...)
1129 ^
1130 2 warnings generated.
1131 1 warning generated.
1132 compiling Fortran sources
1133 Fortran f77 compiler: /opt/homebrew/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops
1134 Fortran f90 compiler: /opt/homebrew/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
1135 Fortran fix compiler: /opt/homebrew/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
1136 compile options: '-DHAVE_CBLAS -Ibuild/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate -I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
1137 gfortran:f77: build/src.macosx-11.6-arm64-3.7/scipy/integrate/_test_odeint_banded-f2pywrappers.f
1138 gfortran:f77: scipy/integrate/tests/banded5x5.f
1139 scipy/integrate/tests/banded5x5.f:75:72:
1140
1141 75 | do 5 j = 1, 5
1142 | 1
1143 Warning: Fortran 2018 deleted feature: Shared DO termination label 5 at (1)
1144 scipy/integrate/tests/banded5x5.f:125:72:
1145
1146 125 | do 15 j = 1, 5
1147 | 1
1148 Warning: Fortran 2018 deleted feature: Shared DO termination label 15 at (1)
1149 scipy/integrate/tests/banded5x5.f:152:72:
1150
1151 152 | do 20 j = 1, 5
1152 | 1
1153 Warning: Fortran 2018 deleted feature: Shared DO termination label 20 at (1)
1154 scipy/integrate/tests/banded5x5.f:229:72:
1155
1156 229 | 40 if (istate .lt. 0) goto 80
1157 | 1
1158 Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 40 at (1)
1159 scipy/integrate/tests/banded5x5.f:85:31:
1160
1161 85 | subroutine banded5x5(n, t, y, f)
1162 | 1
1163 Warning: Unused dummy argument 't' at (1) [-Wunused-dummy-argument]
1164 scipy/integrate/tests/banded5x5.f:112:42:
1165
1166 112 | subroutine banded5x5_jac(n, t, y, ml, mu, jac, nrowpd)
1167 | 1
1168 Warning: Unused dummy argument 'ml' at (1) [-Wunused-dummy-argument]
1169 scipy/integrate/tests/banded5x5.f:112:46:
1170
1171 112 | subroutine banded5x5_jac(n, t, y, ml, mu, jac, nrowpd)
1172 | 1
1173 Warning: Unused dummy argument 'mu' at (1) [-Wunused-dummy-argument]
1174 scipy/integrate/tests/banded5x5.f:112:35:
1175
1176 112 | subroutine banded5x5_jac(n, t, y, ml, mu, jac, nrowpd)
1177 | 1
1178 Warning: Unused dummy argument 't' at (1) [-Wunused-dummy-argument]
1179 scipy/integrate/tests/banded5x5.f:112:38:
1180
1181 112 | subroutine banded5x5_jac(n, t, y, ml, mu, jac, nrowpd)
1182 | 1
1183 Warning: Unused dummy argument 'y' at (1) [-Wunused-dummy-argument]
1184 scipy/integrate/tests/banded5x5.f:139:43:
1185
1186 139 | subroutine banded5x5_bjac(n, t, y, ml, mu, bjac, nrowpd)
1187 | 1
1188 Warning: Unused dummy argument 'ml' at (1) [-Wunused-dummy-argument]
1189 scipy/integrate/tests/banded5x5.f:139:47:
1190
1191 139 | subroutine banded5x5_bjac(n, t, y, ml, mu, bjac, nrowpd)
1192 | 1
1193 Warning: Unused dummy argument 'mu' at (1) [-Wunused-dummy-argument]
1194 scipy/integrate/tests/banded5x5.f:139:36:
1195
1196 139 | subroutine banded5x5_bjac(n, t, y, ml, mu, bjac, nrowpd)
1197 | 1
1198 Warning: Unused dummy argument 't' at (1) [-Wunused-dummy-argument]
1199 scipy/integrate/tests/banded5x5.f:139:39:
1200
1201 139 | subroutine banded5x5_bjac(n, t, y, ml, mu, bjac, nrowpd)
1202 | 1
1203 Warning: Unused dummy argument 'y' at (1) [-Wunused-dummy-argument]
1204 /opt/homebrew/bin/gfortran -Wall -g -Wall -g -undefined dynamic_lookup -bundle -Wl,-ld_classic build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate/_test_odeint_bandedmodule.o build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate/fortranobject.o build/temp.macosx-11.6-arm64-3.7/scipy/integrate/tests/banded5x5.o build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/integrate/_test_odeint_banded-f2pywrappers.o -L/opt/homebrew/opt/openblas/lib -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin23/13 -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin23/13/../../.. -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin23/13/../../.. -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Lbuild/temp.macosx-11.6-arm64-3.7 -Wl,-rpath,/opt/homebrew/opt/openblas/lib -llsoda -lmach -lopenblas -lopenblas -lgfortran -o build/lib.macosx-11.6-arm64-3.7/scipy/integrate/_test_odeint_banded.cpython-37m-darwin.so
1205 ld: warning: dylib (/opt/homebrew/opt/openblas/lib/libopenblas.dylib) was built for newer macOS version (14.0) than being linked (11.6)
1206 ld: warning: dylib (/opt/homebrew/Cellar/gcc/13.2.0/lib/gcc/current/libgfortran.dylib) was built for newer macOS version (14.0) than being linked (11.6)
1207 ld: warning: dylib (/opt/homebrew/Cellar/gcc/13.2.0/lib/gcc/current/libquadmath.dylib) was built for newer macOS version (14.0) than being linked (11.6)
1208 building 'scipy.interpolate.interpnd' extension
1209 compiling C sources
1210 C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include
1211
1212 compile options: '-I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
1213 clang: scipy/interpolate/interpnd.c
1214 In file included from scipy/interpolate/interpnd.c:752:
1215 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
1216 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822:
1217 /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
1218 #warning "Using deprecated NumPy API, disable it with " \
1219 ^
1220 scipy/interpolate/interpnd.c:7036:103: warning: passing 'const double *' to parameter of type 'double *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1221 __pyx_v_isimplex = __pyx_f_5scipy_7spatial_5qhull__find_simplex((&__pyx_v_info), __pyx_v_c, ((&(*((double const *) ( /* dim=1 */ ((char *) (((double const *) ( /* dim=0 */ (__pyx_v_xi.data + __pyx_t_14 * __pyx_v_xi.strides[0]) )) + __pyx_t_15)) )))) + (__pyx_v_i * __pyx_v_ndim)), (&__pyx_v_start), __pyx_v_eps, __pyx_v_eps_broad);
1222 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1223 scipy/interpolate/interpnd.c:7594:103: warning: passing 'const double *' to parameter of type 'double *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1224 __pyx_v_isimplex = __pyx_f_5scipy_7spatial_5qhull__find_simplex((&__pyx_v_info), __pyx_v_c, ((&(*((double const *) ( /* dim=1 */ ((char *) (((double const *) ( /* dim=0 */ (__pyx_v_xi.data + __pyx_t_14 * __pyx_v_xi.strides[0]) )) + __pyx_t_15)) )))) + (__pyx_v_i * __pyx_v_ndim)), (&__pyx_v_start), __pyx_v_eps, __pyx_v_eps_broad);
1225 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1226 scipy/interpolate/interpnd.c:8857:111: warning: passing 'const double *' to parameter of type 'double *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1227 __pyx_v_ret = __pyx_f_5scipy_11interpolate_8interpnd__estimate_gradients_2d_global((&__pyx_v_info), (&(*((double const *) ( /* dim=1 */ ((char *) (((double const *) ( /* dim=0 */ (__pyx_v_data.data + __pyx_t_14 * __pyx_v_data.strides[0]) )) + __pyx_t_15)) )))), __pyx_v_maxiter, __pyx_v_tol, (&(*((double *) ( /* dim=2 */ ((char *) (((double *) ( /* dim=1 */ (( /* dim=0 */ (__pyx_v_grad.data + __pyx_t_16 * __pyx_v_grad.strides[0]) ) + __pyx_t_17 * __pyx_v_grad.strides[1]) )) + __pyx_t_18)) )))));
1228 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1229 scipy/interpolate/interpnd.c:7800:147: note: passing argument to parameter '__pyx_v_data' here
1230 static int __pyx_f_5scipy_11interpolate_8interpnd__estimate_gradients_2d_global(__pyx_t_5scipy_7spatial_5qhull_DelaunayInfo_t *__pyx_v_d, double *__pyx_v_data, int __pyx_v_maxiter, double __pyx_v_tol, double *__pyx_v_y) {
1231 ^
1232 scipy/interpolate/interpnd.c:12050:103: warning: passing 'const double *' to parameter of type 'double *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1233 __pyx_v_isimplex = __pyx_f_5scipy_7spatial_5qhull__find_simplex((&__pyx_v_info), __pyx_v_c, (&(*((double const *) ( /* dim=1 */ ((char *) (((double const *) ( /* dim=0 */ (__pyx_v_xi.data + __pyx_t_15 * __pyx_v_xi.strides[0]) )) + __pyx_t_16)) )))), (&__pyx_v_start), __pyx_v_eps, __pyx_v_eps_broad);
1234 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1235 scipy/interpolate/interpnd.c:12637:103: warning: passing 'const double *' to parameter of type 'double *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
1236 __pyx_v_isimplex = __pyx_f_5scipy_7spatial_5qhull__find_simplex((&__pyx_v_info), __pyx_v_c, (&(*((double const *) ( /* dim=1 */ ((char *) (((double const *) ( /* dim=0 */ (__pyx_v_xi.data + __pyx_t_15 * __pyx_v_xi.strides[0]) )) + __pyx_t_16)) )))), (&__pyx_v_start), __pyx_v_eps, __pyx_v_eps_broad);
1237 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1238 scipy/interpolate/interpnd.c:30639:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1239 CYTHON_FALLTHROUGH;
1240 ^
1241 scipy/interpolate/interpnd.c:345:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
1242 #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
1243 ^
1244 scipy/interpolate/interpnd.c:30650:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1245 CYTHON_FALLTHROUGH;
1246 ^
1247 scipy/interpolate/interpnd.c:345:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
1248 #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
1249 ^
1250 In file included from scipy/interpolate/interpnd.c:752:
1251 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:21:
1252 /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1463:1: warning: unused function '_import_array' [-Wunused-function]
1253 _import_array(void)
1254 ^
1255 9 warnings generated.
1256 clang -bundle -undefined dynamic_lookup -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/readline/lib -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Wl,-rpath,/Users/dwdsf/.pyenv/versions/3.7.17/lib -L/opt/homebrew/opt/imagemagick@6/lib -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/readline/lib -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Wl,-rpath,/Users/dwdsf/.pyenv/versions/3.7.17/lib -L/opt/homebrew/opt/imagemagick@6/lib -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib -Wl,-ld_classic -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include build/temp.macosx-11.6-arm64-3.7/scipy/interpolate/interpnd.o -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Lbuild/temp.macosx-11.6-arm64-3.7 -o build/lib.macosx-11.6-arm64-3.7/scipy/interpolate/interpnd.cpython-37m-darwin.so
1257 ld: warning: duplicate -rpath '/Users/dwdsf/.pyenv/versions/3.7.17/lib' ignored
1258 ld: warning: duplicate -rpath '/opt/homebrew/lib' ignored
1259 building 'scipy.interpolate._ppoly' extension
1260 compiling C sources
1261 C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include
1262
1263 compile options: '-I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
1264 clang: scipy/interpolate/_ppoly.c
1265 scipy/interpolate/_ppoly.c:5542:38: warning: comparison of integers of different signs: 'Py_ssize_t' (aka 'long') and 'size_t' (aka 'unsigned long') [-Wsign-compare]
1266 __pyx_t_2 = (((__pyx_v_c.shape[1]) != __pyx_v_ntot) != 0);
1267 ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~
1268 scipy/interpolate/_ppoly.c:5615:38: warning: comparison of integers of different signs: 'Py_ssize_t' (aka 'long') and 'size_t' (aka 'unsigned long') [-Wsign-compare]
1269 __pyx_t_2 = (((__pyx_v_c.shape[0]) != __pyx_v_ntot) != 0);
1270 ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~
1271 scipy/interpolate/_ppoly.c:6645:38: warning: comparison of integers of different signs: 'Py_ssize_t' (aka 'long') and 'size_t' (aka 'unsigned long') [-Wsign-compare]
1272 __pyx_t_2 = (((__pyx_v_c.shape[1]) != __pyx_v_ntot) != 0);
1273 ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~
1274 scipy/interpolate/_ppoly.c:6718:38: warning: comparison of integers of different signs: 'Py_ssize_t' (aka 'long') and 'size_t' (aka 'unsigned long') [-Wsign-compare]
1275 __pyx_t_2 = (((__pyx_v_c.shape[0]) != __pyx_v_ntot) != 0);
1276 ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~
1277 scipy/interpolate/_ppoly.c:11721:34: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
1278 __pyx_t_2 = ((__pyx_v_interval >= __pyx_v_nx) != 0);
1279 ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
1280 scipy/interpolate/_ppoly.c:12175:34: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
1281 __pyx_t_2 = ((__pyx_v_interval >= __pyx_v_nx) != 0);
1282 ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
1283 scipy/interpolate/_ppoly.c:35300:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1284 CYTHON_FALLTHROUGH;
1285 ^
1286 scipy/interpolate/_ppoly.c:345:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
1287 #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
1288 ^
1289 scipy/interpolate/_ppoly.c:35311:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1290 CYTHON_FALLTHROUGH;
1291 ^
1292 scipy/interpolate/_ppoly.c:345:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
1293 #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
1294 ^
1295 8 warnings generated.
1296 clang -bundle -undefined dynamic_lookup -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/readline/lib -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Wl,-rpath,/Users/dwdsf/.pyenv/versions/3.7.17/lib -L/opt/homebrew/opt/imagemagick@6/lib -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/readline/lib -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Wl,-rpath,/Users/dwdsf/.pyenv/versions/3.7.17/lib -L/opt/homebrew/opt/imagemagick@6/lib -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib -Wl,-ld_classic -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include build/temp.macosx-11.6-arm64-3.7/scipy/interpolate/_ppoly.o -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Lbuild/temp.macosx-11.6-arm64-3.7 -o build/lib.macosx-11.6-arm64-3.7/scipy/interpolate/_ppoly.cpython-37m-darwin.so
1297 ld: warning: duplicate -rpath '/Users/dwdsf/.pyenv/versions/3.7.17/lib' ignored
1298 ld: warning: duplicate -rpath '/opt/homebrew/lib' ignored
1299 building 'scipy.interpolate._bspl' extension
1300 compiling C sources
1301 C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include
1302
1303 compile options: '-I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
1304 clang: scipy/interpolate/_bspl.c
1305 In file included from scipy/interpolate/_bspl.c:752:
1306 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
1307 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
1308 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822:
1309 /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
1310 #warning "Using deprecated NumPy API, disable it with " \
1311 ^
1312 scipy/interpolate/_bspl.c:26880:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1313 CYTHON_FALLTHROUGH;
1314 ^
1315 scipy/interpolate/_bspl.c:345:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
1316 #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
1317 ^
1318 scipy/interpolate/_bspl.c:26891:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1319 CYTHON_FALLTHROUGH;
1320 ^
1321 scipy/interpolate/_bspl.c:345:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
1322 #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
1323 ^
1324 3 warnings generated.
1325 clang -bundle -undefined dynamic_lookup -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/readline/lib -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Wl,-rpath,/Users/dwdsf/.pyenv/versions/3.7.17/lib -L/opt/homebrew/opt/imagemagick@6/lib -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/readline/lib -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Wl,-rpath,/Users/dwdsf/.pyenv/versions/3.7.17/lib -L/opt/homebrew/opt/imagemagick@6/lib -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib -Wl,-ld_classic -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include build/temp.macosx-11.6-arm64-3.7/scipy/interpolate/_bspl.o -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Lbuild/temp.macosx-11.6-arm64-3.7 -o build/lib.macosx-11.6-arm64-3.7/scipy/interpolate/_bspl.cpython-37m-darwin.so
1326 ld: warning: duplicate -rpath '/Users/dwdsf/.pyenv/versions/3.7.17/lib' ignored
1327 ld: warning: duplicate -rpath '/opt/homebrew/lib' ignored
1328 building 'scipy.interpolate._fitpack' extension
1329 compiling C sources
1330 C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include
1331
1332 creating build/temp.macosx-11.6-arm64-3.7/scipy/interpolate/src
1333 compile options: '-I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
1334 clang: scipy/interpolate/src/_fitpackmodule.c
1335 In file included from scipy/interpolate/src/_fitpackmodule.c:7:
1336 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
1337 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
1338 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822:
1339 /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
1340 #warning "Using deprecated NumPy API, disable it with " \
1341 ^
1342 1 warning generated.
1343 /opt/homebrew/bin/gfortran -Wall -g -Wall -g -undefined dynamic_lookup -bundle -Wl,-ld_classic build/temp.macosx-11.6-arm64-3.7/scipy/interpolate/src/_fitpackmodule.o -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin23/13 -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin23/13/../../.. -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin23/13/../../.. -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Lbuild/temp.macosx-11.6-arm64-3.7 -lfitpack -lgfortran -o build/lib.macosx-11.6-arm64-3.7/scipy/interpolate/_fitpack.cpython-37m-darwin.so
1344 ld: warning: dylib (/opt/homebrew/Cellar/gcc/13.2.0/lib/gcc/current/libgfortran.dylib) was built for newer macOS version (14.0) than being linked (11.6)
1345 ld: warning: dylib (/opt/homebrew/Cellar/gcc/13.2.0/lib/gcc/current/libquadmath.dylib) was built for newer macOS version (14.0) than being linked (11.6)
1346 building 'scipy.interpolate.dfitpack' extension
1347 compiling C sources
1348 C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include
1349
1350 creating build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/interpolate
1351 creating build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/interpolate/src
1352 creating build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/interpolate
1353 creating build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/interpolate/src
1354 compile options: '-Ibuild/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/interpolate/src -I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
1355 clang: build/src.macosx-11.6-arm64-3.7/scipy/interpolate/src/dfitpackmodule.c
1356 clang: build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/interpolate/src/fortranobject.c
1357 In file included from build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/interpolate/src/fortranobject.c:2:
1358 In file included from build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/interpolate/src/fortranobject.h:13:
1359 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
1360 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
1361 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822:
1362 /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
1363 #warning "Using deprecated NumPy API, disable it with " \
1364 ^
1365 In file included from build/src.macosx-11.6-arm64-3.7/scipy/interpolate/src/dfitpackmodule.c:16:
1366 In file included from build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/interpolate/src/fortranobject.h:13:
1367 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
1368 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
1369 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822:
1370 /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
1371 #warning "Using deprecated NumPy API, disable it with " \
1372 ^
1373 build/src.macosx-11.6-arm64-3.7/scipy/interpolate/src/dfitpackmodule.c:149:12: warning: unused function 'f2py_size' [-Wunused-function]
1374 static int f2py_size(PyArrayObject* var, ...)
1375 ^
1376 1 warning generated.
1377 2 warnings generated.
1378 compiling Fortran sources
1379 Fortran f77 compiler: /opt/homebrew/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops
1380 Fortran f90 compiler: /opt/homebrew/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
1381 Fortran fix compiler: /opt/homebrew/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
1382 compile options: '-Ibuild/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/interpolate/src -I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
1383 gfortran:f77: build/src.macosx-11.6-arm64-3.7/scipy/interpolate/src/dfitpack-f2pywrappers.f
1384 /opt/homebrew/bin/gfortran -Wall -g -Wall -g -undefined dynamic_lookup -bundle -Wl,-ld_classic build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/interpolate/src/dfitpackmodule.o build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/interpolate/src/fortranobject.o build/temp.macosx-11.6-arm64-3.7/build/src.macosx-11.6-arm64-3.7/scipy/interpolate/src/dfitpack-f2pywrappers.o -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin23/13 -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin23/13/../../.. -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin23/13/../../.. -L/Users/dwdsf/.pyenv/versions/3.7.17/lib -Lbuild/temp.macosx-11.6-arm64-3.7 -lfitpack -lgfortran -o build/lib.macosx-11.6-arm64-3.7/scipy/interpolate/dfitpack.cpython-37m-darwin.so
1385 ld: warning: dylib (/opt/homebrew/Cellar/gcc/13.2.0/lib/gcc/current/libgfortran.dylib) was built for newer macOS version (14.0) than being linked (11.6)
1386 ld: warning: dylib (/opt/homebrew/Cellar/gcc/13.2.0/lib/gcc/current/libquadmath.dylib) was built for newer macOS version (14.0) than being linked (11.6)
1387 building 'scipy.interpolate._rbfinterp_pythran' extension
1388 compiling C++ sources
1389 C compiler: clang++ -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include
1390
1391 compile options: '-DENABLE_PYTHON_MODULE -D__PYTHRAN__=3 -DPYTHRAN_BLAS_NONE -I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/pythran -I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c'
1392 extra options: '-std=c++11 -fno-math-errno -w'
1393 clang++: scipy/interpolate/_rbfinterp_pythran.cpp
1394 In file included from scipy/interpolate/_rbfinterp_pythran.cpp:1:
1395 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/pythran/pythonic/core.hpp:29:
1396 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/pythran/pythonic/types/slice.hpp:5:
1397 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/pythran/pythonic/types/NoneType.hpp:8:
1398 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/pythran/pythonic/builtins/bool_.hpp:7:
1399 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/pythran/pythonic/types/tuple.hpp:13:
1400 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/pythran/pythonic/types/ndarray.hpp:10:
1401 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/pythran/pythonic/builtins/ValueError.hpp:6:
1402 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/pythran/pythonic/types/exceptions.hpp:6:
1403 /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/pythran/pythonic/types/str.hpp:407:12: error: no matching constructor for initialization of 'typename str::reverse_iterator' (aka 'reverse_iterator<string_iterator>')
1404 return {data->rbegin()};
1405 ^~~~~~~~~~~~~~~~
1406 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:51:28: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'reverse_iterator<iterator>' to 'const reverse_iterator<(anonymous namespace)::pythonic::types::string_iterator>' for 1st argument
1407 class _LIBCPP_TEMPLATE_VIS reverse_iterator
1408 ^
1409 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:51:28: note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'reverse_iterator<iterator>' to 'reverse_iterator<(anonymous namespace)::pythonic::types::string_iterator>' for 1st argument
1410 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:96:14: note: candidate constructor not viable: no known conversion from 'reverse_iterator' (aka 'reverse_iterator<__wrap_iter<char *>>') to '(anonymous namespace)::pythonic::types::string_iterator' for 1st argument
1411 explicit reverse_iterator(_Iter __x) : __t_(__x), current(__x) {}
1412 ^
1413 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:102:5: note: candidate template ignored: requirement 'is_convertible<const std::__wrap_iter<char *> &, (anonymous namespace)::pythonic::types::string_iterator>::value' was not satisfied [with _Up = std::__wrap_iter<char *>]
1414 reverse_iterator(const reverse_iterator<_Up>& __u)
1415 ^
1416 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:93:5: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
1417 reverse_iterator() : __t_(), current() {}
1418 ^
1419 In file included from scipy/interpolate/_rbfinterp_pythran.cpp:1:
1420 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/pythran/pythonic/core.hpp:29:
1421 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/pythran/pythonic/types/slice.hpp:5:
1422 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/pythran/pythonic/types/NoneType.hpp:8:
1423 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/pythran/pythonic/builtins/bool_.hpp:7:
1424 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/pythran/pythonic/types/tuple.hpp:13:
1425 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/pythran/pythonic/types/ndarray.hpp:10:
1426 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/pythran/pythonic/builtins/ValueError.hpp:6:
1427 In file included from /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/pythran/pythonic/types/exceptions.hpp:6:
1428 /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/pythran/pythonic/types/str.hpp:417:12: error: no matching constructor for initialization of 'typename str::reverse_iterator' (aka 'reverse_iterator<string_iterator>')
1429 return {data->rend()};
1430 ^~~~~~~~~~~~~~
1431 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:51:28: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'reverse_iterator<iterator>' to 'const reverse_iterator<(anonymous namespace)::pythonic::types::string_iterator>' for 1st argument
1432 class _LIBCPP_TEMPLATE_VIS reverse_iterator
1433 ^
1434 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:51:28: note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'reverse_iterator<iterator>' to 'reverse_iterator<(anonymous namespace)::pythonic::types::string_iterator>' for 1st argument
1435 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:96:14: note: candidate constructor not viable: no known conversion from 'reverse_iterator' (aka 'reverse_iterator<__wrap_iter<char *>>') to '(anonymous namespace)::pythonic::types::string_iterator' for 1st argument
1436 explicit reverse_iterator(_Iter __x) : __t_(__x), current(__x) {}
1437 ^
1438 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:102:5: note: candidate template ignored: requirement 'is_convertible<const std::__wrap_iter<char *> &, (anonymous namespace)::pythonic::types::string_iterator>::value' was not satisfied [with _Up = std::__wrap_iter<char *>]
1439 reverse_iterator(const reverse_iterator<_Up>& __u)
1440 ^
1441 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:93:5: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
1442 reverse_iterator() : __t_(), current() {}
1443 ^
1444 2 errors generated.
1445 Running from SciPy source directory.
1446 /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/distutils/system_info.py:731: UserWarning: Specified path /private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/include/python3.7m is invalid.
1447 return self.get_paths(self.section, key)
1448 error: Command "clang++ -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -falign-functions=8 -I~/usr/include/machine -I/opt/homebrew/opt/lapack/include -DENABLE_PYTHON_MODULE -D__PYTHRAN__=3 -DPYTHRAN_BLAS_NONE -I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/pythran -I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/private/var/folders/tk/m40lxrrx49vf4s05nf9wt5_c0000gn/T/pip-build-env-11nfa45j/overlay/lib/python3.7/site-packages/numpy/core/include -I/Users/dwdsf/.pyenv/versions/3.7.17/include/python3.7m -c scipy/interpolate/_rbfinterp_pythran.cpp -o build/temp.macosx-11.6-arm64-3.7/scipy/interpolate/_rbfinterp_pythran.o -MMD -MF build/temp.macosx-11.6-arm64-3.7/scipy/interpolate/_rbfinterp_pythran.o.d -std=c++11 -fno-math-errno -w" failed with exit status 1
1449 [end of output]
1450
1451 note: This error originates from a subprocess, and is likely not a problem with pip.
1452 ERROR: Failed building wheel for scipy