passagemath-gap-pkg-normalizinterface 10.6.23__cp312-cp312-musllinux_1_2_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 (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/aarch64-unknown-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-da90a096.so.3.1.0 +0 -0
  52. passagemath_gap_pkg_normalizinterface.libs/libeanticxx-c4164226.so.3.1.0 +0 -0
  53. passagemath_gap_pkg_normalizinterface.libs/libflint-8c82a98a.so.21.0.0 +0 -0
  54. passagemath_gap_pkg_normalizinterface.libs/libgcc_s-2d945d6c.so.1 +0 -0
  55. passagemath_gap_pkg_normalizinterface.libs/libgmp-28992bcb.so.10.5.0 +0 -0
  56. passagemath_gap_pkg_normalizinterface.libs/libgmpxx-cb7f23ef.so.4.7.0 +0 -0
  57. passagemath_gap_pkg_normalizinterface.libs/libgomp-1ede7ee7.so.1.0.0 +0 -0
  58. passagemath_gap_pkg_normalizinterface.libs/libmpfr-e34bb864.so.6.2.1 +0 -0
  59. passagemath_gap_pkg_normalizinterface.libs/libnormaliz-c223c485.so.3.10.5 +0 -0
  60. passagemath_gap_pkg_normalizinterface.libs/libstdc++-85f2cd6d.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-aarch64-linux-musl.so +0 -0
@@ -0,0 +1,93 @@
1
+ Metadata-Version: 2.4
2
+ Name: passagemath-gap-pkg-normalizinterface
3
+ Version: 10.6.23
4
+ Summary: passagemath: Computational Group Theory with GAP: normalizinterface package
5
+ Author-email: The Sage Developers <sage-support@googlegroups.com>
6
+ Maintainer: Matthias Köppe, passagemath contributors
7
+ License-Expression: GPL-2.0-or-later
8
+ Project-URL: release notes, https://github.com/passagemath/passagemath/releases
9
+ Project-URL: repo (upstream), https://github.com/sagemath/sage
10
+ Project-URL: repo, https://github.com/passagemath/passagemath
11
+ Project-URL: documentation, https://passagemath.org/docs/latest
12
+ Project-URL: homepage (upstream), https://www.sagemath.org
13
+ Project-URL: discourse, https://passagemath.discourse.group
14
+ Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
15
+ Project-URL: tracker, https://github.com/passagemath/passagemath/issues
16
+ Classifier: Development Status :: 6 - Mature
17
+ Classifier: Intended Audience :: Education
18
+ Classifier: Intended Audience :: Science/Research
19
+ Classifier: Operating System :: POSIX
20
+ Classifier: Operating System :: POSIX :: Linux
21
+ Classifier: Operating System :: MacOS :: MacOS X
22
+ Classifier: Programming Language :: Python :: 3 :: Only
23
+ Classifier: Programming Language :: Python :: 3.10
24
+ Classifier: Programming Language :: Python :: 3.11
25
+ Classifier: Programming Language :: Python :: 3.12
26
+ Classifier: Programming Language :: Python :: 3.13
27
+ Classifier: Programming Language :: Python :: Implementation :: CPython
28
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
29
+ Requires-Python: <3.14,>=3.10
30
+ Description-Content-Type: text/x-rst
31
+ Requires-Dist: passagemath-conf~=10.6.23.0; sys_platform != "win32"
32
+ Requires-Dist: passagemath-environment~=10.6.23.0
33
+
34
+ =============================================================================
35
+ passagemath: Computational Group Theory with GAP: normalizinterface package
36
+ =============================================================================
37
+
38
+ `passagemath <https://github.com/passagemath/passagemath>`__ is open
39
+ source mathematical software in Python, released under the GNU General
40
+ Public Licence GPLv2+.
41
+
42
+ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
43
+ developed 2005-2025 under the motto “Creating a Viable Open Source
44
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
45
+
46
+ The passagemath fork uses the motto "Creating a Free Passage Between the
47
+ Scientific Python Ecosystem and Mathematical Software Communities."
48
+ It was created in October 2024 with the following goals:
49
+
50
+ - providing modularized installation with pip,
51
+ - establishing first-class membership in the scientific Python
52
+ ecosystem,
53
+ - giving `clear attribution of upstream
54
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
55
+ - providing independently usable Python interfaces to upstream
56
+ libraries,
57
+ - offering `platform portability and integration testing
58
+ services <https://github.com/passagemath/passagemath/issues/704>`__
59
+ to upstream projects,
60
+ - inviting collaborations with upstream projects,
61
+ - `building a professional, respectful, inclusive
62
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
63
+ - `empowering Sage users to participate in the scientific Python ecosystem
64
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
65
+ - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
66
+ serverless deployment with Javascript,
67
+ - developing a native Windows port.
68
+
69
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
70
+ available online.
71
+
72
+ passagemath attempts to support and provides binary wheels suitable for
73
+ all major Linux distributions and recent versions of macOS.
74
+
75
+ Binary wheels for native Windows (x86_64) are are available for a subset of
76
+ the passagemath distributions. Use of the full functionality of passagemath
77
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
78
+ or virtualization.
79
+
80
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
81
+
82
+
83
+ About this pip-installable distribution package
84
+ -----------------------------------------------
85
+
86
+ This pip-installable distribution ``passagemath-gap-pkg-normalizinterface`` is a
87
+ distribution of the GAP package ``normalizinterface`` for use with ``passagemath-gap``.
88
+
89
+
90
+ What is included
91
+ ----------------
92
+
93
+ - Wheels on PyPI include the GAP package ``normalizinterface``
@@ -0,0 +1,63 @@
1
+ gap/pkg/normalizinterface/CHANGES,sha256=V5dMpF9X60vCs3vBsQjGnH_q33Lr4-5wyLS4--2b_B0,3458
2
+ gap/pkg/normalizinterface/LICENSE,sha256=7Si8a-ZKzTN2eXY8XAHzsFjh8LI2XKgaO-BhtquTcek,18548
3
+ gap/pkg/normalizinterface/Makefile,sha256=0KSqp47tLLvPl3fIT-vzWl0gAwJUBbs0BEJFkMP4sv0,1361
4
+ gap/pkg/normalizinterface/Makefile.gappkg,sha256=ViGHQ-t9ttrc07pH69jZUi4CnBNiNEJS0rddyHR-DNM,7493
5
+ gap/pkg/normalizinterface/Makefile.in,sha256=BYBEEzWkNEge5fKijpeIbqfdvKUqnaOhMk8cS0N8IKg,744
6
+ gap/pkg/normalizinterface/PackageInfo.g,sha256=hAe6D6Ei5xn-mtOxq5074ISYe5PLVF700SQC9O4dH54,3711
7
+ gap/pkg/normalizinterface/README.md,sha256=8HMkTommWdByRK2__NHBLvfE_9f91TWyfMUUmlwPiKg,3499
8
+ gap/pkg/normalizinterface/autogen.sh,sha256=wuyg79J_aHhKIgMOZhZUDCyRgVVk7XnAmPbWv26Tk1g,103
9
+ gap/pkg/normalizinterface/config.log,sha256=VNrOm6WwZ9TX3GpSbSiQ7xjw4VvIw_3PEFXF532659c,15158
10
+ gap/pkg/normalizinterface/config.status,sha256=3ur-eRwVbCOFBNeiblBSU6EJGoz4tuM1uhe9Md1kstk,26434
11
+ gap/pkg/normalizinterface/configure,sha256=8XxEmhaYyJM36Vy5slB0V5A3bsDkyKNfAIpJLItnKwg,142776
12
+ gap/pkg/normalizinterface/configure.ac,sha256=cBVtzBPNjHEMU9_py6r0AGd-uwhuQo3FTF1eBpl6sKI,3429
13
+ gap/pkg/normalizinterface/init.g,sha256=wademXUUOueMZJJ6D6DeTsA-Jnm7Mo4AVXyI_IvnHs8,248
14
+ gap/pkg/normalizinterface/makedoc.g,sha256=XyAyF5_0ihBqePgmABkH2CVSDNsnMxr1LyRAIYSz_BI,341
15
+ gap/pkg/normalizinterface/read.g,sha256=LS4kzoaCXjJV-9vdTEMRNd9MGsFNumaWkr8bfi9miPU,122
16
+ gap/pkg/normalizinterface/bin/aarch64-unknown-linux-musl-default64-kv9/NormalizInterface.so,sha256=dGWolQth-U-6twN-Q9jpWcTeJFhFTna33--dmI5vVww,2505873
17
+ gap/pkg/normalizinterface/etc/download.sh,sha256=yuBLGrLtSmaWSOR2PXHGxf6F7jTPqKejqSiOmsIBhBU,1999
18
+ gap/pkg/normalizinterface/etc/generate_cone_property_wrappers.g,sha256=18gnawFsKqZ_NBXELnRgB2T3yMztY9mvBBIneCtYU88,10981
19
+ gap/pkg/normalizinterface/examples/5x5.g,sha256=IrShVhPmco1cdcRfm1976wHespHf3HhvJMP990ZgPZU,1182
20
+ gap/pkg/normalizinterface/examples/demo.g,sha256=sTL5LSNxNwlAX-zmq_teO4dTqbXxEAcfF2_yTE6TY7w,1319
21
+ gap/pkg/normalizinterface/examples/docs.g,sha256=KRF9e5mPNSAXtHfiKPMkimYsI3H2ydNkI20u9ulOGFs,1533
22
+ gap/pkg/normalizinterface/examples/dual_mode.g,sha256=s1vc2NcjhdOm8GWxYxZDup4QyfzCoQgtvUSUT4IJ8HE,618
23
+ gap/pkg/normalizinterface/examples/magic_square.g,sha256=gTPKjOo34PVAFtJ6vtvMk2azxHBwem7Q7mc10W2PFUI,1141
24
+ gap/pkg/normalizinterface/lib/cone_property_wrappers.gd,sha256=MvWMLBoR4Ihvw8fZ10HZYDXVaZydX4Z5b7ObJj6ptP8,31917
25
+ gap/pkg/normalizinterface/lib/cone_property_wrappers.gi,sha256=lCz4iasxFq1_rUsmXz5BFIsOdyIN_Iwz-o5AeWzochQ,12613
26
+ gap/pkg/normalizinterface/lib/normaliz.gd,sha256=_O4ADAjVguacfq_ecOsvEPtHdWShb075LGMRxIdoHIA,7447
27
+ gap/pkg/normalizinterface/lib/normaliz.gi,sha256=lXrAmKd4Rh3U1_9cQRwlPqLQcbElOJ8WQvMLVWs9-iw,4496
28
+ gap/pkg/normalizinterface/tst/InhomIneq.tst,sha256=7xI-HX_4x8i0aLRRLXFAOknB9w9Q9rGZRpDnP5tq5lY,428
29
+ gap/pkg/normalizinterface/tst/bugfix.tst,sha256=ne_0ueeBjonNrLIcd_Zc4M82NkErKw7bdxrBJuf1t_o,1414
30
+ gap/pkg/normalizinterface/tst/conversion.tst,sha256=Zm0Fhgd1J9b5mAt0_4kquOPVRp8le2o65VaBTHx5D-o,2651
31
+ gap/pkg/normalizinterface/tst/cube-incidence.tst,sha256=KC-RMCJli3vGBp4Ib25ias_JDUZCDP4zFaDnbqQtuCI,2051
32
+ gap/pkg/normalizinterface/tst/descent.tst,sha256=WWdayUU6n10uu8flRE2YCstKGOVbWXmxtgBZ6k1k5Y8,5542
33
+ gap/pkg/normalizinterface/tst/dual.tst,sha256=UiM_7IhncuRRonIA0jbLZ72mMB4ROP_26l3LpwrTBBc,15955
34
+ gap/pkg/normalizinterface/tst/fractions.tst,sha256=Uhv3aRbCsdFJ9RFYvl2qkZPrvxxODZFXPUpFhKfnTjk,809
35
+ gap/pkg/normalizinterface/tst/gorenstein.tst,sha256=s4JIm01etZGLM7770fOHAJsRn3UxtfAlbCt2ERHuYdw,1347
36
+ gap/pkg/normalizinterface/tst/lattice_ideal.tst,sha256=RgCyPsppUij-oyMShT06kbqQhp0mZuSFauW_Miztl8o,3672
37
+ gap/pkg/normalizinterface/tst/normalizinterface01.tst,sha256=HuBHtaTq8bWc-OyYjj6w5ziiG3Y4HS_w-qHgIJDWhwM,1825
38
+ gap/pkg/normalizinterface/tst/normalizinterface02.tst,sha256=Wl-6HdMnX5XU2o898s39xpD1mSWxju1VvAeQZlnO61w,3414
39
+ gap/pkg/normalizinterface/tst/project.tst,sha256=EKX6ZsY8qXKIT8NwThTwlQP7znJ-VBs1K3IixXaA7gg,3163
40
+ gap/pkg/normalizinterface/tst/rational.tst,sha256=ksSUZxZ8XOsMso2QxUqcZBi1SPmCrlwRZmmeuxt_j_c,4412
41
+ gap/pkg/normalizinterface/tst/rees.tst,sha256=KQYdu5leTRNSSU7L4Jgfd-w0hg7JsP2xiN-9F0uu8gw,16146
42
+ gap/pkg/normalizinterface/tst/rp2poly.tst,sha256=ufTGiAkhm0Y6mVmR7fEwPOH69ukSplqHE58czgUb8sU,10725
43
+ gap/pkg/normalizinterface/tst/rproj2.tst,sha256=k-Heno82qdpfJEylZSGPSRQIPE1IJpOSWgTEpqqagBY,16310
44
+ gap/pkg/normalizinterface/tst/testall.g,sha256=Ht0hveno12P8akULo6WdcZC2blGRp1Txqj58tgGmbsM,140
45
+ gap/pkg/normalizinterface/tst/verticesfloat.tst,sha256=PcOuH0PJE0Rj-SpsLfQ6LIOEwulGdAgB5s5SJX37ruc,342
46
+ passagemath_gap_pkg_normalizinterface.libs/libeantic-da90a096.so.3.1.0,sha256=YC1DBCxUnkOzrxqu1uckw-aZuoFrJ4YqxjGKkt77iXk,728369
47
+ passagemath_gap_pkg_normalizinterface.libs/libeanticxx-c4164226.so.3.1.0,sha256=-TA-944QEvDc0Rh6ias6AbR2YgXZBxQY9hVicGL7HCY,1528649
48
+ passagemath_gap_pkg_normalizinterface.libs/libflint-8c82a98a.so.21.0.0,sha256=Q4SWxoKzdagYtE-oby8IAUiNTMdh2WxAUsPhE63KPCE,12621289
49
+ passagemath_gap_pkg_normalizinterface.libs/libgcc_s-2d945d6c.so.1,sha256=NdOgO2If8roY3PSnJ81CsBa1rjMvN_uWPCo_V0ThwEY,203337
50
+ passagemath_gap_pkg_normalizinterface.libs/libgmp-28992bcb.so.10.5.0,sha256=chvEgOPn69KHFEAC4oKOFhJ2LjYfSTYlyAEyFvE1hJg,668217
51
+ passagemath_gap_pkg_normalizinterface.libs/libgmpxx-cb7f23ef.so.4.7.0,sha256=KNzYJcIVIdVfiYqWy1tQbH-KYtfNHmbA-u2jFKVeWsw,271345
52
+ passagemath_gap_pkg_normalizinterface.libs/libgomp-1ede7ee7.so.1.0.0,sha256=9nfMt_2WS34f41Ma3qmGLt3Vq4FYsJzLn7hr76JMW8M,412217
53
+ passagemath_gap_pkg_normalizinterface.libs/libmpfr-e34bb864.so.6.2.1,sha256=WmkxV5-9R13fjzso71U22-c_r9jNTtlOC6qE-ZwszGk,931905
54
+ passagemath_gap_pkg_normalizinterface.libs/libnormaliz-c223c485.so.3.10.5,sha256=et8hgVEBfc27fcqQ0F9Bq9I81PlD0_xhwnrXfe3vudM,11195353
55
+ passagemath_gap_pkg_normalizinterface.libs/libstdc++-85f2cd6d.so.6.0.33,sha256=D3uBWNGP8cz5PIqwr4jUgv7u70AIVsNEjLuj90icFcw,3651889
56
+ sage/all__sagemath_gap_pkg_normalizinterface.py,sha256=71OxtojEIa1HddVgFywZowzcnEuKK9J4sADAY2ia6Y0,64
57
+ sage/libs/all__sagemath_gap_pkg_normalizinterface.py,sha256=71OxtojEIa1HddVgFywZowzcnEuKK9J4sADAY2ia6Y0,64
58
+ sage/libs/gap_pkg_normalizinterface.cpython-312-aarch64-linux-musl.so,sha256=PTbEL5pIA6pS8hj-MQlXxFoL41_s_ChhtuL8-Dg0WHU,115880
59
+ passagemath_gap_pkg_normalizinterface-10.6.23.dist-info/METADATA,sha256=zef7MF5eqDi4FdZq1v-qechoOSXmro6Q5i1bmEUvfiU,4342
60
+ passagemath_gap_pkg_normalizinterface-10.6.23.dist-info/METADATA.bak,sha256=m6PuGqRykJayMdInqLyydjdPD2k27qk-vFlhUjmI35Q,4410
61
+ passagemath_gap_pkg_normalizinterface-10.6.23.dist-info/WHEEL,sha256=OhR_OrUHeSS9Wv6z5202HxeJVPkI7JBt4nUD2fey9No,113
62
+ passagemath_gap_pkg_normalizinterface-10.6.23.dist-info/top_level.txt,sha256=hibFyzQHiLOMK68qL1OWsNKaXOmSXqZjeLTBem6Yy7I,5
63
+ passagemath_gap_pkg_normalizinterface-10.6.23.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp312-cp312-musllinux_1_2_aarch64
5
+
@@ -0,0 +1 @@
1
+ # sage_setup: distribution = sagemath-gap-pkg-normalizinterface
@@ -0,0 +1 @@
1
+ # sage_setup: distribution = sagemath-gap-pkg-normalizinterface