passagemath-gap-pkg-normalizinterface 10.6.23__cp312-cp312-musllinux_1_2_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-normalizinterface might be problematic. Click here for more details.

Files changed (63) hide show
  1. gap/pkg/normalizinterface/CHANGES +102 -0
  2. gap/pkg/normalizinterface/LICENSE +351 -0
  3. gap/pkg/normalizinterface/Makefile +19 -0
  4. gap/pkg/normalizinterface/Makefile.gappkg +220 -0
  5. gap/pkg/normalizinterface/Makefile.in +19 -0
  6. gap/pkg/normalizinterface/PackageInfo.g +122 -0
  7. gap/pkg/normalizinterface/README.md +96 -0
  8. gap/pkg/normalizinterface/autogen.sh +5 -0
  9. gap/pkg/normalizinterface/bin/x86_64-pc-linux-musl-default64-kv9/NormalizInterface.so +0 -0
  10. gap/pkg/normalizinterface/config.log +324 -0
  11. gap/pkg/normalizinterface/config.status +898 -0
  12. gap/pkg/normalizinterface/configure +5163 -0
  13. gap/pkg/normalizinterface/configure.ac +115 -0
  14. gap/pkg/normalizinterface/etc/download.sh +85 -0
  15. gap/pkg/normalizinterface/etc/generate_cone_property_wrappers.g +380 -0
  16. gap/pkg/normalizinterface/examples/5x5.g +22 -0
  17. gap/pkg/normalizinterface/examples/demo.g +53 -0
  18. gap/pkg/normalizinterface/examples/docs.g +43 -0
  19. gap/pkg/normalizinterface/examples/dual_mode.g +26 -0
  20. gap/pkg/normalizinterface/examples/magic_square.g +36 -0
  21. gap/pkg/normalizinterface/init.g +7 -0
  22. gap/pkg/normalizinterface/lib/cone_property_wrappers.gd +682 -0
  23. gap/pkg/normalizinterface/lib/cone_property_wrappers.gi +132 -0
  24. gap/pkg/normalizinterface/lib/normaliz.gd +158 -0
  25. gap/pkg/normalizinterface/lib/normaliz.gi +153 -0
  26. gap/pkg/normalizinterface/makedoc.g +13 -0
  27. gap/pkg/normalizinterface/read.g +3 -0
  28. gap/pkg/normalizinterface/tst/InhomIneq.tst +20 -0
  29. gap/pkg/normalizinterface/tst/bugfix.tst +37 -0
  30. gap/pkg/normalizinterface/tst/conversion.tst +87 -0
  31. gap/pkg/normalizinterface/tst/cube-incidence.tst +62 -0
  32. gap/pkg/normalizinterface/tst/descent.tst +173 -0
  33. gap/pkg/normalizinterface/tst/dual.tst +533 -0
  34. gap/pkg/normalizinterface/tst/fractions.tst +29 -0
  35. gap/pkg/normalizinterface/tst/gorenstein.tst +22 -0
  36. gap/pkg/normalizinterface/tst/lattice_ideal.tst +147 -0
  37. gap/pkg/normalizinterface/tst/normalizinterface01.tst +46 -0
  38. gap/pkg/normalizinterface/tst/normalizinterface02.tst +107 -0
  39. gap/pkg/normalizinterface/tst/project.tst +136 -0
  40. gap/pkg/normalizinterface/tst/rational.tst +151 -0
  41. gap/pkg/normalizinterface/tst/rees.tst +544 -0
  42. gap/pkg/normalizinterface/tst/rp2poly.tst +351 -0
  43. gap/pkg/normalizinterface/tst/rproj2.tst +548 -0
  44. gap/pkg/normalizinterface/tst/testall.g +3 -0
  45. gap/pkg/normalizinterface/tst/verticesfloat.tst +11 -0
  46. passagemath_gap_pkg_normalizinterface-10.6.23.dist-info/METADATA +92 -0
  47. passagemath_gap_pkg_normalizinterface-10.6.23.dist-info/METADATA.bak +93 -0
  48. passagemath_gap_pkg_normalizinterface-10.6.23.dist-info/RECORD +63 -0
  49. passagemath_gap_pkg_normalizinterface-10.6.23.dist-info/WHEEL +5 -0
  50. passagemath_gap_pkg_normalizinterface-10.6.23.dist-info/top_level.txt +1 -0
  51. passagemath_gap_pkg_normalizinterface.libs/libeantic-b93a8ccf.so.3.1.0 +0 -0
  52. passagemath_gap_pkg_normalizinterface.libs/libeanticxx-970d5253.so.3.1.0 +0 -0
  53. passagemath_gap_pkg_normalizinterface.libs/libflint-fd6f12fc.so.21.0.0 +0 -0
  54. passagemath_gap_pkg_normalizinterface.libs/libgcc_s-0cd532bd.so.1 +0 -0
  55. passagemath_gap_pkg_normalizinterface.libs/libgmp-0e7fc84e.so.10.5.0 +0 -0
  56. passagemath_gap_pkg_normalizinterface.libs/libgmpxx-711ae42c.so.4.7.0 +0 -0
  57. passagemath_gap_pkg_normalizinterface.libs/libgomp-8949ffbe.so.1.0.0 +0 -0
  58. passagemath_gap_pkg_normalizinterface.libs/libmpfr-aaecbfc0.so.6.2.1 +0 -0
  59. passagemath_gap_pkg_normalizinterface.libs/libnormaliz-f2a8e4c1.so.3.10.5 +0 -0
  60. passagemath_gap_pkg_normalizinterface.libs/libstdc++-5d72f927.so.6.0.33 +0 -0
  61. sage/all__sagemath_gap_pkg_normalizinterface.py +1 -0
  62. sage/libs/all__sagemath_gap_pkg_normalizinterface.py +1 -0
  63. sage/libs/gap_pkg_normalizinterface.cpython-312-x86_64-linux-musl.so +0 -0
