passagemath-gap-pkg-normalizinterface 10.6.23__cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.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 (61) 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/aarch64-unknown-linux-gnu-default64-kv9/NormalizInterface.so +0 -0
  10. gap/pkg/normalizinterface/config.log +325 -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 +61 -0
  49. passagemath_gap_pkg_normalizinterface-10.6.23.dist-info/WHEEL +6 -0
  50. passagemath_gap_pkg_normalizinterface-10.6.23.dist-info/top_level.txt +1 -0
  51. passagemath_gap_pkg_normalizinterface.libs/libeantic-642a89f6.so.3.1.0 +0 -0
  52. passagemath_gap_pkg_normalizinterface.libs/libeanticxx-191c00e1.so.3.1.0 +0 -0
  53. passagemath_gap_pkg_normalizinterface.libs/libflint-f0631bc3.so.21.0.0 +0 -0
  54. passagemath_gap_pkg_normalizinterface.libs/libgmp-93ebf16a.so.10.5.0 +0 -0
  55. passagemath_gap_pkg_normalizinterface.libs/libgmpxx-39778ba9.so.4.7.0 +0 -0
  56. passagemath_gap_pkg_normalizinterface.libs/libgomp-a49a47f9.so.1.0.0 +0 -0
  57. passagemath_gap_pkg_normalizinterface.libs/libmpfr-e0f11cf3.so.6.2.1 +0 -0
  58. passagemath_gap_pkg_normalizinterface.libs/libnormaliz-bbefeadc.so.3.10.5 +0 -0
  59. sage/all__sagemath_gap_pkg_normalizinterface.py +1 -0
  60. sage/libs/all__sagemath_gap_pkg_normalizinterface.py +1 -0
  61. sage/libs/gap_pkg_normalizinterface.cpython-311-aarch64-linux-gnu.so +0 -0
