passagemath-gap-pkg-semigroups 10.6.30__cp312-abi3-macosx_13_0_x86_64.whl → 10.6.31rc1__cp312-abi3-macosx_13_0_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of passagemath-gap-pkg-semigroups might be problematic. Click here for more details.
- gap/pkg/semigroups/bin/x86_64-apple-darwin24-default64-kv10/semigroups.so +0 -0
- gap/pkg/semigroups/config.log +62 -492
- gap/pkg/semigroups/config.status +5 -5
- {passagemath_gap_pkg_semigroups-10.6.30.dist-info → passagemath_gap_pkg_semigroups-10.6.31rc1.dist-info}/METADATA +2 -2
- {passagemath_gap_pkg_semigroups-10.6.30.dist-info → passagemath_gap_pkg_semigroups-10.6.31rc1.dist-info}/METADATA.bak +3 -3
- {passagemath_gap_pkg_semigroups-10.6.30.dist-info → passagemath_gap_pkg_semigroups-10.6.31rc1.dist-info}/RECORD +10 -10
- passagemath_gap_pkg_semigroups.dylibs/libsemigroups.2.dylib +0 -0
- sage/libs/gap_pkg_semigroups.abi3.so +0 -0
- {passagemath_gap_pkg_semigroups-10.6.30.dist-info → passagemath_gap_pkg_semigroups-10.6.31rc1.dist-info}/WHEEL +0 -0
- {passagemath_gap_pkg_semigroups-10.6.30.dist-info → passagemath_gap_pkg_semigroups-10.6.31rc1.dist-info}/top_level.txt +0 -0
|
Binary file
|
gap/pkg/semigroups/config.log
CHANGED
|
@@ -10,7 +10,7 @@ generated by GNU Autoconf 2.72. Invocation command line was
|
|
|
10
10
|
## Platform. ##
|
|
11
11
|
## --------- ##
|
|
12
12
|
|
|
13
|
-
hostname = Mac-
|
|
13
|
+
hostname = Mac-1760583795755.local
|
|
14
14
|
uname -m = x86_64
|
|
15
15
|
uname -r = 24.6.0
|
|
16
16
|
uname -s = Darwin
|
|
@@ -30,8 +30,8 @@ Kernel configured for up to 4 processors.
|
|
|
30
30
|
Processor type: x86_64h (Intel x86-64h Haswell)
|
|
31
31
|
Processors active: 0 1 2 3
|
|
32
32
|
Primary memory available: 14.00 gigabytes
|
|
33
|
-
Default processor set:
|
|
34
|
-
Load average:
|
|
33
|
+
Default processor set: 564 tasks, 1539 threads, 4 processors
|
|
34
|
+
Load average: 8.34, Mach factor: 0.44
|
|
35
35
|
/bin/machine = unknown
|
|
36
36
|
/usr/bin/oslevel = unknown
|
|
37
37
|
/bin/universe = unknown
|
|
@@ -83,59 +83,59 @@ configure:2613: trying ./
|
|
|
83
83
|
configure:2642: ./config.guess found
|
|
84
84
|
configure:2642: ./config.sub found
|
|
85
85
|
configure:2895: checking for C++ compiler version
|
|
86
|
-
configure:2904: g++ -std=gnu++
|
|
86
|
+
configure:2904: g++ -std=gnu++17 --version >&5
|
|
87
87
|
Apple clang version 17.0.0 (clang-1700.0.13.5)
|
|
88
88
|
Target: x86_64-apple-darwin24.6.0
|
|
89
89
|
Thread model: posix
|
|
90
90
|
InstalledDir: /Applications/Xcode_16.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
|
91
91
|
configure:2915: $? = 0
|
|
92
|
-
configure:2904: g++ -std=gnu++
|
|
92
|
+
configure:2904: g++ -std=gnu++17 -v >&5
|
|
93
93
|
Apple clang version 17.0.0 (clang-1700.0.13.5)
|
|
94
94
|
Target: x86_64-apple-darwin24.6.0
|
|
95
95
|
Thread model: posix
|
|
96
96
|
InstalledDir: /Applications/Xcode_16.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
|
97
97
|
configure:2915: $? = 0
|
|
98
|
-
configure:2904: g++ -std=gnu++
|
|
98
|
+
configure:2904: g++ -std=gnu++17 -V >&5
|
|
99
99
|
clang++: error: argument to '-V' is missing (expected 1 value)
|
|
100
100
|
clang++: error: no input files
|
|
101
101
|
configure:2915: $? = 1
|
|
102
|
-
configure:2904: g++ -std=gnu++
|
|
102
|
+
configure:2904: g++ -std=gnu++17 -qversion >&5
|
|
103
103
|
clang++: error: unknown argument '-qversion'; did you mean '--version'?
|
|
104
104
|
clang++: error: no input files
|
|
105
105
|
configure:2915: $? = 1
|
|
106
106
|
configure:2935: checking whether the C++ compiler works
|
|
107
|
-
configure:2957: g++ -std=gnu++
|
|
107
|
+
configure:2957: g++ -std=gnu++17 -g -O2 -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.cpp >&5
|
|
108
108
|
ld: warning: -ld_classic is deprecated and will be removed in a future release
|
|
109
109
|
configure:2961: $? = 0
|
|
110
110
|
configure:3012: result: yes
|
|
111
111
|
configure:3016: checking for C++ compiler default output file name
|
|
112
112
|
configure:3018: result: a.out
|
|
113
113
|
configure:3024: checking for suffix of executables
|
|
114
|
-
configure:3031: g++ -std=gnu++
|
|
114
|
+
configure:3031: g++ -std=gnu++17 -o conftest -g -O2 -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.cpp >&5
|
|
115
115
|
ld: warning: -ld_classic is deprecated and will be removed in a future release
|
|
116
116
|
configure:3035: $? = 0
|
|
117
117
|
configure:3059: result:
|
|
118
118
|
configure:3083: checking whether we are cross compiling
|
|
119
|
-
configure:3091: g++ -std=gnu++
|
|
119
|
+
configure:3091: g++ -std=gnu++17 -o conftest -g -O2 -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.cpp >&5
|
|
120
120
|
ld: warning: -ld_classic is deprecated and will be removed in a future release
|
|
121
121
|
configure:3095: $? = 0
|
|
122
122
|
configure:3102: ./conftest
|
|
123
123
|
configure:3106: $? = 0
|
|
124
124
|
configure:3121: result: no
|
|
125
125
|
configure:3127: checking for suffix of object files
|
|
126
|
-
configure:3150: g++ -std=gnu++
|
|
126
|
+
configure:3150: g++ -std=gnu++17 -c -g -O2 conftest.cpp >&5
|
|
127
127
|
configure:3154: $? = 0
|
|
128
128
|
configure:3178: result: o
|
|
129
129
|
configure:3182: checking whether the compiler supports GNU C++
|
|
130
|
-
configure:3202: g++ -std=gnu++
|
|
130
|
+
configure:3202: g++ -std=gnu++17 -c -g -O2 conftest.cpp >&5
|
|
131
131
|
configure:3202: $? = 0
|
|
132
132
|
configure:3214: result: yes
|
|
133
|
-
configure:3225: checking whether g++ -std=gnu++
|
|
134
|
-
configure:3246: g++ -std=gnu++
|
|
133
|
+
configure:3225: checking whether g++ -std=gnu++17 accepts -g
|
|
134
|
+
configure:3246: g++ -std=gnu++17 -c -g conftest.cpp >&5
|
|
135
135
|
configure:3246: $? = 0
|
|
136
136
|
configure:3293: result: yes
|
|
137
|
-
configure:3313: checking for g++ -std=gnu++
|
|
138
|
-
configure:3328: g++ -std=gnu++
|
|
137
|
+
configure:3313: checking for g++ -std=gnu++17 option to enable C++11 features
|
|
138
|
+
configure:3328: g++ -std=gnu++17 -c -g -O2 conftest.cpp >&5
|
|
139
139
|
conftest.cpp:175:25: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse]
|
|
140
140
|
175 | cxx11test::delegate d2();
|
|
141
141
|
| ^~
|
|
@@ -145,439 +145,10 @@ conftest.cpp:175:25: note: remove parentheses to declare a variable
|
|
|
145
145
|
1 warning generated.
|
|
146
146
|
configure:3328: $? = 0
|
|
147
147
|
configure:3347: result: none needed
|
|
148
|
-
configure:3432: checking whether g++ -std=gnu++
|
|
149
|
-
configure:3853: g++ -std=gnu++
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
| ^
|
|
153
|
-
1 error generated.
|
|
154
|
-
configure:3853: $? = 1
|
|
155
|
-
configure: failed program was:
|
|
156
|
-
| /* confdefs.h */
|
|
157
|
-
| #define PACKAGE_NAME "semigroups"
|
|
158
|
-
| #define PACKAGE_TARNAME "semigroups"
|
|
159
|
-
| #define PACKAGE_VERSION "GAP package"
|
|
160
|
-
| #define PACKAGE_STRING "semigroups GAP package"
|
|
161
|
-
| #define PACKAGE_BUGREPORT ""
|
|
162
|
-
| #define PACKAGE_URL ""
|
|
163
|
-
| /* end confdefs.h. */
|
|
164
|
-
|
|
|
165
|
-
|
|
|
166
|
-
| // If the compiler admits that it is not ready for C++11, why torture it?
|
|
167
|
-
| // Hopefully, this will speed up the test.
|
|
168
|
-
|
|
|
169
|
-
| #ifndef __cplusplus
|
|
170
|
-
|
|
|
171
|
-
| #error "This is not a C++ compiler"
|
|
172
|
-
|
|
|
173
|
-
| // MSVC always sets __cplusplus to 199711L in older versions; newer versions
|
|
174
|
-
| // only set it correctly if /Zc:__cplusplus is specified as well as a
|
|
175
|
-
| // /std:c++NN switch:
|
|
176
|
-
| // https://devblogs.microsoft.com/cppblog/msvc-now-correctly-reports-__cplusplus/
|
|
177
|
-
| #elif __cplusplus < 201103L && !defined _MSC_VER
|
|
178
|
-
|
|
|
179
|
-
| #error "This is not a C++11 compiler"
|
|
180
|
-
|
|
|
181
|
-
| #else
|
|
182
|
-
|
|
|
183
|
-
| namespace cxx11
|
|
184
|
-
| {
|
|
185
|
-
|
|
|
186
|
-
| namespace test_static_assert
|
|
187
|
-
| {
|
|
188
|
-
|
|
|
189
|
-
| template <typename T>
|
|
190
|
-
| struct check
|
|
191
|
-
| {
|
|
192
|
-
| static_assert(sizeof(int) <= sizeof(T), "not big enough");
|
|
193
|
-
| };
|
|
194
|
-
|
|
|
195
|
-
| }
|
|
196
|
-
|
|
|
197
|
-
| namespace test_final_override
|
|
198
|
-
| {
|
|
199
|
-
|
|
|
200
|
-
| struct Base
|
|
201
|
-
| {
|
|
202
|
-
| virtual ~Base() {}
|
|
203
|
-
| virtual void f() {}
|
|
204
|
-
| };
|
|
205
|
-
|
|
|
206
|
-
| struct Derived : public Base
|
|
207
|
-
| {
|
|
208
|
-
| virtual ~Derived() override {}
|
|
209
|
-
| virtual void f() override {}
|
|
210
|
-
| };
|
|
211
|
-
|
|
|
212
|
-
| }
|
|
213
|
-
|
|
|
214
|
-
| namespace test_double_right_angle_brackets
|
|
215
|
-
| {
|
|
216
|
-
|
|
|
217
|
-
| template < typename T >
|
|
218
|
-
| struct check {};
|
|
219
|
-
|
|
|
220
|
-
| typedef check<void> single_type;
|
|
221
|
-
| typedef check<check<void>> double_type;
|
|
222
|
-
| typedef check<check<check<void>>> triple_type;
|
|
223
|
-
| typedef check<check<check<check<void>>>> quadruple_type;
|
|
224
|
-
|
|
|
225
|
-
| }
|
|
226
|
-
|
|
|
227
|
-
| namespace test_decltype
|
|
228
|
-
| {
|
|
229
|
-
|
|
|
230
|
-
| int
|
|
231
|
-
| f()
|
|
232
|
-
| {
|
|
233
|
-
| int a = 1;
|
|
234
|
-
| decltype(a) b = 2;
|
|
235
|
-
| return a + b;
|
|
236
|
-
| }
|
|
237
|
-
|
|
|
238
|
-
| }
|
|
239
|
-
|
|
|
240
|
-
| namespace test_type_deduction
|
|
241
|
-
| {
|
|
242
|
-
|
|
|
243
|
-
| template < typename T1, typename T2 >
|
|
244
|
-
| struct is_same
|
|
245
|
-
| {
|
|
246
|
-
| static const bool value = false;
|
|
247
|
-
| };
|
|
248
|
-
|
|
|
249
|
-
| template < typename T >
|
|
250
|
-
| struct is_same<T, T>
|
|
251
|
-
| {
|
|
252
|
-
| static const bool value = true;
|
|
253
|
-
| };
|
|
254
|
-
|
|
|
255
|
-
| template < typename T1, typename T2 >
|
|
256
|
-
| auto
|
|
257
|
-
| add(T1 a1, T2 a2) -> decltype(a1 + a2)
|
|
258
|
-
| {
|
|
259
|
-
| return a1 + a2;
|
|
260
|
-
| }
|
|
261
|
-
|
|
|
262
|
-
| int
|
|
263
|
-
| test(const int c, volatile int v)
|
|
264
|
-
| {
|
|
265
|
-
| static_assert(is_same<int, decltype(0)>::value == true, "");
|
|
266
|
-
| static_assert(is_same<int, decltype(c)>::value == false, "");
|
|
267
|
-
| static_assert(is_same<int, decltype(v)>::value == false, "");
|
|
268
|
-
| auto ac = c;
|
|
269
|
-
| auto av = v;
|
|
270
|
-
| auto sumi = ac + av + 'x';
|
|
271
|
-
| auto sumf = ac + av + 1.0;
|
|
272
|
-
| static_assert(is_same<int, decltype(ac)>::value == true, "");
|
|
273
|
-
| static_assert(is_same<int, decltype(av)>::value == true, "");
|
|
274
|
-
| static_assert(is_same<int, decltype(sumi)>::value == true, "");
|
|
275
|
-
| static_assert(is_same<int, decltype(sumf)>::value == false, "");
|
|
276
|
-
| static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
|
|
277
|
-
| return (sumf > 0.0) ? sumi : add(c, v);
|
|
278
|
-
| }
|
|
279
|
-
|
|
|
280
|
-
| }
|
|
281
|
-
|
|
|
282
|
-
| namespace test_noexcept
|
|
283
|
-
| {
|
|
284
|
-
|
|
|
285
|
-
| int f() { return 0; }
|
|
286
|
-
| int g() noexcept { return 0; }
|
|
287
|
-
|
|
|
288
|
-
| static_assert(noexcept(f()) == false, "");
|
|
289
|
-
| static_assert(noexcept(g()) == true, "");
|
|
290
|
-
|
|
|
291
|
-
| }
|
|
292
|
-
|
|
|
293
|
-
| namespace test_constexpr
|
|
294
|
-
| {
|
|
295
|
-
|
|
|
296
|
-
| template < typename CharT >
|
|
297
|
-
| unsigned long constexpr
|
|
298
|
-
| strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
|
|
299
|
-
| {
|
|
300
|
-
| return *s ? strlen_c_r(s + 1, acc + 1) : acc;
|
|
301
|
-
| }
|
|
302
|
-
|
|
|
303
|
-
| template < typename CharT >
|
|
304
|
-
| unsigned long constexpr
|
|
305
|
-
| strlen_c(const CharT *const s) noexcept
|
|
306
|
-
| {
|
|
307
|
-
| return strlen_c_r(s, 0UL);
|
|
308
|
-
| }
|
|
309
|
-
|
|
|
310
|
-
| static_assert(strlen_c("") == 0UL, "");
|
|
311
|
-
| static_assert(strlen_c("1") == 1UL, "");
|
|
312
|
-
| static_assert(strlen_c("example") == 7UL, "");
|
|
313
|
-
| static_assert(strlen_c("another\0example") == 7UL, "");
|
|
314
|
-
|
|
|
315
|
-
| }
|
|
316
|
-
|
|
|
317
|
-
| namespace test_rvalue_references
|
|
318
|
-
| {
|
|
319
|
-
|
|
|
320
|
-
| template < int N >
|
|
321
|
-
| struct answer
|
|
322
|
-
| {
|
|
323
|
-
| static constexpr int value = N;
|
|
324
|
-
| };
|
|
325
|
-
|
|
|
326
|
-
| answer<1> f(int&) { return answer<1>(); }
|
|
327
|
-
| answer<2> f(const int&) { return answer<2>(); }
|
|
328
|
-
| answer<3> f(int&&) { return answer<3>(); }
|
|
329
|
-
|
|
|
330
|
-
| void
|
|
331
|
-
| test()
|
|
332
|
-
| {
|
|
333
|
-
| int i = 0;
|
|
334
|
-
| const int c = 0;
|
|
335
|
-
| static_assert(decltype(f(i))::value == 1, "");
|
|
336
|
-
| static_assert(decltype(f(c))::value == 2, "");
|
|
337
|
-
| static_assert(decltype(f(0))::value == 3, "");
|
|
338
|
-
| }
|
|
339
|
-
|
|
|
340
|
-
| }
|
|
341
|
-
|
|
|
342
|
-
| namespace test_uniform_initialization
|
|
343
|
-
| {
|
|
344
|
-
|
|
|
345
|
-
| struct test
|
|
346
|
-
| {
|
|
347
|
-
| static const int zero {};
|
|
348
|
-
| static const int one {1};
|
|
349
|
-
| };
|
|
350
|
-
|
|
|
351
|
-
| static_assert(test::zero == 0, "");
|
|
352
|
-
| static_assert(test::one == 1, "");
|
|
353
|
-
|
|
|
354
|
-
| }
|
|
355
|
-
|
|
|
356
|
-
| namespace test_lambdas
|
|
357
|
-
| {
|
|
358
|
-
|
|
|
359
|
-
| void
|
|
360
|
-
| test1()
|
|
361
|
-
| {
|
|
362
|
-
| auto lambda1 = [](){};
|
|
363
|
-
| auto lambda2 = lambda1;
|
|
364
|
-
| lambda1();
|
|
365
|
-
| lambda2();
|
|
366
|
-
| }
|
|
367
|
-
|
|
|
368
|
-
| int
|
|
369
|
-
| test2()
|
|
370
|
-
| {
|
|
371
|
-
| auto a = [](int i, int j){ return i + j; }(1, 2);
|
|
372
|
-
| auto b = []() -> int { return '0'; }();
|
|
373
|
-
| auto c = [=](){ return a + b; }();
|
|
374
|
-
| auto d = [&](){ return c; }();
|
|
375
|
-
| auto e = [a, &b](int x) mutable {
|
|
376
|
-
| const auto identity = [](int y){ return y; };
|
|
377
|
-
| for (auto i = 0; i < a; ++i)
|
|
378
|
-
| a += b--;
|
|
379
|
-
| return x + identity(a + b);
|
|
380
|
-
| }(0);
|
|
381
|
-
| return a + b + c + d + e;
|
|
382
|
-
| }
|
|
383
|
-
|
|
|
384
|
-
| int
|
|
385
|
-
| test3()
|
|
386
|
-
| {
|
|
387
|
-
| const auto nullary = [](){ return 0; };
|
|
388
|
-
| const auto unary = [](int x){ return x; };
|
|
389
|
-
| using nullary_t = decltype(nullary);
|
|
390
|
-
| using unary_t = decltype(unary);
|
|
391
|
-
| const auto higher1st = [](nullary_t f){ return f(); };
|
|
392
|
-
| const auto higher2nd = [unary](nullary_t f1){
|
|
393
|
-
| return [unary, f1](unary_t f2){ return f2(unary(f1())); };
|
|
394
|
-
| };
|
|
395
|
-
| return higher1st(nullary) + higher2nd(nullary)(unary);
|
|
396
|
-
| }
|
|
397
|
-
|
|
|
398
|
-
| }
|
|
399
|
-
|
|
|
400
|
-
| namespace test_variadic_templates
|
|
401
|
-
| {
|
|
402
|
-
|
|
|
403
|
-
| template <int...>
|
|
404
|
-
| struct sum;
|
|
405
|
-
|
|
|
406
|
-
| template <int N0, int... N1toN>
|
|
407
|
-
| struct sum<N0, N1toN...>
|
|
408
|
-
| {
|
|
409
|
-
| static constexpr auto value = N0 + sum<N1toN...>::value;
|
|
410
|
-
| };
|
|
411
|
-
|
|
|
412
|
-
| template <>
|
|
413
|
-
| struct sum<>
|
|
414
|
-
| {
|
|
415
|
-
| static constexpr auto value = 0;
|
|
416
|
-
| };
|
|
417
|
-
|
|
|
418
|
-
| static_assert(sum<>::value == 0, "");
|
|
419
|
-
| static_assert(sum<1>::value == 1, "");
|
|
420
|
-
| static_assert(sum<23>::value == 23, "");
|
|
421
|
-
| static_assert(sum<1, 2>::value == 3, "");
|
|
422
|
-
| static_assert(sum<5, 5, 11>::value == 21, "");
|
|
423
|
-
| static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
|
|
424
|
-
|
|
|
425
|
-
| }
|
|
426
|
-
|
|
|
427
|
-
| // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
|
|
428
|
-
| // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
|
|
429
|
-
| // because of this.
|
|
430
|
-
| namespace test_template_alias_sfinae
|
|
431
|
-
| {
|
|
432
|
-
|
|
|
433
|
-
| struct foo {};
|
|
434
|
-
|
|
|
435
|
-
| template<typename T>
|
|
436
|
-
| using member = typename T::member_type;
|
|
437
|
-
|
|
|
438
|
-
| template<typename T>
|
|
439
|
-
| void func(...) {}
|
|
440
|
-
|
|
|
441
|
-
| template<typename T>
|
|
442
|
-
| void func(member<T>*) {}
|
|
443
|
-
|
|
|
444
|
-
| void test();
|
|
445
|
-
|
|
|
446
|
-
| void test() { func<foo>(0); }
|
|
447
|
-
|
|
|
448
|
-
| }
|
|
449
|
-
|
|
|
450
|
-
| } // namespace cxx11
|
|
451
|
-
|
|
|
452
|
-
| #endif // __cplusplus >= 201103L
|
|
453
|
-
|
|
|
454
|
-
|
|
|
455
|
-
|
|
|
456
|
-
|
|
|
457
|
-
| // If the compiler admits that it is not ready for C++14, why torture it?
|
|
458
|
-
| // Hopefully, this will speed up the test.
|
|
459
|
-
|
|
|
460
|
-
| #ifndef __cplusplus
|
|
461
|
-
|
|
|
462
|
-
| #error "This is not a C++ compiler"
|
|
463
|
-
|
|
|
464
|
-
| #elif __cplusplus < 201402L && !defined _MSC_VER
|
|
465
|
-
|
|
|
466
|
-
| #error "This is not a C++14 compiler"
|
|
467
|
-
|
|
|
468
|
-
| #else
|
|
469
|
-
|
|
|
470
|
-
| namespace cxx14
|
|
471
|
-
| {
|
|
472
|
-
|
|
|
473
|
-
| namespace test_polymorphic_lambdas
|
|
474
|
-
| {
|
|
475
|
-
|
|
|
476
|
-
| int
|
|
477
|
-
| test()
|
|
478
|
-
| {
|
|
479
|
-
| const auto lambda = [](auto&&... args){
|
|
480
|
-
| const auto istiny = [](auto x){
|
|
481
|
-
| return (sizeof(x) == 1UL) ? 1 : 0;
|
|
482
|
-
| };
|
|
483
|
-
| const int aretiny[] = { istiny(args)... };
|
|
484
|
-
| return aretiny[0];
|
|
485
|
-
| };
|
|
486
|
-
| return lambda(1, 1L, 1.0f, '1');
|
|
487
|
-
| }
|
|
488
|
-
|
|
|
489
|
-
| }
|
|
490
|
-
|
|
|
491
|
-
| namespace test_binary_literals
|
|
492
|
-
| {
|
|
493
|
-
|
|
|
494
|
-
| constexpr auto ivii = 0b0000000000101010;
|
|
495
|
-
| static_assert(ivii == 42, "wrong value");
|
|
496
|
-
|
|
|
497
|
-
| }
|
|
498
|
-
|
|
|
499
|
-
| namespace test_generalized_constexpr
|
|
500
|
-
| {
|
|
501
|
-
|
|
|
502
|
-
| template < typename CharT >
|
|
503
|
-
| constexpr unsigned long
|
|
504
|
-
| strlen_c(const CharT *const s) noexcept
|
|
505
|
-
| {
|
|
506
|
-
| auto length = 0UL;
|
|
507
|
-
| for (auto p = s; *p; ++p)
|
|
508
|
-
| ++length;
|
|
509
|
-
| return length;
|
|
510
|
-
| }
|
|
511
|
-
|
|
|
512
|
-
| static_assert(strlen_c("") == 0UL, "");
|
|
513
|
-
| static_assert(strlen_c("x") == 1UL, "");
|
|
514
|
-
| static_assert(strlen_c("test") == 4UL, "");
|
|
515
|
-
| static_assert(strlen_c("another\0test") == 7UL, "");
|
|
516
|
-
|
|
|
517
|
-
| }
|
|
518
|
-
|
|
|
519
|
-
| namespace test_lambda_init_capture
|
|
520
|
-
| {
|
|
521
|
-
|
|
|
522
|
-
| int
|
|
523
|
-
| test()
|
|
524
|
-
| {
|
|
525
|
-
| auto x = 0;
|
|
526
|
-
| const auto lambda1 = [a = x](int b){ return a + b; };
|
|
527
|
-
| const auto lambda2 = [a = lambda1(x)](){ return a; };
|
|
528
|
-
| return lambda2();
|
|
529
|
-
| }
|
|
530
|
-
|
|
|
531
|
-
| }
|
|
532
|
-
|
|
|
533
|
-
| namespace test_digit_separators
|
|
534
|
-
| {
|
|
535
|
-
|
|
|
536
|
-
| constexpr auto ten_million = 100'000'000;
|
|
537
|
-
| static_assert(ten_million == 100000000, "");
|
|
538
|
-
|
|
|
539
|
-
| }
|
|
540
|
-
|
|
|
541
|
-
| namespace test_return_type_deduction
|
|
542
|
-
| {
|
|
543
|
-
|
|
|
544
|
-
| auto f(int& x) { return x; }
|
|
545
|
-
| decltype(auto) g(int& x) { return x; }
|
|
546
|
-
|
|
|
547
|
-
| template < typename T1, typename T2 >
|
|
548
|
-
| struct is_same
|
|
549
|
-
| {
|
|
550
|
-
| static constexpr auto value = false;
|
|
551
|
-
| };
|
|
552
|
-
|
|
|
553
|
-
| template < typename T >
|
|
554
|
-
| struct is_same<T, T>
|
|
555
|
-
| {
|
|
556
|
-
| static constexpr auto value = true;
|
|
557
|
-
| };
|
|
558
|
-
|
|
|
559
|
-
| int
|
|
560
|
-
| test()
|
|
561
|
-
| {
|
|
562
|
-
| auto x = 0;
|
|
563
|
-
| static_assert(is_same<int, decltype(f(x))>::value, "");
|
|
564
|
-
| static_assert(is_same<int&, decltype(g(x))>::value, "");
|
|
565
|
-
| return x;
|
|
566
|
-
| }
|
|
567
|
-
|
|
|
568
|
-
| }
|
|
569
|
-
|
|
|
570
|
-
| } // namespace cxx14
|
|
571
|
-
|
|
|
572
|
-
| #endif // __cplusplus >= 201402L
|
|
573
|
-
|
|
|
574
|
-
|
|
|
575
|
-
|
|
|
576
|
-
configure:3863: result: no
|
|
577
|
-
configure:3873: checking whether g++ -std=gnu++11 supports C++14 features with -std=gnu++14
|
|
578
|
-
configure:4296: g++ -std=gnu++11 -std=gnu++14 -c -g -O2 conftest.cpp >&5
|
|
579
|
-
configure:4296: $? = 0
|
|
580
|
-
configure:4308: result: yes
|
|
148
|
+
configure:3432: checking whether g++ -std=gnu++17 supports C++14 features by default
|
|
149
|
+
configure:3853: g++ -std=gnu++17 -c -g -O2 conftest.cpp >&5
|
|
150
|
+
configure:3853: $? = 0
|
|
151
|
+
configure:3863: result: yes
|
|
581
152
|
configure:4816: checking for GAP root directory
|
|
582
153
|
configure:4833: result: /Users/runner/sage-local/lib/gap
|
|
583
154
|
configure:4857: checking for GAP architecture
|
|
@@ -672,33 +243,33 @@ configure:6095: result: /usr/bin/grep -E
|
|
|
672
243
|
configure:6265: checking whether gcc is Clang
|
|
673
244
|
configure:6293: result: yes
|
|
674
245
|
configure:6359: checking whether pthreads work with "-pthread" and "-lpthread"
|
|
675
|
-
configure:6471: gcc -o conftest -g -O2 -pthread -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.c -lpthread >&5
|
|
246
|
+
configure:6471: gcc -o conftest -g -O2 -pthread -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.c -lpthread >&5
|
|
676
247
|
ld: warning: -ld_classic is deprecated and will be removed in a future release
|
|
677
248
|
configure:6471: $? = 0
|
|
678
249
|
configure:6481: result: yes
|
|
679
250
|
configure:6530: checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread
|
|
680
|
-
configure:6557: gcc -o conftest -Werror -Wunknown-warning-option -pthread -g -O2 -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.c >&5
|
|
251
|
+
configure:6557: gcc -o conftest -Werror -Wunknown-warning-option -pthread -g -O2 -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.c >&5
|
|
681
252
|
ld: warning: -ld_classic is deprecated and will be removed in a future release
|
|
682
253
|
configure:6557: $? = 0
|
|
683
|
-
configure:6564: (gcc -c -Werror -Wunknown-warning-option -pthread -g -O2 conftest.c >&5) && (echo ==== >&5) && (gcc -o conftest -Werror -Wunknown-warning-option -pthread -g -O2 -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.o >&5)
|
|
254
|
+
configure:6564: (gcc -c -Werror -Wunknown-warning-option -pthread -g -O2 conftest.c >&5) && (echo ==== >&5) && (gcc -o conftest -Werror -Wunknown-warning-option -pthread -g -O2 -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.o >&5)
|
|
684
255
|
====
|
|
685
256
|
ld: warning: -ld_classic is deprecated and will be removed in a future release
|
|
686
257
|
configure:6564: $? = 0
|
|
687
258
|
configure:6585: result: no
|
|
688
259
|
configure:6605: checking for joinable pthread attribute
|
|
689
|
-
configure:6624: gcc -o conftest -g -O2 -pthread -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.c -lpthread >&5
|
|
260
|
+
configure:6624: gcc -o conftest -g -O2 -pthread -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.c -lpthread >&5
|
|
690
261
|
ld: warning: -ld_classic is deprecated and will be removed in a future release
|
|
691
262
|
configure:6624: $? = 0
|
|
692
263
|
configure:6634: result: PTHREAD_CREATE_JOINABLE
|
|
693
264
|
configure:6647: checking whether more special flags are required for pthreads
|
|
694
265
|
configure:6662: result: no
|
|
695
266
|
configure:6671: checking for PTHREAD_PRIO_INHERIT
|
|
696
|
-
configure:6689: gcc -o conftest -g -O2 -pthread -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.c -lpthread >&5
|
|
267
|
+
configure:6689: gcc -o conftest -g -O2 -pthread -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.c -lpthread >&5
|
|
697
268
|
ld: warning: -ld_classic is deprecated and will be removed in a future release
|
|
698
269
|
configure:6689: $? = 0
|
|
699
270
|
configure:6701: result: yes
|
|
700
271
|
configure:6878: checking for pthread_create in -lpthread
|
|
701
|
-
configure:6900: g++ -std=gnu++
|
|
272
|
+
configure:6900: g++ -std=gnu++17 -o conftest -g -O2 -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.cpp -lpthread >&5
|
|
702
273
|
ld: warning: -ld_classic is deprecated and will be removed in a future release
|
|
703
274
|
configure:6900: $? = 0
|
|
704
275
|
configure:6912: result: yes
|
|
@@ -728,39 +299,39 @@ configure:7292: $? = 0
|
|
|
728
299
|
configure:7333: checking whether to enable debug mode
|
|
729
300
|
configure:7335: result: no
|
|
730
301
|
configure:7345: checking for stdio.h
|
|
731
|
-
configure:7345: g++ -std=gnu++
|
|
302
|
+
configure:7345: g++ -std=gnu++17 -c -g -O2 conftest.cpp >&5
|
|
732
303
|
configure:7345: $? = 0
|
|
733
304
|
configure:7345: result: yes
|
|
734
305
|
configure:7345: checking for stdlib.h
|
|
735
|
-
configure:7345: g++ -std=gnu++
|
|
306
|
+
configure:7345: g++ -std=gnu++17 -c -g -O2 conftest.cpp >&5
|
|
736
307
|
configure:7345: $? = 0
|
|
737
308
|
configure:7345: result: yes
|
|
738
309
|
configure:7345: checking for string.h
|
|
739
|
-
configure:7345: g++ -std=gnu++
|
|
310
|
+
configure:7345: g++ -std=gnu++17 -c -g -O2 conftest.cpp >&5
|
|
740
311
|
configure:7345: $? = 0
|
|
741
312
|
configure:7345: result: yes
|
|
742
313
|
configure:7345: checking for inttypes.h
|
|
743
|
-
configure:7345: g++ -std=gnu++
|
|
314
|
+
configure:7345: g++ -std=gnu++17 -c -g -O2 conftest.cpp >&5
|
|
744
315
|
configure:7345: $? = 0
|
|
745
316
|
configure:7345: result: yes
|
|
746
317
|
configure:7345: checking for stdint.h
|
|
747
|
-
configure:7345: g++ -std=gnu++
|
|
318
|
+
configure:7345: g++ -std=gnu++17 -c -g -O2 conftest.cpp >&5
|
|
748
319
|
configure:7345: $? = 0
|
|
749
320
|
configure:7345: result: yes
|
|
750
321
|
configure:7345: checking for strings.h
|
|
751
|
-
configure:7345: g++ -std=gnu++
|
|
322
|
+
configure:7345: g++ -std=gnu++17 -c -g -O2 conftest.cpp >&5
|
|
752
323
|
configure:7345: $? = 0
|
|
753
324
|
configure:7345: result: yes
|
|
754
325
|
configure:7345: checking for sys/stat.h
|
|
755
|
-
configure:7345: g++ -std=gnu++
|
|
326
|
+
configure:7345: g++ -std=gnu++17 -c -g -O2 conftest.cpp >&5
|
|
756
327
|
configure:7345: $? = 0
|
|
757
328
|
configure:7345: result: yes
|
|
758
329
|
configure:7345: checking for sys/types.h
|
|
759
|
-
configure:7345: g++ -std=gnu++
|
|
330
|
+
configure:7345: g++ -std=gnu++17 -c -g -O2 conftest.cpp >&5
|
|
760
331
|
configure:7345: $? = 0
|
|
761
332
|
configure:7345: result: yes
|
|
762
333
|
configure:7345: checking for unistd.h
|
|
763
|
-
configure:7345: g++ -std=gnu++
|
|
334
|
+
configure:7345: g++ -std=gnu++17 -c -g -O2 conftest.cpp >&5
|
|
764
335
|
configure:7345: $? = 0
|
|
765
336
|
configure:7345: result: yes
|
|
766
337
|
configure:7382: checking whether to enable HPCombi
|
|
@@ -770,98 +341,98 @@ configure:7405: result: 0.0.6
|
|
|
770
341
|
configure:7411: checking the version of HPCombi that's present
|
|
771
342
|
configure:7414: result: 0.0.6
|
|
772
343
|
configure:7462: checking whether C++ compiler accepts -mavx
|
|
773
|
-
configure:7482: g++ -std=gnu++
|
|
344
|
+
configure:7482: g++ -std=gnu++17 -c -g -O2 -mavx conftest.cpp >&5
|
|
774
345
|
configure:7482: $? = 0
|
|
775
346
|
configure:7493: result: yes
|
|
776
347
|
configure:7522: : HPCOMBI_CXXFLAGS="$HPCOMBI_CXXFLAGS"
|
|
777
348
|
configure:7525: $? = 0
|
|
778
349
|
configure:7542: checking whether C++ compiler accepts -flax-vector-conversions
|
|
779
|
-
configure:7562: g++ -std=gnu++
|
|
350
|
+
configure:7562: g++ -std=gnu++17 -c -g -O2 -flax-vector-conversions conftest.cpp >&5
|
|
780
351
|
configure:7562: $? = 0
|
|
781
352
|
configure:7573: result: yes
|
|
782
353
|
configure:7591: : HPCOMBI_CXXFLAGS="$HPCOMBI_CXXFLAGS"
|
|
783
354
|
configure:7594: $? = 0
|
|
784
355
|
configure:7624: checking for x86intrin.h
|
|
785
|
-
configure:7624: g++ -std=gnu++
|
|
356
|
+
configure:7624: g++ -std=gnu++17 -c -g -O2 conftest.cpp >&5
|
|
786
357
|
configure:7624: $? = 0
|
|
787
358
|
configure:7624: result: yes
|
|
788
359
|
configure:7646: checking for _mm_blendv_epi8
|
|
789
|
-
configure:7663: g++ -std=gnu++
|
|
360
|
+
configure:7663: g++ -std=gnu++17 -o conftest -mavx -flax-vector-conversions -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.cpp -lpthread >&5
|
|
790
361
|
ld: warning: -ld_classic is deprecated and will be removed in a future release
|
|
791
362
|
configure:7663: $? = 0
|
|
792
363
|
configure:7673: result: yes
|
|
793
364
|
configure:7680: checking for _mm_cmpeq_epi8
|
|
794
|
-
configure:7697: g++ -std=gnu++
|
|
365
|
+
configure:7697: g++ -std=gnu++17 -o conftest -mavx -flax-vector-conversions -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.cpp -lpthread >&5
|
|
795
366
|
ld: warning: -ld_classic is deprecated and will be removed in a future release
|
|
796
367
|
configure:7697: $? = 0
|
|
797
368
|
configure:7707: result: yes
|
|
798
369
|
configure:7714: checking for _mm_cmpestri
|
|
799
|
-
configure:7731: g++ -std=gnu++
|
|
370
|
+
configure:7731: g++ -std=gnu++17 -o conftest -mavx -flax-vector-conversions -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.cpp -lpthread >&5
|
|
800
371
|
ld: warning: -ld_classic is deprecated and will be removed in a future release
|
|
801
372
|
configure:7731: $? = 0
|
|
802
373
|
configure:7741: result: yes
|
|
803
374
|
configure:7748: checking for _mm_cmpestrm
|
|
804
|
-
configure:7765: g++ -std=gnu++
|
|
375
|
+
configure:7765: g++ -std=gnu++17 -o conftest -mavx -flax-vector-conversions -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.cpp -lpthread >&5
|
|
805
376
|
ld: warning: -ld_classic is deprecated and will be removed in a future release
|
|
806
377
|
configure:7765: $? = 0
|
|
807
378
|
configure:7775: result: yes
|
|
808
379
|
configure:7782: checking for _mm_cmplt_epi8
|
|
809
|
-
configure:7799: g++ -std=gnu++
|
|
380
|
+
configure:7799: g++ -std=gnu++17 -o conftest -mavx -flax-vector-conversions -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.cpp -lpthread >&5
|
|
810
381
|
ld: warning: -ld_classic is deprecated and will be removed in a future release
|
|
811
382
|
configure:7799: $? = 0
|
|
812
383
|
configure:7809: result: yes
|
|
813
384
|
configure:7816: checking for _mm_extract_epi64
|
|
814
|
-
configure:7833: g++ -std=gnu++
|
|
385
|
+
configure:7833: g++ -std=gnu++17 -o conftest -mavx -flax-vector-conversions -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.cpp -lpthread >&5
|
|
815
386
|
ld: warning: -ld_classic is deprecated and will be removed in a future release
|
|
816
387
|
configure:7833: $? = 0
|
|
817
388
|
configure:7843: result: yes
|
|
818
389
|
configure:7850: checking for _mm_max_epi8
|
|
819
|
-
configure:7867: g++ -std=gnu++
|
|
390
|
+
configure:7867: g++ -std=gnu++17 -o conftest -mavx -flax-vector-conversions -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.cpp -lpthread >&5
|
|
820
391
|
ld: warning: -ld_classic is deprecated and will be removed in a future release
|
|
821
392
|
configure:7867: $? = 0
|
|
822
393
|
configure:7877: result: yes
|
|
823
394
|
configure:7884: checking for _mm_max_epu8
|
|
824
|
-
configure:7901: g++ -std=gnu++
|
|
395
|
+
configure:7901: g++ -std=gnu++17 -o conftest -mavx -flax-vector-conversions -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.cpp -lpthread >&5
|
|
825
396
|
ld: warning: -ld_classic is deprecated and will be removed in a future release
|
|
826
397
|
configure:7901: $? = 0
|
|
827
398
|
configure:7911: result: yes
|
|
828
399
|
configure:7918: checking for _mm_min_epi8
|
|
829
|
-
configure:7935: g++ -std=gnu++
|
|
400
|
+
configure:7935: g++ -std=gnu++17 -o conftest -mavx -flax-vector-conversions -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.cpp -lpthread >&5
|
|
830
401
|
ld: warning: -ld_classic is deprecated and will be removed in a future release
|
|
831
402
|
configure:7935: $? = 0
|
|
832
403
|
configure:7945: result: yes
|
|
833
404
|
configure:7952: checking for _mm_min_epu8
|
|
834
|
-
configure:7969: g++ -std=gnu++
|
|
405
|
+
configure:7969: g++ -std=gnu++17 -o conftest -mavx -flax-vector-conversions -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.cpp -lpthread >&5
|
|
835
406
|
ld: warning: -ld_classic is deprecated and will be removed in a future release
|
|
836
407
|
configure:7969: $? = 0
|
|
837
408
|
configure:7979: result: yes
|
|
838
409
|
configure:7986: checking for _mm_movemask_epi8
|
|
839
|
-
configure:8003: g++ -std=gnu++
|
|
410
|
+
configure:8003: g++ -std=gnu++17 -o conftest -mavx -flax-vector-conversions -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.cpp -lpthread >&5
|
|
840
411
|
ld: warning: -ld_classic is deprecated and will be removed in a future release
|
|
841
412
|
configure:8003: $? = 0
|
|
842
413
|
configure:8013: result: yes
|
|
843
414
|
configure:8020: checking for _mm_popcnt_u32
|
|
844
|
-
configure:8037: g++ -std=gnu++
|
|
415
|
+
configure:8037: g++ -std=gnu++17 -o conftest -mavx -flax-vector-conversions -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.cpp -lpthread >&5
|
|
845
416
|
ld: warning: -ld_classic is deprecated and will be removed in a future release
|
|
846
417
|
configure:8037: $? = 0
|
|
847
418
|
configure:8047: result: yes
|
|
848
419
|
configure:8054: checking for _mm_set_epi64x
|
|
849
|
-
configure:8071: g++ -std=gnu++
|
|
420
|
+
configure:8071: g++ -std=gnu++17 -o conftest -mavx -flax-vector-conversions -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.cpp -lpthread >&5
|
|
850
421
|
ld: warning: -ld_classic is deprecated and will be removed in a future release
|
|
851
422
|
configure:8071: $? = 0
|
|
852
423
|
configure:8081: result: yes
|
|
853
424
|
configure:8088: checking for _mm_shuffle_epi8
|
|
854
|
-
configure:8105: g++ -std=gnu++
|
|
425
|
+
configure:8105: g++ -std=gnu++17 -o conftest -mavx -flax-vector-conversions -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.cpp -lpthread >&5
|
|
855
426
|
ld: warning: -ld_classic is deprecated and will be removed in a future release
|
|
856
427
|
configure:8105: $? = 0
|
|
857
428
|
configure:8115: result: yes
|
|
858
429
|
configure:8122: checking for _mm_slli_epi32
|
|
859
|
-
configure:8139: g++ -std=gnu++
|
|
430
|
+
configure:8139: g++ -std=gnu++17 -o conftest -mavx -flax-vector-conversions -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names conftest.cpp -lpthread >&5
|
|
860
431
|
ld: warning: -ld_classic is deprecated and will be removed in a future release
|
|
861
432
|
configure:8139: $? = 0
|
|
862
433
|
configure:8149: result: yes
|
|
863
434
|
configure:8179: checking for HPCOMBI_CONSTEXPR_FUN_ARGS
|
|
864
|
-
configure:8195: g++ -std=gnu++
|
|
435
|
+
configure:8195: g++ -std=gnu++17 -c -g -O2 conftest.cpp >&5
|
|
865
436
|
configure:8195: $? = 0
|
|
866
437
|
configure:8204: result: yes
|
|
867
438
|
configure:8336: creating ./config.status
|
|
@@ -879,7 +450,7 @@ generated by GNU Autoconf 2.72. Invocation command line was
|
|
|
879
450
|
CONFIG_COMMANDS =
|
|
880
451
|
$ ./config.status
|
|
881
452
|
|
|
882
|
-
on Mac-
|
|
453
|
+
on Mac-1760583795755.local
|
|
883
454
|
|
|
884
455
|
config.status:848: creating GNUmakefile
|
|
885
456
|
config.status:848: creating gen/pkgconfig.h
|
|
@@ -906,9 +477,9 @@ ac_cv_env_CPP_value=
|
|
|
906
477
|
ac_cv_env_CXXFLAGS_set=set
|
|
907
478
|
ac_cv_env_CXXFLAGS_value='-g -O2'
|
|
908
479
|
ac_cv_env_CXX_set=set
|
|
909
|
-
ac_cv_env_CXX_value='g++ -std=gnu++
|
|
480
|
+
ac_cv_env_CXX_value='g++ -std=gnu++17'
|
|
910
481
|
ac_cv_env_LDFLAGS_set=set
|
|
911
|
-
ac_cv_env_LDFLAGS_value='-L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names '
|
|
482
|
+
ac_cv_env_LDFLAGS_value='-L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names '
|
|
912
483
|
ac_cv_env_LIBSEMIGROUPS_CFLAGS_set=
|
|
913
484
|
ac_cv_env_LIBSEMIGROUPS_CFLAGS_value=
|
|
914
485
|
ac_cv_env_LIBSEMIGROUPS_LIBS_set=
|
|
@@ -961,8 +532,7 @@ ax_cv_PTHREAD_PRIO_INHERIT=yes
|
|
|
961
532
|
ax_cv_PTHREAD_SPECIAL_FLAGS=no
|
|
962
533
|
ax_cv_check_cxxflags___flax_vector_conversions=yes
|
|
963
534
|
ax_cv_check_cxxflags___mavx=yes
|
|
964
|
-
ax_cv_cxx_compile_cxx14=
|
|
965
|
-
ax_cv_cxx_compile_cxx14__std_gnupp14=yes
|
|
535
|
+
ax_cv_cxx_compile_cxx14=yes
|
|
966
536
|
pkg_cv_LIBSEMIGROUPS_CFLAGS=
|
|
967
537
|
pkg_cv_LIBSEMIGROUPS_LIBS=-lsemigroups
|
|
968
538
|
pkg_cv_LIBSEMIGROUPS_RPATH=/Users/runner/sage-local/lib
|
|
@@ -976,7 +546,7 @@ CC='gcc'
|
|
|
976
546
|
CFLAGS='-g -O2'
|
|
977
547
|
CPP='gcc -E'
|
|
978
548
|
CPPFLAGS=''
|
|
979
|
-
CXX='g++ -std=gnu++
|
|
549
|
+
CXX='g++ -std=gnu++17'
|
|
980
550
|
CXXFLAGS='-g -O2'
|
|
981
551
|
DEFS='-DHAVE_CONFIG_H'
|
|
982
552
|
ECHO_C='\c'
|
|
@@ -992,7 +562,7 @@ HAVE_CXX14='1'
|
|
|
992
562
|
HPCOMBI_CONSTEXPR_FUN_ARGS='yes'
|
|
993
563
|
HPCOMBI_CXXFLAGS='-mavx -flax-vector-conversions'
|
|
994
564
|
KERNEL_DEBUG='no'
|
|
995
|
-
LDFLAGS='-L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names '
|
|
565
|
+
LDFLAGS='-L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names '
|
|
996
566
|
LIBOBJS=''
|
|
997
567
|
LIBS='-lpthread '
|
|
998
568
|
LIBSEMIGROUPS_CFLAGS=''
|
|
@@ -1013,7 +583,7 @@ PKG_CONFIG_LIBDIR=''
|
|
|
1013
583
|
PKG_CONFIG_PATH='/Users/runner/sage-local/lib/pkgconfig:/Users/runner/sage-local/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:/usr/local/opt/readline/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:/usr/local/lib/pkgconfig:/Users/runner/work/passagemath/passagemath/prefix/lib/pkgconfig:'
|
|
1014
584
|
PTHREAD_CC='gcc'
|
|
1015
585
|
PTHREAD_CFLAGS='-pthread'
|
|
1016
|
-
PTHREAD_CXX='g++ -std=gnu++
|
|
586
|
+
PTHREAD_CXX='g++ -std=gnu++17'
|
|
1017
587
|
PTHREAD_LIBS='-lpthread'
|
|
1018
588
|
SED='/usr/bin/sed'
|
|
1019
589
|
SHELL='/bin/bash'
|
|
@@ -1101,7 +671,7 @@ generated by GNU Autoconf 2.72. Invocation command line was
|
|
|
1101
671
|
CONFIG_COMMANDS =
|
|
1102
672
|
$ ./config.status gen/pkgconfig.h
|
|
1103
673
|
|
|
1104
|
-
on Mac-
|
|
674
|
+
on Mac-1760583795755.local
|
|
1105
675
|
|
|
1106
676
|
config.status:848: creating gen/pkgconfig.h
|
|
1107
677
|
config.status:1018: gen/pkgconfig.h is unchanged
|
gap/pkg/semigroups/config.status
CHANGED
|
@@ -423,7 +423,7 @@ $config_commands
|
|
|
423
423
|
|
|
424
424
|
Report bugs to the package provider."
|
|
425
425
|
|
|
426
|
-
ac_cs_config='--prefix=/Users/runner/sage-local --libdir=/Users/runner/sage-local/lib --disable-static --disable-maintainer-mode --disable-dependency-tracking --with-gaproot=/Users/runner/sage-local/lib/gap/ --with-external-libsemigroups '\''CXX=g++ -std=gnu++
|
|
426
|
+
ac_cs_config='--prefix=/Users/runner/sage-local --libdir=/Users/runner/sage-local/lib --disable-static --disable-maintainer-mode --disable-dependency-tracking --with-gaproot=/Users/runner/sage-local/lib/gap/ --with-external-libsemigroups '\''CXX=g++ -std=gnu++17'\'' '\''CXXFLAGS=-g -O2'\'' '\''LDFLAGS=-L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names '\'' CC=gcc '\''CFLAGS=-g -O2'\'' PKG_CONFIG_PATH=/Users/runner/sage-local/lib/pkgconfig:/Users/runner/sage-local/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:/usr/local/opt/readline/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:/usr/local/lib/pkgconfig:/Users/runner/work/passagemath/passagemath/prefix/lib/pkgconfig:'
|
|
427
427
|
ac_cs_version="\
|
|
428
428
|
semigroups config.status GAP package
|
|
429
429
|
configured by ./configure, generated by GNU Autoconf 2.72,
|
|
@@ -513,7 +513,7 @@ if $ac_cs_silent; then
|
|
|
513
513
|
fi
|
|
514
514
|
|
|
515
515
|
if $ac_cs_recheck; then
|
|
516
|
-
set X /bin/bash './configure' '--prefix=/Users/runner/sage-local' '--libdir=/Users/runner/sage-local/lib' '--disable-static' '--disable-maintainer-mode' '--disable-dependency-tracking' '--with-gaproot=/Users/runner/sage-local/lib/gap/' '--with-external-libsemigroups' 'CXX=g++ -std=gnu++
|
|
516
|
+
set X /bin/bash './configure' '--prefix=/Users/runner/sage-local' '--libdir=/Users/runner/sage-local/lib' '--disable-static' '--disable-maintainer-mode' '--disable-dependency-tracking' '--with-gaproot=/Users/runner/sage-local/lib/gap/' '--with-external-libsemigroups' 'CXX=g++ -std=gnu++17' 'CXXFLAGS=-g -O2' 'LDFLAGS=-L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names ' 'CC=gcc' 'CFLAGS=-g -O2' 'PKG_CONFIG_PATH=/Users/runner/sage-local/lib/pkgconfig:/Users/runner/sage-local/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:/usr/local/opt/readline/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:/usr/local/lib/pkgconfig:/Users/runner/work/passagemath/passagemath/prefix/lib/pkgconfig:' $ac_configure_extra_args --no-create --no-recursion
|
|
517
517
|
shift
|
|
518
518
|
\printf "%s\n" "running CONFIG_SHELL=/bin/bash $*" >&6
|
|
519
519
|
CONFIG_SHELL='/bin/bash'
|
|
@@ -627,7 +627,7 @@ S["PKG_CONFIG"]="/usr/local/bin/pkg-config"
|
|
|
627
627
|
S["SYS_IS_CYGWIN"]=""
|
|
628
628
|
S["PTHREAD_CFLAGS"]="-pthread"
|
|
629
629
|
S["PTHREAD_LIBS"]="-lpthread"
|
|
630
|
-
S["PTHREAD_CXX"]="g++ -std=gnu++
|
|
630
|
+
S["PTHREAD_CXX"]="g++ -std=gnu++17"
|
|
631
631
|
S["PTHREAD_CC"]="gcc"
|
|
632
632
|
S["ax_pthread_config"]=""
|
|
633
633
|
S["CPP"]="gcc -E"
|
|
@@ -653,9 +653,9 @@ S["OBJEXT"]="o"
|
|
|
653
653
|
S["EXEEXT"]=""
|
|
654
654
|
S["ac_ct_CXX"]=""
|
|
655
655
|
S["CPPFLAGS"]=""
|
|
656
|
-
S["LDFLAGS"]="-L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names "
|
|
656
|
+
S["LDFLAGS"]="-L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names "
|
|
657
657
|
S["CXXFLAGS"]="-g -O2"
|
|
658
|
-
S["CXX"]="g++ -std=gnu++
|
|
658
|
+
S["CXX"]="g++ -std=gnu++17"
|
|
659
659
|
S["target_alias"]=""
|
|
660
660
|
S["host_alias"]=""
|
|
661
661
|
S["build_alias"]=""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-gap-pkg-semigroups
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.31rc1
|
|
4
4
|
Summary: passagemath: Computational Group Theory with GAP: semigroups package
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
@@ -28,7 +28,7 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
|
28
28
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
29
29
|
Requires-Python: <3.14,>=3.10
|
|
30
30
|
Description-Content-Type: text/x-rst
|
|
31
|
-
Requires-Dist: passagemath-environment
|
|
31
|
+
Requires-Dist: passagemath-environment==10.6.31rc1
|
|
32
32
|
|
|
33
33
|
======================================================================
|
|
34
34
|
passagemath: Computational Group Theory with GAP: semigroups package
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-gap-pkg-semigroups
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.31rc1
|
|
4
4
|
Summary: passagemath: Computational Group Theory with GAP: semigroups package
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
@@ -28,8 +28,8 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
|
28
28
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
29
29
|
Requires-Python: <3.14,>=3.10
|
|
30
30
|
Description-Content-Type: text/x-rst
|
|
31
|
-
Requires-Dist: passagemath-conf
|
|
32
|
-
Requires-Dist: passagemath-environment
|
|
31
|
+
Requires-Dist: passagemath-conf==10.6.31rc1; sys_platform != "win32"
|
|
32
|
+
Requires-Dist: passagemath-environment==10.6.31rc1
|
|
33
33
|
|
|
34
34
|
======================================================================
|
|
35
35
|
passagemath: Computational Group Theory with GAP: semigroups package
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
passagemath_gap_pkg_semigroups-10.6.
|
|
2
|
-
passagemath_gap_pkg_semigroups-10.6.
|
|
3
|
-
passagemath_gap_pkg_semigroups-10.6.
|
|
4
|
-
passagemath_gap_pkg_semigroups-10.6.
|
|
5
|
-
passagemath_gap_pkg_semigroups-10.6.
|
|
1
|
+
passagemath_gap_pkg_semigroups-10.6.31rc1.dist-info/RECORD,,
|
|
2
|
+
passagemath_gap_pkg_semigroups-10.6.31rc1.dist-info/METADATA.bak,sha256=TVJtgW04qp-tYEZwf2SjFkvJwhI-c50eVrQ8anC_QNU,4403
|
|
3
|
+
passagemath_gap_pkg_semigroups-10.6.31rc1.dist-info/WHEEL,sha256=UCKNBVIKYQJ0QgnMqnqug3WdJ9Ve54rnuICNOtwZyag,136
|
|
4
|
+
passagemath_gap_pkg_semigroups-10.6.31rc1.dist-info/top_level.txt,sha256=hibFyzQHiLOMK68qL1OWsNKaXOmSXqZjeLTBem6Yy7I,5
|
|
5
|
+
passagemath_gap_pkg_semigroups-10.6.31rc1.dist-info/METADATA,sha256=Ii1U9wiLoXqp5MU5sVDVLeJhSxUGk089XziYSTT9IuE,4334
|
|
6
6
|
gap/pkg/semigroups/GNUmakefile,sha256=5TkJmX-T6XH8Y0xYAbWjdjDlmj32cBb6bC_z3vmRYNc,3429
|
|
7
7
|
gap/pkg/semigroups/release.toml,sha256=wbMU9i5rw7wWEftB54aVtP-EmOOZfG2Dfn2CbRD0Mmw,262
|
|
8
8
|
gap/pkg/semigroups/PackageInfo.g,sha256=MOFX5agOzKcd9HEldOt5GrH2XE6UFMVgr8o2YW2Sas8,17598
|
|
@@ -16,19 +16,19 @@ gap/pkg/semigroups/Makefile,sha256=TcB-0TTdbCRQV4O5ifyMfIPJFZZqyGmoNjXOpEBDhTA,9
|
|
|
16
16
|
gap/pkg/semigroups/VERSIONS,sha256=SNyj99-BJNMl72uNhTOsR7k270ZwYl52h-O_LXXexdo,3104
|
|
17
17
|
gap/pkg/semigroups/config.guess,sha256=7CV3YUJSMm-InfHel7mkV8A6mpSBEEhWPCEaRElti6M,50622
|
|
18
18
|
gap/pkg/semigroups/README.md,sha256=cpx4QC9X7L97x7sleDHbOo0B34hhsL1FeKIUMiYBqr0,3887
|
|
19
|
-
gap/pkg/semigroups/config.status,sha256=
|
|
19
|
+
gap/pkg/semigroups/config.status,sha256=8R36O3vlhSrIPhoALuvdxseKeLXq30gSRSDx4NRZhCU,35129
|
|
20
20
|
gap/pkg/semigroups/config.sub,sha256=Rlxf5nx9NrcugIgScWRF1NONS5RzTKjTaoY50SMjh4s,36482
|
|
21
21
|
gap/pkg/semigroups/makedoc.g,sha256=6pN3asGvdvpOA7s47jv9NOtTZXVKApJ4AEfCKosUOyg,4681
|
|
22
22
|
gap/pkg/semigroups/CONTRIBUTING.md,sha256=2hUIk9VLhbG2xqqD5c3puD1rskvCCYyU-1hby9sgSJc,4307
|
|
23
23
|
gap/pkg/semigroups/Makefile.gappkg,sha256=hSxYklIBlP2YUUKgdSfYl79VwIx5v3R0_-VUmyVup80,7716
|
|
24
24
|
gap/pkg/semigroups/GPL,sha256=5gNxBEQ_mngpsqp8U3DQeJp72jymWguQTNwMLihdkZU,35150
|
|
25
25
|
gap/pkg/semigroups/prerequisites.sh,sha256=u0gk33S1ubJV0WKETK8fjk8-QDo-pwYyulh--Mc9PAA,2150
|
|
26
|
-
gap/pkg/semigroups/config.log,sha256=
|
|
26
|
+
gap/pkg/semigroups/config.log,sha256=sZIglbyqd7NU6KFNqOpee2hyu-1BqtYBk8ulqRGewxo,29906
|
|
27
27
|
gap/pkg/semigroups/init.g,sha256=thARuu9tun90JL9ZEYFg0gSt9jcvD2Q3p-Vq4Gn49X4,6152
|
|
28
28
|
gap/pkg/semigroups/aclocal.m4,sha256=tj8821rZl9yykZxXly1TrtvChnPFJnMAhdQs7FHxD3U,14193
|
|
29
29
|
gap/pkg/semigroups/read.g,sha256=--CyxoeqhTlv_s6lS6Ap_DmYH5hsuWa3mis57-JV70Y,4944
|
|
30
30
|
gap/pkg/semigroups/autogen.sh,sha256=LMq6hw6rjWGi8nh2OMMlDCmKalPZNuNL8fnZ0MqmgqY,988
|
|
31
|
-
gap/pkg/semigroups/bin/x86_64-apple-darwin24-default64-kv10/semigroups.so,sha256=
|
|
31
|
+
gap/pkg/semigroups/bin/x86_64-apple-darwin24-default64-kv10/semigroups.so,sha256=cqQHYT0-AD-WpEaaJ82scRuQLnVl5MSdnJfA7K7kbAE,102793552
|
|
32
32
|
gap/pkg/semigroups/gap/obsolete.gi,sha256=3LgaJfyjabeC1LTBCxsPsQywb1HOoAgH8-bM91vwgE8,516
|
|
33
33
|
gap/pkg/semigroups/gap/options.g,sha256=xc5_oikcxejWyJ04vOrgDMnEyfGR-LLde9a0k-lpBL8,1727
|
|
34
34
|
gap/pkg/semigroups/gap/obsolete.gd,sha256=SzIU8HC7bQMZB-AVJBrOp5o1DgHe7cEHIFPO8cmRWlo,334
|
|
@@ -348,7 +348,7 @@ gap/pkg/semigroups/gapbind14/include/gapbind14/to_gap.hpp,sha256=EGQt5g4N2WtULuS
|
|
|
348
348
|
gap/pkg/semigroups/gapbind14/include/gapbind14/gap_include.hpp,sha256=R665qiX-CRlY74QTJYM8aFbDln9SOqQrtoqT-8Af9NU,888
|
|
349
349
|
gap/pkg/semigroups/gapbind14/src/.clang-format,sha256=G1GrotsrH9T0u1j5zwS_G3eUUqQUYFuyRKZ-s112tdE,3128
|
|
350
350
|
gap/pkg/semigroups/gapbind14/src/gapbind14.cpp,sha256=sym6yssG_UBfJhI71FzA-_No3CJr9VoYPcp2_e5IRb0,10410
|
|
351
|
-
passagemath_gap_pkg_semigroups.dylibs/libsemigroups.2.dylib,sha256=
|
|
351
|
+
passagemath_gap_pkg_semigroups.dylibs/libsemigroups.2.dylib,sha256=6S19wEtr85gFNr75Z4pV1t7C8CI1Kyd6rj97vluL5k0,1776336
|
|
352
352
|
sage/all__sagemath_gap_pkg_semigroups.py,sha256=G8mHGYX6DlCGhntqJvmRh-lB-iOMWQQjTeKAoFYP1MU,57
|
|
353
|
-
sage/libs/gap_pkg_semigroups.abi3.so,sha256=
|
|
353
|
+
sage/libs/gap_pkg_semigroups.abi3.so,sha256=0wt00lY84we49E2-8Q-qN8HbWnsxpi22taX4MmLqnaI,21904
|
|
354
354
|
sage/libs/all__sagemath_gap_pkg_semigroups.py,sha256=G8mHGYX6DlCGhntqJvmRh-lB-iOMWQQjTeKAoFYP1MU,57
|
|
Binary file
|
|
Binary file
|
|
File without changes
|