@@ -0,0 +1,324 @@
1
+ This file contains any messages produced by compilers while
2
+ running configure, to aid debugging if configure makes a mistake.
3
+
4
+ It was created by NormalizInterface configure package, which was
5
+ generated by GNU Autoconf 2.72. Invocation command line was
6
+
7
+ $ ./configure --with-gaproot=/host/sage-musllinux_1_2_x86_64/lib/gap/
8
+
9
+ ## --------- ##
10
+ ## Platform. ##
11
+ ## --------- ##
12
+
13
+ hostname = 1f89389fd4a9
14
+ uname -m = x86_64
15
+ uname -r = 6.11.0-1018-azure
16
+ uname -s = Linux
17
+ uname -v = #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025
18
+
19
+ /usr/bin/uname -p = unknown
20
+ /bin/uname -X = unknown
21
+
22
+ /bin/arch = x86_64
23
+ /usr/bin/arch -k = unknown
24
+ /usr/convex/getsysinfo = unknown
25
+ /usr/bin/hostinfo = unknown
26
+ /bin/machine = unknown
27
+ /usr/bin/oslevel = unknown
28
+ /bin/universe = unknown
29
+
30
+ PATH: /host/sage-musllinux_1_2_x86_64/libexec/ccache/
31
+ PATH: /project/build/bin/
32
+ PATH: /project/tools/
33
+ PATH: /host/sage-musllinux_1_2_x86_64/var/lib/sage/venv-python3.9/bin/
34
+ PATH: /host/sage-musllinux_1_2_x86_64/bin/
35
+ PATH: /host/sage-musllinux_1_2_x86_64/libexec/ccache/
36
+ PATH: /project/build/bin/
37
+ PATH: /project/tools/
38
+ PATH: /host/sage-musllinux_1_2_x86_64/bin/
39
+ PATH: /project/src/bin/
40
+ PATH: /host/sage-musllinux_1_2_x86_64/bin/
41
+ PATH: /project/build/bin/
42
+ PATH: /project/src/bin/
43
+ PATH: /host/sage-musllinux_1_2_x86_64/bin/
44
+ PATH: /project/prefix/bin/
45
+ PATH: /opt/python/cp39-cp39/bin/
46
+ PATH: /usr/local/sbin/
47
+ PATH: /usr/local/bin/
48
+ PATH: /usr/sbin/
49
+ PATH: /usr/bin/
50
+ PATH: /sbin/
51
+ PATH: /bin/
52
+
53
+
54
+ ## ----------- ##
55
+ ## Core tests. ##
56
+ ## ----------- ##
57
+
58
+ configure:2301: checking for C++ compiler version
59
+ configure:2310: g++ -std=gnu++11 --version >&5
60
+ g++ (Alpine 14.2.0) 14.2.0
61
+ Copyright (C) 2024 Free Software Foundation, Inc.
62
+ This is free software; see the source for copying conditions. There is NO
63
+ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
64
+
65
+ configure:2321: $? = 0
66
+ configure:2310: g++ -std=gnu++11 -v >&5
67
+ Using built-in specs.
68
+ COLLECT_GCC=/usr/bin/g++
69
+ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-alpine-linux-musl/14.2.0/lto-wrapper
70
+ Target: x86_64-alpine-linux-musl
71
+ Configured with: /home/buildozer/aports/main/gcc/src/gcc-14.2.0/configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --build=x86_64-alpine-linux-musl --host=x86_64-alpine-linux-musl --target=x86_64-alpine-linux-musl --enable-checking=release --disable-cet --disable-fixed-point --disable-libstdcxx-pch --disable-multilib --disable-nls --disable-werror --disable-symvers --enable-__cxa_atexit --enable-default-pie --enable-default-ssp --enable-languages=c,c++,d,objc,go,fortran,ada --enable-link-serialization=2 --enable-linker-build-id --disable-libssp --disable-libsanitizer --enable-shared --enable-threads --enable-tls --with-bugurl=https://gitlab.alpinelinux.org/alpine/aports/-/issues --with-system-zlib --with-linker-hash-style=gnu --with-pkgversion='Alpine 14.2.0'
72
+ Thread model: posix
73
+ Supported LTO compression algorithms: zlib
74
+ gcc version 14.2.0 (Alpine 14.2.0)
75
+ configure:2321: $? = 0
76
+ configure:2310: g++ -std=gnu++11 -V >&5
77
+ g++: error: unrecognized command-line option '-V'
78
+ g++: fatal error: no input files
79
+ compilation terminated.
80
+ configure:2321: $? = 1
81
+ configure:2310: g++ -std=gnu++11 -qversion >&5
82
+ g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
83
+ g++: fatal error: no input files
84
+ compilation terminated.
85
+ configure:2321: $? = 1
86
+ configure:2341: checking whether the C++ compiler works
87
+ configure:2363: g++ -std=gnu++11 -g -O2 -Wl,-rpath-link,/host/sage-musllinux_1_2_x86_64/lib -L/host/sage-musllinux_1_2_x86_64/lib -Wl,-rpath,/host/sage-musllinux_1_2_x86_64/lib -Wl,-rpath-link,/host/sage-musllinux_1_2_x86_64/lib -L/host/sage-musllinux_1_2_x86_64/lib -Wl,-rpath,/host/sage-musllinux_1_2_x86_64/lib conftest.cpp >&5
88
+ configure:2367: $? = 0
89
+ configure:2418: result: yes
90
+ configure:2422: checking for C++ compiler default output file name
91
+ configure:2424: result: a.out
92
+ configure:2430: checking for suffix of executables
93
+ configure:2437: g++ -std=gnu++11 -o conftest -g -O2 -Wl,-rpath-link,/host/sage-musllinux_1_2_x86_64/lib -L/host/sage-musllinux_1_2_x86_64/lib -Wl,-rpath,/host/sage-musllinux_1_2_x86_64/lib -Wl,-rpath-link,/host/sage-musllinux_1_2_x86_64/lib -L/host/sage-musllinux_1_2_x86_64/lib -Wl,-rpath,/host/sage-musllinux_1_2_x86_64/lib conftest.cpp >&5
94
+ configure:2441: $? = 0
95
+ configure:2465: result:
96
+ configure:2489: checking whether we are cross compiling
97
+ configure:2497: g++ -std=gnu++11 -o conftest -g -O2 -Wl,-rpath-link,/host/sage-musllinux_1_2_x86_64/lib -L/host/sage-musllinux_1_2_x86_64/lib -Wl,-rpath,/host/sage-musllinux_1_2_x86_64/lib -Wl,-rpath-link,/host/sage-musllinux_1_2_x86_64/lib -L/host/sage-musllinux_1_2_x86_64/lib -Wl,-rpath,/host/sage-musllinux_1_2_x86_64/lib conftest.cpp >&5
98
+ configure:2501: $? = 0
99
+ configure:2508: ./conftest
100
+ configure:2512: $? = 0
101
+ configure:2527: result: no
102
+ configure:2533: checking for suffix of object files
103
+ configure:2556: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5
104
+ configure:2560: $? = 0
105
+ configure:2584: result: o
106
+ configure:2588: checking whether the compiler supports GNU C++
107
+ configure:2608: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5
108
+ configure:2608: $? = 0
109
+ configure:2620: result: yes
110
+ configure:2631: checking whether g++ -std=gnu++11 accepts -g
111
+ configure:2652: g++ -std=gnu++11 -c -g conftest.cpp >&5
112
+ configure:2652: $? = 0
113
+ configure:2699: result: yes
114
+ configure:2719: checking for g++ -std=gnu++11 option to enable C++11 features
115
+ configure:2734: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5
116
+ conftest.cpp: In function 'int main(int, char**)':
117
+ conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse]
118
+ 175 | cxx11test::delegate d2();
119
+ | ^~
120
+ conftest.cpp:175:25: note: remove parentheses to default-initialize a variable
121
+ 175 | cxx11test::delegate d2();
122
+ | ^~
123
+ | --
124
+ conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable
125
+ configure:2734: $? = 0
126
+ configure:2753: result: none needed
127
+ configure:2842: checking whether g++ -std=gnu++11 supports C++14 features with -std=gnu++14
128
+ configure:3261: g++ -std=gnu++11 -std=gnu++14 -c -g -O2 conftest.cpp >&5
129
+ configure:3261: $? = 0
130
+ configure:3273: result: yes
131
+ configure:3777: checking for GAP root directory
132
+ configure:3794: result: /host/sage-musllinux_1_2_x86_64/lib/gap
133
+ configure:3818: checking for GAP architecture
134
+ configure:3825: result: x86_64-pc-linux-musl-default64-kv9
135
+ configure:3878: checking for GMP
136
+ configure:3941: checking for stdio.h
137
+ configure:3941: g++ -std=gnu++11 -std=gnu++14 -c -g -O2 -I/host/sage-musllinux_1_2_x86_64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/include conftest.cpp >&5
138
+ configure:3941: $? = 0
139
+ configure:3941: result: yes
140
+ configure:3941: checking for stdlib.h
141
+ configure:3941: g++ -std=gnu++11 -std=gnu++14 -c -g -O2 -I/host/sage-musllinux_1_2_x86_64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/include conftest.cpp >&5
142
+ configure:3941: $? = 0
143
+ configure:3941: result: yes
144
+ configure:3941: checking for string.h
145
+ configure:3941: g++ -std=gnu++11 -std=gnu++14 -c -g -O2 -I/host/sage-musllinux_1_2_x86_64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/include conftest.cpp >&5
146
+ configure:3941: $? = 0
147
+ configure:3941: result: yes
148
+ configure:3941: checking for inttypes.h
149
+ configure:3941: g++ -std=gnu++11 -std=gnu++14 -c -g -O2 -I/host/sage-musllinux_1_2_x86_64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/include conftest.cpp >&5
150
+ configure:3941: $? = 0
151
+ configure:3941: result: yes
152
+ configure:3941: checking for stdint.h
153
+ configure:3941: g++ -std=gnu++11 -std=gnu++14 -c -g -O2 -I/host/sage-musllinux_1_2_x86_64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/include conftest.cpp >&5
154
+ configure:3941: $? = 0
155
+ configure:3941: result: yes
156
+ configure:3941: checking for strings.h
157
+ configure:3941: g++ -std=gnu++11 -std=gnu++14 -c -g -O2 -I/host/sage-musllinux_1_2_x86_64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/include conftest.cpp >&5
158
+ configure:3941: $? = 0
159
+ configure:3941: result: yes
160
+ configure:3941: checking for sys/stat.h
161
+ configure:3941: g++ -std=gnu++11 -std=gnu++14 -c -g -O2 -I/host/sage-musllinux_1_2_x86_64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/include conftest.cpp >&5
162
+ configure:3941: $? = 0
163
+ configure:3941: result: yes
164
+ configure:3941: checking for sys/types.h
165
+ configure:3941: g++ -std=gnu++11 -std=gnu++14 -c -g -O2 -I/host/sage-musllinux_1_2_x86_64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/include conftest.cpp >&5
166
+ configure:3941: $? = 0
167
+ configure:3941: result: yes
168
+ configure:3941: checking for unistd.h
169
+ configure:3941: g++ -std=gnu++11 -std=gnu++14 -c -g -O2 -I/host/sage-musllinux_1_2_x86_64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/include conftest.cpp >&5
170
+ configure:3941: $? = 0
171
+ configure:3941: result: yes
172
+ configure:3966: checking for libnormaliz/cone.h
173
+ configure:3966: g++ -std=gnu++11 -std=gnu++14 -c -g -O2 -I/host/sage-musllinux_1_2_x86_64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/include conftest.cpp >&5
174
+ configure:3966: $? = 0
175
+ configure:3966: result: yes
176
+ configure:3976: checking for Normaliz >= 3.5.4
177
+ configure:3992: g++ -std=gnu++11 -std=gnu++14 -c -g -O2 -I/host/sage-musllinux_1_2_x86_64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/include conftest.cpp >&5
178
+ configure:3992: $? = 0
179
+ configure:4001: result: yes
180
+ configure:4159: creating ./config.status
181
+
182
+ ## ---------------------- ##
183
+ ## Running config.status. ##
184
+ ## ---------------------- ##
185
+
186
+ This file was extended by NormalizInterface config.status package, which was
187
+ generated by GNU Autoconf 2.72. Invocation command line was
188
+
189
+ CONFIG_FILES =
190
+ CONFIG_HEADERS =
191
+ CONFIG_LINKS =
192
+ CONFIG_COMMANDS =
193
+ $ ./config.status
194
+
195
+ on 1f89389fd4a9
196
+
197
+ config.status:731: creating Makefile
198
+
199
+ ## ---------------- ##
200
+ ## Cache variables. ##
201
+ ## ---------------- ##
202
+
203
+ ac_cv_cxx_compiler_gnu='yes'
204
+ ac_cv_env_CCC_set=''
205
+ ac_cv_env_CCC_value=''
206
+ ac_cv_env_CPPFLAGS_set=''
207
+ ac_cv_env_CPPFLAGS_value=''
208
+ ac_cv_env_CXXFLAGS_set='set'
209
+ ac_cv_env_CXXFLAGS_value='-g -O2'
210
+ ac_cv_env_CXX_set='set'
211
+ ac_cv_env_CXX_value='g++ -std=gnu++11'
212
+ ac_cv_env_LDFLAGS_set='set'
213
+ ac_cv_env_LDFLAGS_value='-Wl,-rpath-link,/host/sage-musllinux_1_2_x86_64/lib -L/host/sage-musllinux_1_2_x86_64/lib -Wl,-rpath,/host/sage-musllinux_1_2_x86_64/lib -Wl,-rpath-link,/host/sage-musllinux_1_2_x86_64/lib -L/host/sage-musllinux_1_2_x86_64/lib -Wl,-rpath,/host/sage-musllinux_1_2_x86_64/lib '
214
+ ac_cv_env_LIBS_set=''
215
+ ac_cv_env_LIBS_value=''
216
+ ac_cv_env_build_alias_set=''
217
+ ac_cv_env_build_alias_value=''
218
+ ac_cv_env_host_alias_set=''
219
+ ac_cv_env_host_alias_value=''
220
+ ac_cv_env_target_alias_set=''
221
+ ac_cv_env_target_alias_value=''
222
+ ac_cv_header_inttypes_h='yes'
223
+ ac_cv_header_libnormaliz_cone_h='yes'
224
+ ac_cv_header_stdint_h='yes'
225
+ ac_cv_header_stdio_h='yes'
226
+ ac_cv_header_stdlib_h='yes'
227
+ ac_cv_header_string_h='yes'
228
+ ac_cv_header_strings_h='yes'
229
+ ac_cv_header_sys_stat_h='yes'
230
+ ac_cv_header_sys_types_h='yes'
231
+ ac_cv_header_unistd_h='yes'
232
+ ac_cv_objext='o'
233
+ ac_cv_prog_cxx_cxx11=''
234
+ ac_cv_prog_cxx_g='yes'
235
+ ac_cv_prog_cxx_stdcxx=''
236
+ ax_cv_cxx_compile_cxx14__std_gnupp14='yes'
237
+
238
+ ## ----------------- ##
239
+ ## Output variables. ##
240
+ ## ----------------- ##
241
+
242
+ CPPFLAGS=''
243
+ CXX='g++ -std=gnu++11 -std=gnu++14'
244
+ CXXFLAGS='-g -O2'
245
+ DEFS='-DPACKAGE_NAME=\"NormalizInterface\" -DPACKAGE_TARNAME=\"NormalizInterface\" -DPACKAGE_VERSION=\"package\" -DPACKAGE_STRING=\"NormalizInterface\ package\" -DPACKAGE_BUGREPORT=\"https://github.com/gap-packages/NormalizInterface/issues\" -DPACKAGE_URL=\"https://gap-packages.github.io/NormalizInterface/\" -DHAVE_CXX14=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1'
246
+ ECHO_C=''
247
+ ECHO_N='-n'
248
+ ECHO_T=''
249
+ EXEEXT=''
250
+ GAPARCH='x86_64-pc-linux-musl-default64-kv9'
251
+ GAPROOT='/host/sage-musllinux_1_2_x86_64/lib/gap'
252
+ GAP_CFLAGS=' -pthread -g -O2'
253
+ GAP_CPPFLAGS='-I/host/sage-musllinux_1_2_x86_64/include/gap -I/host/sage-musllinux_1_2_x86_64/include -DUSE_GASMAN=1 -I/src'
254
+ GAP_LDFLAGS=''
255
+ GMP_CPPFLAGS=''
256
+ GMP_LDFLAGS=''
257
+ HAVE_CXX14='1'
258
+ LDFLAGS='-Wl,-rpath-link,/host/sage-musllinux_1_2_x86_64/lib -L/host/sage-musllinux_1_2_x86_64/lib -Wl,-rpath,/host/sage-musllinux_1_2_x86_64/lib -Wl,-rpath-link,/host/sage-musllinux_1_2_x86_64/lib -L/host/sage-musllinux_1_2_x86_64/lib -Wl,-rpath,/host/sage-musllinux_1_2_x86_64/lib '
259
+ LIBOBJS=''
260
+ LIBS=''
261
+ LTLIBOBJS=''
262
+ NORMALIZ_CPPFLAGS='-I/host/sage-musllinux_1_2_x86_64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/include'
263
+ NORMALIZ_LDFLAGS='-Wl,-rpath,/host/sage-musllinux_1_2_x86_64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/lib -L/host/sage-musllinux_1_2_x86_64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/lib'
264
+ OBJEXT='o'
265
+ PACKAGE_BUGREPORT='https://github.com/gap-packages/NormalizInterface/issues'
266
+ PACKAGE_NAME='NormalizInterface'
267
+ PACKAGE_STRING='NormalizInterface package'
268
+ PACKAGE_TARNAME='NormalizInterface'
269
+ PACKAGE_URL='https://gap-packages.github.io/NormalizInterface/'
270
+ PACKAGE_VERSION='package'
271
+ PATH_SEPARATOR=':'
272
+ SHELL='/bin/sh'
273
+ ac_ct_CXX=''
274
+ bindir='${exec_prefix}/bin'
275
+ build_alias=''
276
+ datadir='${datarootdir}'
277
+ datarootdir='${prefix}/share'
278
+ docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
279
+ dvidir='${docdir}'
280
+ exec_prefix='${prefix}'
281
+ host_alias=''
282
+ htmldir='${docdir}'
283
+ includedir='${prefix}/include'
284
+ infodir='${datarootdir}/info'
285
+ libdir='${exec_prefix}/lib'
286
+ libexecdir='${exec_prefix}/libexec'
287
+ localedir='${datarootdir}/locale'
288
+ localstatedir='${prefix}/var'
289
+ mandir='${datarootdir}/man'
290
+ oldincludedir='/usr/include'
291
+ pdfdir='${docdir}'
292
+ prefix='/usr/local'
293
+ program_transform_name='s,x,x,'
294
+ psdir='${docdir}'
295
+ runstatedir='${localstatedir}/run'
296
+ sbindir='${exec_prefix}/sbin'
297
+ sharedstatedir='${prefix}/com'
298
+ sysconfdir='${prefix}/etc'
299
+ target_alias=''
300
+
301
+ ## ----------- ##
302
+ ## confdefs.h. ##
303
+ ## ----------- ##
304
+
305
+ /* confdefs.h */
306
+ #define PACKAGE_NAME "NormalizInterface"
307
+ #define PACKAGE_TARNAME "NormalizInterface"
308
+ #define PACKAGE_VERSION "package"
309
+ #define PACKAGE_STRING "NormalizInterface package"
310
+ #define PACKAGE_BUGREPORT "https://github.com/gap-packages/NormalizInterface/issues"
311
+ #define PACKAGE_URL "https://gap-packages.github.io/NormalizInterface/"
312
+ #define HAVE_CXX14 1
313
+ #define HAVE_STDIO_H 1
314
+ #define HAVE_STDLIB_H 1
315
+ #define HAVE_STRING_H 1
316
+ #define HAVE_INTTYPES_H 1
317
+ #define HAVE_STDINT_H 1
318
+ #define HAVE_STRINGS_H 1
319
+ #define HAVE_SYS_STAT_H 1
320
+ #define HAVE_SYS_TYPES_H 1
321
+ #define HAVE_UNISTD_H 1
322
+ #define STDC_HEADERS 1
323
+
324
+ configure: exit 0