@@ -0,0 +1,325 @@
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-manylinux_2_28_aarch64/lib/gap/
8
+
9
+ ## --------- ##
10
+ ## Platform. ##
11
+ ## --------- ##
12
+
13
+ hostname = e648d63e0f7d
14
+ uname -m = aarch64
15
+ uname -r = 6.11.0-1015-azure
16
+ uname -s = Linux
17
+ uname -v = #15~24.04.1-Ubuntu SMP Thu May 1 03:01:44 UTC 2025
18
+
19
+ /usr/bin/uname -p = aarch64
20
+ /bin/uname -X = unknown
21
+
22
+ /bin/arch = aarch64
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-manylinux_2_28_aarch64/libexec/ccache/
31
+ PATH: /project/build/bin/
32
+ PATH: /project/tools/
33
+ PATH: /host/sage-manylinux_2_28_aarch64/var/lib/sage/venv-python3.9/bin/
34
+ PATH: /host/sage-manylinux_2_28_aarch64/bin/
35
+ PATH: /host/sage-manylinux_2_28_aarch64/libexec/ccache/
36
+ PATH: /project/build/bin/
37
+ PATH: /project/tools/
38
+ PATH: /host/sage-manylinux_2_28_aarch64/bin/
39
+ PATH: /project/src/bin/
40
+ PATH: /host/sage-manylinux_2_28_aarch64/bin/
41
+ PATH: /project/build/bin/
42
+ PATH: /project/src/bin/
43
+ PATH: /host/sage-manylinux_2_28_aarch64/bin/
44
+ PATH: /project/prefix/bin/
45
+ PATH: /opt/python/cp39-cp39/bin/
46
+ PATH: /opt/rh/gcc-toolset-14/root/usr/bin/
47
+ PATH: /usr/local/sbin/
48
+ PATH: /usr/local/bin/
49
+ PATH: /usr/sbin/
50
+ PATH: /usr/bin/
51
+ PATH: /sbin/
52
+ PATH: /bin/
53
+
54
+
55
+ ## ----------- ##
56
+ ## Core tests. ##
57
+ ## ----------- ##
58
+
59
+ configure:2301: checking for C++ compiler version
60
+ configure:2310: g++ -std=gnu++11 --version >&5
61
+ g++ (GCC) 14.2.1 20250110 (Red Hat 14.2.1-7)
62
+ Copyright (C) 2024 Free Software Foundation, Inc.
63
+ This is free software; see the source for copying conditions. There is NO
64
+ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
65
+
66
+ configure:2321: $? = 0
67
+ configure:2310: g++ -std=gnu++11 -v >&5
68
+ Using built-in specs.
69
+ COLLECT_GCC=/opt/rh/gcc-toolset-14/root/usr/bin/g++
70
+ COLLECT_LTO_WRAPPER=/opt/rh/gcc-toolset-14/root/usr/libexec/gcc/aarch64-redhat-linux/14/lto-wrapper
71
+ Target: aarch64-redhat-linux
72
+ Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,lto --prefix=/opt/rh/gcc-toolset-14/root/usr --mandir=/opt/rh/gcc-toolset-14/root/usr/share/man --infodir=/opt/rh/gcc-toolset-14/root/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-14.2.1-20250110/obj-aarch64-redhat-linux/isl-install --enable-gnu-indirect-function --build=aarch64-redhat-linux
73
+ Thread model: posix
74
+ Supported LTO compression algorithms: zlib zstd
75
+ gcc version 14.2.1 20250110 (Red Hat 14.2.1-7) (GCC)
76
+ configure:2321: $? = 0
77
+ configure:2310: g++ -std=gnu++11 -V >&5
78
+ g++: error: unrecognized command-line option '-V'
79
+ g++: fatal error: no input files
80
+ compilation terminated.
81
+ configure:2321: $? = 1
82
+ configure:2310: g++ -std=gnu++11 -qversion >&5
83
+ g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
84
+ g++: fatal error: no input files
85
+ compilation terminated.
86
+ configure:2321: $? = 1
87
+ configure:2341: checking whether the C++ compiler works
88
+ configure:2363: g++ -std=gnu++11 -g -O2 -Wl,-rpath-link,/host/sage-manylinux_2_28_aarch64/lib -L/host/sage-manylinux_2_28_aarch64/lib -Wl,-rpath,/host/sage-manylinux_2_28_aarch64/lib -Wl,-rpath-link,/host/sage-manylinux_2_28_aarch64/lib -L/host/sage-manylinux_2_28_aarch64/lib -Wl,-rpath,/host/sage-manylinux_2_28_aarch64/lib conftest.cpp >&5
89
+ configure:2367: $? = 0
90
+ configure:2418: result: yes
91
+ configure:2422: checking for C++ compiler default output file name
92
+ configure:2424: result: a.out
93
+ configure:2430: checking for suffix of executables
94
+ configure:2437: g++ -std=gnu++11 -o conftest -g -O2 -Wl,-rpath-link,/host/sage-manylinux_2_28_aarch64/lib -L/host/sage-manylinux_2_28_aarch64/lib -Wl,-rpath,/host/sage-manylinux_2_28_aarch64/lib -Wl,-rpath-link,/host/sage-manylinux_2_28_aarch64/lib -L/host/sage-manylinux_2_28_aarch64/lib -Wl,-rpath,/host/sage-manylinux_2_28_aarch64/lib conftest.cpp >&5
95
+ configure:2441: $? = 0
96
+ configure:2465: result:
97
+ configure:2489: checking whether we are cross compiling
98
+ configure:2497: g++ -std=gnu++11 -o conftest -g -O2 -Wl,-rpath-link,/host/sage-manylinux_2_28_aarch64/lib -L/host/sage-manylinux_2_28_aarch64/lib -Wl,-rpath,/host/sage-manylinux_2_28_aarch64/lib -Wl,-rpath-link,/host/sage-manylinux_2_28_aarch64/lib -L/host/sage-manylinux_2_28_aarch64/lib -Wl,-rpath,/host/sage-manylinux_2_28_aarch64/lib conftest.cpp >&5
99
+ configure:2501: $? = 0
100
+ configure:2508: ./conftest
101
+ configure:2512: $? = 0
102
+ configure:2527: result: no
103
+ configure:2533: checking for suffix of object files
104
+ configure:2556: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5
105
+ configure:2560: $? = 0
106
+ configure:2584: result: o
107
+ configure:2588: checking whether the compiler supports GNU C++
108
+ configure:2608: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5
109
+ configure:2608: $? = 0
110
+ configure:2620: result: yes
111
+ configure:2631: checking whether g++ -std=gnu++11 accepts -g
112
+ configure:2652: g++ -std=gnu++11 -c -g conftest.cpp >&5
113
+ configure:2652: $? = 0
114
+ configure:2699: result: yes
115
+ configure:2719: checking for g++ -std=gnu++11 option to enable C++11 features
116
+ configure:2734: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5
117
+ conftest.cpp: In function 'int main(int, char**)':
118
+ conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse]
119
+ 175 | cxx11test::delegate d2();
120
+ | ^~
121
+ conftest.cpp:175:25: note: remove parentheses to default-initialize a variable
122
+ 175 | cxx11test::delegate d2();
123
+ | ^~
124
+ | --
125
+ conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable
126
+ configure:2734: $? = 0
127
+ configure:2753: result: none needed
128
+ configure:2842: checking whether g++ -std=gnu++11 supports C++14 features with -std=gnu++14
129
+ configure:3261: g++ -std=gnu++11 -std=gnu++14 -c -g -O2 conftest.cpp >&5
130
+ configure:3261: $? = 0
131
+ configure:3273: result: yes
132
+ configure:3777: checking for GAP root directory
133
+ configure:3794: result: /host/sage-manylinux_2_28_aarch64/lib/gap
134
+ configure:3818: checking for GAP architecture
135
+ configure:3825: result: aarch64-unknown-linux-gnu-default64-kv9
136
+ configure:3878: checking for GMP
137
+ configure:3941: checking for stdio.h
138
+ configure:3941: g++ -std=gnu++11 -std=gnu++14 -c -g -O2 -I/host/sage-manylinux_2_28_aarch64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/include conftest.cpp >&5
139
+ configure:3941: $? = 0
140
+ configure:3941: result: yes
141
+ configure:3941: checking for stdlib.h
142
+ configure:3941: g++ -std=gnu++11 -std=gnu++14 -c -g -O2 -I/host/sage-manylinux_2_28_aarch64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/include conftest.cpp >&5
143
+ configure:3941: $? = 0
144
+ configure:3941: result: yes
145
+ configure:3941: checking for string.h
146
+ configure:3941: g++ -std=gnu++11 -std=gnu++14 -c -g -O2 -I/host/sage-manylinux_2_28_aarch64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/include conftest.cpp >&5
147
+ configure:3941: $? = 0
148
+ configure:3941: result: yes
149
+ configure:3941: checking for inttypes.h
150
+ configure:3941: g++ -std=gnu++11 -std=gnu++14 -c -g -O2 -I/host/sage-manylinux_2_28_aarch64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/include conftest.cpp >&5
151
+ configure:3941: $? = 0
152
+ configure:3941: result: yes
153
+ configure:3941: checking for stdint.h
154
+ configure:3941: g++ -std=gnu++11 -std=gnu++14 -c -g -O2 -I/host/sage-manylinux_2_28_aarch64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/include conftest.cpp >&5
155
+ configure:3941: $? = 0
156
+ configure:3941: result: yes
157
+ configure:3941: checking for strings.h
158
+ configure:3941: g++ -std=gnu++11 -std=gnu++14 -c -g -O2 -I/host/sage-manylinux_2_28_aarch64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/include conftest.cpp >&5
159
+ configure:3941: $? = 0
160
+ configure:3941: result: yes
161
+ configure:3941: checking for sys/stat.h
162
+ configure:3941: g++ -std=gnu++11 -std=gnu++14 -c -g -O2 -I/host/sage-manylinux_2_28_aarch64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/include conftest.cpp >&5
163
+ configure:3941: $? = 0
164
+ configure:3941: result: yes
165
+ configure:3941: checking for sys/types.h
166
+ configure:3941: g++ -std=gnu++11 -std=gnu++14 -c -g -O2 -I/host/sage-manylinux_2_28_aarch64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/include conftest.cpp >&5
167
+ configure:3941: $? = 0
168
+ configure:3941: result: yes
169
+ configure:3941: checking for unistd.h
170
+ configure:3941: g++ -std=gnu++11 -std=gnu++14 -c -g -O2 -I/host/sage-manylinux_2_28_aarch64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/include conftest.cpp >&5
171
+ configure:3941: $? = 0
172
+ configure:3941: result: yes
173
+ configure:3966: checking for libnormaliz/cone.h
174
+ configure:3966: g++ -std=gnu++11 -std=gnu++14 -c -g -O2 -I/host/sage-manylinux_2_28_aarch64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/include conftest.cpp >&5
175
+ configure:3966: $? = 0
176
+ configure:3966: result: yes
177
+ configure:3976: checking for Normaliz >= 3.5.4
178
+ configure:3992: g++ -std=gnu++11 -std=gnu++14 -c -g -O2 -I/host/sage-manylinux_2_28_aarch64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/include conftest.cpp >&5
179
+ configure:3992: $? = 0
180
+ configure:4001: result: yes
181
+ configure:4159: creating ./config.status
182
+
183
+ ## ---------------------- ##
184
+ ## Running config.status. ##
185
+ ## ---------------------- ##
186
+
187
+ This file was extended by NormalizInterface config.status package, which was
188
+ generated by GNU Autoconf 2.72. Invocation command line was
189
+
190
+ CONFIG_FILES =
191
+ CONFIG_HEADERS =
192
+ CONFIG_LINKS =
193
+ CONFIG_COMMANDS =
194
+ $ ./config.status
195
+
196
+ on e648d63e0f7d
197
+
198
+ config.status:731: creating Makefile
199
+
200
+ ## ---------------- ##
201
+ ## Cache variables. ##
202
+ ## ---------------- ##
203
+
204
+ ac_cv_cxx_compiler_gnu=yes
205
+ ac_cv_env_CCC_set=
206
+ ac_cv_env_CCC_value=
207
+ ac_cv_env_CPPFLAGS_set=
208
+ ac_cv_env_CPPFLAGS_value=
209
+ ac_cv_env_CXXFLAGS_set=set
210
+ ac_cv_env_CXXFLAGS_value='-g -O2'
211
+ ac_cv_env_CXX_set=set
212
+ ac_cv_env_CXX_value='g++ -std=gnu++11'
213
+ ac_cv_env_LDFLAGS_set=set
214
+ ac_cv_env_LDFLAGS_value='-Wl,-rpath-link,/host/sage-manylinux_2_28_aarch64/lib -L/host/sage-manylinux_2_28_aarch64/lib -Wl,-rpath,/host/sage-manylinux_2_28_aarch64/lib -Wl,-rpath-link,/host/sage-manylinux_2_28_aarch64/lib -L/host/sage-manylinux_2_28_aarch64/lib -Wl,-rpath,/host/sage-manylinux_2_28_aarch64/lib '
215
+ ac_cv_env_LIBS_set=
216
+ ac_cv_env_LIBS_value=
217
+ ac_cv_env_build_alias_set=
218
+ ac_cv_env_build_alias_value=
219
+ ac_cv_env_host_alias_set=
220
+ ac_cv_env_host_alias_value=
221
+ ac_cv_env_target_alias_set=
222
+ ac_cv_env_target_alias_value=
223
+ ac_cv_header_inttypes_h=yes
224
+ ac_cv_header_libnormaliz_cone_h=yes
225
+ ac_cv_header_stdint_h=yes
226
+ ac_cv_header_stdio_h=yes
227
+ ac_cv_header_stdlib_h=yes
228
+ ac_cv_header_string_h=yes
229
+ ac_cv_header_strings_h=yes
230
+ ac_cv_header_sys_stat_h=yes
231
+ ac_cv_header_sys_types_h=yes
232
+ ac_cv_header_unistd_h=yes
233
+ ac_cv_objext=o
234
+ ac_cv_prog_cxx_cxx11=
235
+ ac_cv_prog_cxx_g=yes
236
+ ac_cv_prog_cxx_stdcxx=
237
+ ax_cv_cxx_compile_cxx14__std_gnupp14=yes
238
+
239
+ ## ----------------- ##
240
+ ## Output variables. ##
241
+ ## ----------------- ##
242
+
243
+ CPPFLAGS=''
244
+ CXX='g++ -std=gnu++11 -std=gnu++14'
245
+ CXXFLAGS='-g -O2'
246
+ 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'
247
+ ECHO_C=''
248
+ ECHO_N='-n'
249
+ ECHO_T=''
250
+ EXEEXT=''
251
+ GAPARCH='aarch64-unknown-linux-gnu-default64-kv9'
252
+ GAPROOT='/host/sage-manylinux_2_28_aarch64/lib/gap'
253
+ GAP_CFLAGS=' -pthread -g -O2'
254
+ GAP_CPPFLAGS='-I/host/sage-manylinux_2_28_aarch64/include/gap -I/host/sage-manylinux_2_28_aarch64/include -DUSE_GASMAN=1 -I/src'
255
+ GAP_LDFLAGS=''
256
+ GMP_CPPFLAGS=''
257
+ GMP_LDFLAGS=''
258
+ HAVE_CXX14='1'
259
+ LDFLAGS='-Wl,-rpath-link,/host/sage-manylinux_2_28_aarch64/lib -L/host/sage-manylinux_2_28_aarch64/lib -Wl,-rpath,/host/sage-manylinux_2_28_aarch64/lib -Wl,-rpath-link,/host/sage-manylinux_2_28_aarch64/lib -L/host/sage-manylinux_2_28_aarch64/lib -Wl,-rpath,/host/sage-manylinux_2_28_aarch64/lib '
260
+ LIBOBJS=''
261
+ LIBS=''
262
+ LTLIBOBJS=''
263
+ NORMALIZ_CPPFLAGS='-I/host/sage-manylinux_2_28_aarch64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/include'
264
+ NORMALIZ_LDFLAGS='-Wl,-rpath,/host/sage-manylinux_2_28_aarch64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/lib -L/host/sage-manylinux_2_28_aarch64/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/normalizinterface/NormalizInstallDir/lib'
265
+ OBJEXT='o'
266
+ PACKAGE_BUGREPORT='https://github.com/gap-packages/NormalizInterface/issues'
267
+ PACKAGE_NAME='NormalizInterface'
268
+ PACKAGE_STRING='NormalizInterface package'
269
+ PACKAGE_TARNAME='NormalizInterface'
270
+ PACKAGE_URL='https://gap-packages.github.io/NormalizInterface/'
271
+ PACKAGE_VERSION='package'
272
+ PATH_SEPARATOR=':'
273
+ SHELL='/bin/sh'
274
+ ac_ct_CXX=''
275
+ bindir='${exec_prefix}/bin'
276
+ build_alias=''
277
+ datadir='${datarootdir}'
278
+ datarootdir='${prefix}/share'
279
+ docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
280
+ dvidir='${docdir}'
281
+ exec_prefix='${prefix}'
282
+ host_alias=''
283
+ htmldir='${docdir}'
284
+ includedir='${prefix}/include'
285
+ infodir='${datarootdir}/info'
286
+ libdir='${exec_prefix}/lib'
287
+ libexecdir='${exec_prefix}/libexec'
288
+ localedir='${datarootdir}/locale'
289
+ localstatedir='${prefix}/var'
290
+ mandir='${datarootdir}/man'
291
+ oldincludedir='/usr/include'
292
+ pdfdir='${docdir}'
293
+ prefix='/usr/local'
294
+ program_transform_name='s,x,x,'
295
+ psdir='${docdir}'
296
+ runstatedir='${localstatedir}/run'
297
+ sbindir='${exec_prefix}/sbin'
298
+ sharedstatedir='${prefix}/com'
299
+ sysconfdir='${prefix}/etc'
300
+ target_alias=''
301
+
302
+ ## ----------- ##
303
+ ## confdefs.h. ##
304
+ ## ----------- ##
305
+
306
+ /* confdefs.h */
307
+ #define PACKAGE_NAME "NormalizInterface"
308
+ #define PACKAGE_TARNAME "NormalizInterface"
309
+ #define PACKAGE_VERSION "package"
310
+ #define PACKAGE_STRING "NormalizInterface package"
311
+ #define PACKAGE_BUGREPORT "https://github.com/gap-packages/NormalizInterface/issues"
312
+ #define PACKAGE_URL "https://gap-packages.github.io/NormalizInterface/"
313
+ #define HAVE_CXX14 1
314
+ #define HAVE_STDIO_H 1
315
+ #define HAVE_STDLIB_H 1
316
+ #define HAVE_STRING_H 1
317
+ #define HAVE_INTTYPES_H 1
318
+ #define HAVE_STDINT_H 1
319
+ #define HAVE_STRINGS_H 1
320
+ #define HAVE_SYS_STAT_H 1
321
+ #define HAVE_SYS_TYPES_H 1
322
+ #define HAVE_UNISTD_H 1
323
+ #define STDC_HEADERS 1
324
+
325
+ configure: exit 0