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

Files changed (60) hide show
  1. gap/pkg/cddinterface/Dockerfile +16 -0
  2. gap/pkg/cddinterface/LICENSE +344 -0
  3. gap/pkg/cddinterface/Makefile +14 -0
  4. gap/pkg/cddinterface/Makefile.gappkg +225 -0
  5. gap/pkg/cddinterface/Makefile.in +14 -0
  6. gap/pkg/cddinterface/PackageInfo.g +103 -0
  7. gap/pkg/cddinterface/README.md +140 -0
  8. gap/pkg/cddinterface/ToDo.txt +2 -0
  9. gap/pkg/cddinterface/autogen.sh +5 -0
  10. gap/pkg/cddinterface/bin/aarch64-apple-darwin23-default64-kv9/CddInterface.so +0 -0
  11. gap/pkg/cddinterface/config.log +336 -0
  12. gap/pkg/cddinterface/config.status +988 -0
  13. gap/pkg/cddinterface/configure +4779 -0
  14. gap/pkg/cddinterface/configure.ac +84 -0
  15. gap/pkg/cddinterface/etc/download.sh +86 -0
  16. gap/pkg/cddinterface/examples/30x30.g +5 -0
  17. gap/pkg/cddinterface/examples/FourierProjection.g +83 -0
  18. gap/pkg/cddinterface/examples/comparing_polyhedrons.g +32 -0
  19. gap/pkg/cddinterface/examples/demo.g +65 -0
  20. gap/pkg/cddinterface/examples/example1.g +115 -0
  21. gap/pkg/cddinterface/examples/intersection.g +35 -0
  22. gap/pkg/cddinterface/examples/linear_programs.g +64 -0
  23. gap/pkg/cddinterface/examples/minkuwski.g +35 -0
  24. gap/pkg/cddinterface/examples/new.g +5 -0
  25. gap/pkg/cddinterface/examples/new2.g +8 -0
  26. gap/pkg/cddinterface/gap/Julia.gd +3 -0
  27. gap/pkg/cddinterface/gap/Julia.gi +15 -0
  28. gap/pkg/cddinterface/gap/polyhedra.gd +268 -0
  29. gap/pkg/cddinterface/gap/polyhedra.gi +871 -0
  30. gap/pkg/cddinterface/gap/tools.gd +12 -0
  31. gap/pkg/cddinterface/gap/tools.gi +472 -0
  32. gap/pkg/cddinterface/init.g +17 -0
  33. gap/pkg/cddinterface/install.sh +64 -0
  34. gap/pkg/cddinterface/makedoc.g +19 -0
  35. gap/pkg/cddinterface/notebook.ipynb +343 -0
  36. gap/pkg/cddinterface/read.g +12 -0
  37. gap/pkg/cddinterface/tst/01.tst +37 -0
  38. gap/pkg/cddinterface/tst/02.tst +36 -0
  39. gap/pkg/cddinterface/tst/03.tst +50 -0
  40. gap/pkg/cddinterface/tst/04.tst +51 -0
  41. gap/pkg/cddinterface/tst/05.tst +41 -0
  42. gap/pkg/cddinterface/tst/06.tst +44 -0
  43. gap/pkg/cddinterface/tst/07.tst +46 -0
  44. gap/pkg/cddinterface/tst/08.tst +66 -0
  45. gap/pkg/cddinterface/tst/09.tst +28 -0
  46. gap/pkg/cddinterface/tst/10.tst +56 -0
  47. gap/pkg/cddinterface/tst/11.tst +70 -0
  48. gap/pkg/cddinterface/tst/etest_1.tst +6 -0
  49. gap/pkg/cddinterface/tst/etest_2.tst +33 -0
  50. gap/pkg/cddinterface/tst/testall.g +10 -0
  51. passagemath_gap_pkg_cddinterface-10.6.23.dist-info/METADATA +92 -0
  52. passagemath_gap_pkg_cddinterface-10.6.23.dist-info/METADATA.bak +93 -0
  53. passagemath_gap_pkg_cddinterface-10.6.23.dist-info/RECORD +60 -0
  54. passagemath_gap_pkg_cddinterface-10.6.23.dist-info/WHEEL +6 -0
  55. passagemath_gap_pkg_cddinterface-10.6.23.dist-info/top_level.txt +1 -0
  56. passagemath_gap_pkg_cddinterface.dylibs/libcddgmp.0.dylib +0 -0
  57. passagemath_gap_pkg_cddinterface.dylibs/libgmp.10.dylib +0 -0
  58. sage/all__sagemath_gap_pkg_cddinterface.py +1 -0
  59. sage/libs/all__sagemath_gap_pkg_cddinterface.py +1 -0
  60. sage/libs/gap_pkg_cddinterface.cpython-312-darwin.so +0 -0
@@ -0,0 +1,66 @@
1
+ # CddInterface, single 8
2
+ #
3
+ # DO NOT EDIT THIS FILE - EDIT EXAMPLES IN THE SOURCE INSTEAD!
4
+ #
5
+ # This file has been generated by AutoDoc. It contains examples extracted from
6
+ # the package documentation. Each example is preceded by a comment which gives
7
+ # the name of a GAPDoc XML file and a line range from which the example were
8
+ # taken. Note that the XML file in turn may have been generated by AutoDoc
9
+ # from some other input.
10
+ #
11
+ gap> START_TEST( "cddinterface08.tst");
12
+
13
+ # doc/_Chunks.xml:304-355
14
+ gap> A:= Cdd_PolyhedronByInequalities( [ [ -100, 1, 0 ], [ 200, -1, 0 ],
15
+ > [ -80, 0, 1 ], [ 170, 0, -1 ], [ -200, 1, 1 ] ] );
16
+ <Polyhedron given by its H-representation>
17
+ gap> lp1:= Cdd_LinearProgram( A, "max", [1, -2, 5 ] );
18
+ <Linear program>
19
+ gap> Display( lp1 );
20
+ Linear program given by:
21
+ H-representation
22
+ begin
23
+ 5 X 3 rational
24
+
25
+ -100 1 0
26
+ 200 -1 0
27
+ -80 0 1
28
+ 170 0 -1
29
+ -200 1 1
30
+ end
31
+ max [ 1, -2, 5 ]
32
+ gap> Cdd_SolveLinearProgram( lp1 );
33
+ [ [ 100, 170 ], 651 ]
34
+ gap> lp2:= Cdd_LinearProgram( A, "min", [ 1, -2, 5 ] );
35
+ <Linear program>
36
+ gap> Display( lp2 );
37
+ Linear program given by:
38
+ H-representation
39
+ begin
40
+ 5 X 3 rational
41
+
42
+ -100 1 0
43
+ 200 -1 0
44
+ -80 0 1
45
+ 170 0 -1
46
+ -200 1 1
47
+ end
48
+ min [ 1, -2, 5 ]
49
+ gap> Cdd_SolveLinearProgram( lp2 );
50
+ [ [ 200, 80 ], 1 ]
51
+ gap> B:= Cdd_V_Rep( A );
52
+ <Polyhedron given by its V-representation>
53
+ gap> Display( B );
54
+ V-representation
55
+ begin
56
+ 5 X 3 rational
57
+
58
+ 1 100 170
59
+ 1 100 100
60
+ 1 120 80
61
+ 1 200 80
62
+ 1 200 170
63
+ end
64
+
65
+ #
66
+ gap> STOP_TEST("cddinterface08.tst", 1 );
@@ -0,0 +1,28 @@
1
+ # CddInterface, single 9
2
+ #
3
+ # DO NOT EDIT THIS FILE - EDIT EXAMPLES IN THE SOURCE INSTEAD!
4
+ #
5
+ # This file has been generated by AutoDoc. It contains examples extracted from
6
+ # the package documentation. Each example is preceded by a comment which gives
7
+ # the name of a GAPDoc XML file and a line range from which the example were
8
+ # taken. Note that the XML file in turn may have been generated by AutoDoc
9
+ # from some other input.
10
+ #
11
+ gap> START_TEST( "cddinterface09.tst");
12
+
13
+ # doc/_Chunks.xml:363-376
14
+ gap> A:= Cdd_PolyhedronByInequalities( [ [ 0, 2, 6 ], [ 0, 1, 3 ], [1, 4, 10 ] ] );
15
+ <Polyhedron given by its H-representation>
16
+ gap> B:= Cdd_Canonicalize( A );
17
+ <Polyhedron given by its H-representation>
18
+ gap> Display( B );
19
+ H-representation
20
+ begin
21
+ 2 X 3 rational
22
+
23
+ 0 1 3
24
+ 1 4 10
25
+ end
26
+
27
+ #
28
+ gap> STOP_TEST("cddinterface09.tst", 1 );
@@ -0,0 +1,56 @@
1
+ # CddInterface, single 10
2
+ #
3
+ # DO NOT EDIT THIS FILE - EDIT EXAMPLES IN THE SOURCE INSTEAD!
4
+ #
5
+ # This file has been generated by AutoDoc. It contains examples extracted from
6
+ # the package documentation. Each example is preceded by a comment which gives
7
+ # the name of a GAPDoc XML file and a line range from which the example were
8
+ # taken. Note that the XML file in turn may have been generated by AutoDoc
9
+ # from some other input.
10
+ #
11
+ gap> START_TEST( "cddinterface10.tst");
12
+
13
+ # doc/_Chunks.xml:382-423
14
+ gap> A:= Cdd_PolyhedronByInequalities( [ [ 0, 1, 1 ], [ 0, 5, 5 ] ] );
15
+ <Polyhedron given by its H-representation>
16
+ gap> B:= Cdd_V_Rep( A );
17
+ <Polyhedron given by its V-representation>
18
+ gap> Display( B );
19
+ V-representation
20
+ linearity 1, [ 2 ]
21
+ begin
22
+ 2 X 3 rational
23
+
24
+ 0 1 0
25
+ 0 -1 1
26
+ end
27
+ gap> C:= Cdd_H_Rep( B );
28
+ <Polyhedron given by its H-representation>
29
+ gap> Display( C );
30
+ H-representation
31
+ begin
32
+ 1 X 3 rational
33
+
34
+ 0 1 1
35
+ end
36
+ gap> D:= Cdd_PolyhedronByInequalities( [ [ 0, 1, 1, 34, 22, 43 ],
37
+ > [ 11, 2, 2, 54, 53, 221 ], [33, 23, 45, 2, 40, 11 ] ] );
38
+ <Polyhedron given by its H-representation>
39
+ gap> Cdd_V_Rep( D );
40
+ <Polyhedron given by its V-representation>
41
+ gap> Display( last );
42
+ V-representation
43
+ linearity 2, [ 5, 6 ]
44
+ begin
45
+ 6 X 6 rational
46
+
47
+ 1 -743/14 369/14 11/14 0 0
48
+ 0 -1213 619 22 0 0
49
+ 0 -1 1 0 0 0
50
+ 0 764 -390 -11 0 0
51
+ 0 -13526 6772 99 154 0
52
+ 0 -116608 59496 1485 0 154
53
+ end
54
+
55
+ #
56
+ gap> STOP_TEST("cddinterface10.tst", 1 );
@@ -0,0 +1,70 @@
1
+ # CddInterface, single 11
2
+ #
3
+ # DO NOT EDIT THIS FILE - EDIT EXAMPLES IN THE SOURCE INSTEAD!
4
+ #
5
+ # This file has been generated by AutoDoc. It contains examples extracted from
6
+ # the package documentation. Each example is preceded by a comment which gives
7
+ # the name of a GAPDoc XML file and a line range from which the example were
8
+ # taken. Note that the XML file in turn may have been generated by AutoDoc
9
+ # from some other input.
10
+ #
11
+ gap> START_TEST( "cddinterface11.tst");
12
+
13
+ # doc/_Chunks.xml:429-484
14
+ gap> poly:= Cdd_PolyhedronByInequalities( [ [ 1, 3, 4, 5, 7 ], [ 1, 3, 5, 12, 34 ],
15
+ > [ 9, 3, 0, 2, 13 ] ], [ 1 ] );
16
+ <Polyhedron given by its H-representation>
17
+ gap> Cdd_InteriorPoint( poly );
18
+ [ -194/75, 46/25, -3/25, 0 ]
19
+ gap> Cdd_FacesWithInteriorPoints( poly );
20
+ [ [ 3, [ 1 ], [ -194/75, 46/25, -3/25, 0 ] ], [ 2, [ 1, 2 ],
21
+ [ -62/25, 49/25, -7/25, 0 ] ], [ 1, [ 1, 2, 3 ],
22
+ [ -209/75, 56/25, -8/25, 0 ] ], [ 2, [ 1, 3 ], [ -217/75, 53/25, -4/25, 0 ] ] ]
23
+ gap> Cdd_Dimension( poly );
24
+ 3
25
+ gap> Cdd_IsPointed( poly );
26
+ false
27
+ gap> Cdd_IsEmpty( poly );
28
+ false
29
+ gap> Cdd_Faces( poly );
30
+ [ [ 3, [ 1 ] ], [ 2, [ 1, 2 ] ], [ 1, [ 1, 2, 3 ] ], [ 2, [ 1, 3 ] ] ]
31
+ gap> poly1 := Cdd_ExtendLinearity( poly, [ 1, 2, 3 ] );
32
+ <Polyhedron given by its H-representation>
33
+ gap> Display( poly1 );
34
+ H-representation
35
+ linearity 3, [ 1, 2, 3 ]
36
+ begin
37
+ 3 X 5 rational
38
+
39
+ 1 3 4 5 7
40
+ 1 3 5 12 34
41
+ 9 3 0 2 13
42
+ end
43
+ gap> Cdd_Dimension( poly1 );
44
+ 1
45
+ gap> Cdd_Facets( poly );
46
+ [ [ 1, 2 ], [ 1, 3 ] ]
47
+ gap> Cdd_GeneratingVertices( poly );
48
+ [ [ -209/75, 56/25, -8/25, 0 ] ]
49
+ gap> Cdd_GeneratingRays( poly );
50
+ [ [ -97, 369, -342, 75 ], [ -8, -9, 12, 0 ],
51
+ [ 23, -21, 3, 0 ], [ 97, -369, 342, -75 ] ]
52
+ gap> Cdd_Inequalities( poly );
53
+ [ [ 1, 3, 5, 12, 34 ], [ 9, 3, 0, 2, 13 ] ]
54
+ gap> Cdd_Equalities( poly );
55
+ [ [ 1, 3, 4, 5, 7 ] ]
56
+ gap> P := Cdd_FourierProjection( poly, 2);
57
+ <Polyhedron given by its H-representation>
58
+ gap> Display( P );
59
+ H-representation
60
+ linearity 1, [ 3 ]
61
+ begin
62
+ 3 X 5 rational
63
+
64
+ 9 3 0 2 13
65
+ -1 -3 0 23 101
66
+ 0 0 1 0 0
67
+ end
68
+
69
+ #
70
+ gap> STOP_TEST("cddinterface11.tst", 1 );
@@ -0,0 +1,6 @@
1
+ gap> inequalities := [ [ -12161335039290869319572858042364783623509104285436155, 10301051460877537453973547267843, 1 ], [ -50046646252225799669024107132291046291965254437457, 42391158275216203514294433201, -1 ] ];;
2
+ gap> vertices_and_rays := [ [ 1, 2^70-1, 2^75-2 ], [ 0, 1, 3^60 ], [ 0, 1, -3^65 ] ];;
3
+ gap> P := Cdd_PolyhedronByGenerators( vertices_and_rays );;
4
+ gap> Q := Cdd_PolyhedronByInequalities( inequalities );;
5
+ gap> P = Q;
6
+ true
@@ -0,0 +1,33 @@
1
+ ##
2
+ ## Some corner cases for a polyhedron that is defined by generators.
3
+ ##
4
+ gap> C := Cdd_PolyhedronByGenerators( [ [ 0, 2 ], [ 0, -2 ] ] );;
5
+ gap> Display( Cdd_H_Rep( C ) );
6
+ H-representation
7
+ begin
8
+ 1 X 2 rational
9
+
10
+ 1 0
11
+ end
12
+ gap> C := Cdd_PolyhedronByGenerators( [ [ 1, 2 ], [ 1, -2 ] ] );;
13
+ gap> Display( Cdd_H_Rep( C ) );
14
+ H-representation
15
+ begin
16
+ 2 X 2 rational
17
+
18
+ 2 -1
19
+ 2 1
20
+ end
21
+ gap> C := Cdd_PolyhedronByGenerators( [ [ 1, 0 ] ] );;
22
+ gap> Display( Cdd_H_Rep( C ) );
23
+ H-representation
24
+ linearity 1, [ 2 ]
25
+ begin
26
+ 2 X 2 rational
27
+
28
+ 1 0
29
+ 0 1
30
+ end
31
+ gap> C := Cdd_PolyhedronByInequalities( [ [ -2 , 1 ], [ 1, -1 ] ] );;
32
+ gap> Display( Cdd_V_Rep( C ) );
33
+ The empty polyhedron
@@ -0,0 +1,10 @@
1
+ #
2
+ # CddInterface: Gap interface to Cdd package
3
+ #
4
+ # This file runs package tests. It is also referenced in the package
5
+ # metadata in PackageInfo.g.
6
+ #
7
+ LoadPackage( "CddInterface" );
8
+ dirs := DirectoriesPackageLibrary( "CddInterface", "tst" );
9
+ TestDirectory( dirs, rec( exitGAP := true, testOptions:= rec(compareFunction:="uptowhitespace" )) );
10
+ FORCE_QUIT_GAP(1);
@@ -0,0 +1,92 @@
1
+ Metadata-Version: 2.4
2
+ Name: passagemath-gap-pkg-cddinterface
3
+ Version: 10.6.23
4
+ Summary: passagemath: Computational Group Theory with GAP: cddinterface 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-environment~=10.6.23.0
32
+
33
+ =========================================================================
34
+ passagemath: Computational Group Theory with GAP: cddinterface package
35
+ =========================================================================
36
+
37
+ `passagemath <https://github.com/passagemath/passagemath>`__ is open
38
+ source mathematical software in Python, released under the GNU General
39
+ Public Licence GPLv2+.
40
+
41
+ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
42
+ developed 2005-2025 under the motto “Creating a Viable Open Source
43
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
44
+
45
+ The passagemath fork uses the motto "Creating a Free Passage Between the
46
+ Scientific Python Ecosystem and Mathematical Software Communities."
47
+ It was created in October 2024 with the following goals:
48
+
49
+ - providing modularized installation with pip,
50
+ - establishing first-class membership in the scientific Python
51
+ ecosystem,
52
+ - giving `clear attribution of upstream
53
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
54
+ - providing independently usable Python interfaces to upstream
55
+ libraries,
56
+ - offering `platform portability and integration testing
57
+ services <https://github.com/passagemath/passagemath/issues/704>`__
58
+ to upstream projects,
59
+ - inviting collaborations with upstream projects,
60
+ - `building a professional, respectful, inclusive
61
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
62
+ - `empowering Sage users to participate in the scientific Python ecosystem
63
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
64
+ - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
65
+ serverless deployment with Javascript,
66
+ - developing a native Windows port.
67
+
68
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
69
+ available online.
70
+
71
+ passagemath attempts to support and provides binary wheels suitable for
72
+ all major Linux distributions and recent versions of macOS.
73
+
74
+ Binary wheels for native Windows (x86_64) are are available for a subset of
75
+ the passagemath distributions. Use of the full functionality of passagemath
76
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
77
+ or virtualization.
78
+
79
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
80
+
81
+
82
+ About this pip-installable distribution package
83
+ -----------------------------------------------
84
+
85
+ This pip-installable distribution ``passagemath-gap-pkg-cddinterface`` is a
86
+ distribution of the GAP package ``cddinterface`` for use with ``passagemath-gap``.
87
+
88
+
89
+ What is included
90
+ ----------------
91
+
92
+ - Wheels on PyPI include the GAP package ``cddinterface``
@@ -0,0 +1,93 @@
1
+ Metadata-Version: 2.4
2
+ Name: passagemath-gap-pkg-cddinterface
3
+ Version: 10.6.23
4
+ Summary: passagemath: Computational Group Theory with GAP: cddinterface 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: cddinterface 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-cddinterface`` is a
87
+ distribution of the GAP package ``cddinterface`` for use with ``passagemath-gap``.
88
+
89
+
90
+ What is included
91
+ ----------------
92
+
93
+ - Wheels on PyPI include the GAP package ``cddinterface``
@@ -0,0 +1,60 @@
1
+ passagemath_gap_pkg_cddinterface.dylibs/libcddgmp.0.dylib,sha256=UZvVyEL9Nyv_1ztq57g3jYGnNMVJmhOxI_5SrN5kWwY,298800
2
+ passagemath_gap_pkg_cddinterface.dylibs/libgmp.10.dylib,sha256=44ey4DsKbtmVUnWaP5A4Z4E1KhfzKRA2Lw7q3evqIxU,464688
3
+ gap/pkg/cddinterface/PackageInfo.g,sha256=0V3oPEtMg6mEcBce6emcV64eBKKdKlC2vRfP0lX36xw,3440
4
+ gap/pkg/cddinterface/configure.ac,sha256=qzGYCaA6K3ZVyet2xXbpHmpYAVRdClulE12cCpulRro,2368
5
+ gap/pkg/cddinterface/ToDo.txt,sha256=o87eV4ZraTuGzDOHZxdGvapJRUQCtEKAYzVuPRQx5ew,126
6
+ gap/pkg/cddinterface/LICENSE,sha256=gWpXw6QhFfPB-LeEGoQMGoRiA1e9js95dwDrOSHq5Q8,18333
7
+ gap/pkg/cddinterface/configure,sha256=zH2d7IU36GlMewC-FLw7jYh2xnPG0cKVPlhJvs8olpM,137280
8
+ gap/pkg/cddinterface/Dockerfile,sha256=9SuIxDkSeETX1i_0MObWlPoBKsiuNz606KNLFZsQjDI,431
9
+ gap/pkg/cddinterface/Makefile,sha256=vf_ypM5v6hbzTJGxHz37yAZWhIWmQ5M8GVeVB9alVUk,449
10
+ gap/pkg/cddinterface/install.sh,sha256=YqBng-wXEVWFnBtYpk9YPfYIx0V-pAzqZQoc0nWhXFs,1224
11
+ gap/pkg/cddinterface/notebook.ipynb,sha256=5yWR6Schj0fvUBG5TU8itBrRe_NJtJvWHjKkLWIXY6w,8354
12
+ gap/pkg/cddinterface/README.md,sha256=eUMTCZFmMp1l0T1ZuIBCzcGAdgMJOXQy0KYRR4t_F8o,4923
13
+ gap/pkg/cddinterface/config.status,sha256=BldMIj_GJmMvm8lGq5DiO1fvSkSEyk-RDr1jPtovEV0,28225
14
+ gap/pkg/cddinterface/makedoc.g,sha256=MDqayVR5tDWaioX8pqxmCGeyYo-EnsjOQbbYn84TiPg,464
15
+ gap/pkg/cddinterface/Makefile.gappkg,sha256=_7ussjTgIva23IP7gMW9dAs1Vt68C4B4zjLDhgoBnrk,7756
16
+ gap/pkg/cddinterface/config.log,sha256=P4rCx9JkOM2HkraoGuLIAd_93yD9EeN0buePwetFsR8,13726
17
+ gap/pkg/cddinterface/init.g,sha256=kn-c0bOEZnFHhAuj5nl1ER0uZJYjUFA4y5RPxS1Bv1w,508
18
+ gap/pkg/cddinterface/Makefile.in,sha256=HtMX8RkS5eu3kv2Sxd5LB4qgi_iE8ONDHbb7e33qFtc,293
19
+ gap/pkg/cddinterface/read.g,sha256=B37sswTc2g0gS6OYDC5v4MS40dFPnui9Ouif4yRSfmQ,386
20
+ gap/pkg/cddinterface/autogen.sh,sha256=xJNdT9Ev1wNtl4abHOfwMcmzBsl480hUGLm1mJgU_vM,105
21
+ gap/pkg/cddinterface/bin/aarch64-apple-darwin23-default64-kv9/CddInterface.so,sha256=R4PlQzt4teoOuwdg9QIVhC2g9KQhCh9TYO8bErTnTJc,72864
22
+ gap/pkg/cddinterface/etc/download.sh,sha256=_e2qUYamNPJLSxwvC7y_9ayZyonpNQOYEAcKRJvRQcQ,2065
23
+ gap/pkg/cddinterface/gap/polyhedra.gd,sha256=n5ovYlmr2HjaLjjtJlKe8BgK91zqrhHtQCkQImKDmYc,9239
24
+ gap/pkg/cddinterface/gap/tools.gi,sha256=ppgZyKS1TAIijPFks8Zop-PRZwxnKG602YC2XrOUCjk,9266
25
+ gap/pkg/cddinterface/gap/Julia.gd,sha256=-NlmehDgRjnRIogIszMIpEfcwqSoTl-d8DoA8geQLXg,162
26
+ gap/pkg/cddinterface/gap/polyhedra.gi,sha256=AnBJR1d92LSSrzNGr2W2fsRNqr6Wg5SPDPfmsYrrYUQ,19641
27
+ gap/pkg/cddinterface/gap/Julia.gi,sha256=3XwImI_MJ455DAFgDo_ppS16IePoUt3wj1_lPJTxnE8,343
28
+ gap/pkg/cddinterface/gap/tools.gd,sha256=b7iU8by6uVcs4MfQcZG6ZX644qGCAfcTjS9XXHRsc1I,739
29
+ gap/pkg/cddinterface/examples/minkuwski.g,sha256=E1MEORPuZZM-1Xi1Urb5GXjbph79ot8UgYh7Y7Ajs50,862
30
+ gap/pkg/cddinterface/examples/comparing_polyhedrons.g,sha256=4At8mhhGlVfef29YAwMMUPfrt6bbOJuetxSLxYltsiM,758
31
+ gap/pkg/cddinterface/examples/30x30.g,sha256=aRQ1suWni28oIcManZf-wkv25bedngxkjiaRcDXCUUI,173
32
+ gap/pkg/cddinterface/examples/FourierProjection.g,sha256=Ebd8PTbW3UGZ_cVKzJec68iYHJ762juoX5cSthSFQoU,1918
33
+ gap/pkg/cddinterface/examples/intersection.g,sha256=YFjW2GYnKlaOYPdwEiokUskKlcBjiGpuUJlZfAqCHpE,672
34
+ gap/pkg/cddinterface/examples/demo.g,sha256=jOZB7cNHeNdvahZjJEFInxCPXUsL9TcZ4T5XaLJ4QBY,1669
35
+ gap/pkg/cddinterface/examples/new.g,sha256=z_vulqDENF1R6zi5hoY1-_3OSfKMF9jlDcOaFBGKfyg,99
36
+ gap/pkg/cddinterface/examples/linear_programs.g,sha256=DOrD5Hgq8eGkuankFFV4ARy7JQb397DmyjUcXJ45EXc,1764
37
+ gap/pkg/cddinterface/examples/new2.g,sha256=Va1nGouXbx_8lhUJlaPdMy7OF9Re4wZgUIG6T24Dk60,164
38
+ gap/pkg/cddinterface/examples/example1.g,sha256=uPp0Lr0gyLKf3hRmWzB1A8NHq9vXU4BL83QEh9vGgTs,2581
39
+ gap/pkg/cddinterface/tst/etest_2.tst,sha256=RfWZXWNNd0HzVsETnEKWw5WKL-F6Lrhw3rEdT-13uGs,723
40
+ gap/pkg/cddinterface/tst/etest_1.tst,sha256=u7Jvip7X2JUOgDdi0yrmtfrk3QCbI6YJyek3Ocj2zRA,436
41
+ gap/pkg/cddinterface/tst/09.tst,sha256=v0uRzTAP8-9Uj4JZQN6QAQBhBpZQ0q8h8kJaeC02otU,835
42
+ gap/pkg/cddinterface/tst/08.tst,sha256=CAcs6gOM13A7HaO5qIe_4udQswhU_CmtpSL9ImlUSyo,1599
43
+ gap/pkg/cddinterface/tst/05.tst,sha256=v0sIGe3axBzO-FH1KjYC1LuHv9lfIUYILic8d6fuA-4,1161
44
+ gap/pkg/cddinterface/tst/11.tst,sha256=fGfN4nax-Vs_P_TorkxitGaupuWC1T7szUclEqwUv8o,2100
45
+ gap/pkg/cddinterface/tst/10.tst,sha256=0e56_xYC-wcRd1d9rgH3sjWyYX7a27kuekZ5D3s5xCs,1603
46
+ gap/pkg/cddinterface/tst/04.tst,sha256=Op7dmsnsoDrN-KMSyAadlK_QKCRBHnESS9bbWPPeVrE,1274
47
+ gap/pkg/cddinterface/tst/testall.g,sha256=P1h7mh1ZuB8NuBzVS4iTw1oGxy7jlq68oYsrRjj8inI,360
48
+ gap/pkg/cddinterface/tst/06.tst,sha256=N5P3AULsfg2Ci2WWjdaAVNNLgjp_WmQSOE2ziX6Wcts,1071
49
+ gap/pkg/cddinterface/tst/07.tst,sha256=Y2u7WwbV2f2NKXjaicFXU5ZCkyzUZghahHAVqWdR1eM,1341
50
+ gap/pkg/cddinterface/tst/03.tst,sha256=XcnAkPyxhbYqI9wxWYuGUpOKhJHM0BMq0vYFsl7X6PU,1173
51
+ gap/pkg/cddinterface/tst/02.tst,sha256=gVocqyxgD9kBwsy1ZUH59mrhKkNZZRAxEiod4goz5Gw,943
52
+ gap/pkg/cddinterface/tst/01.tst,sha256=nZebMqI4SqhcILetW6hvxgJURLwpqJ-uAJqVm5KW1UM,980
53
+ passagemath_gap_pkg_cddinterface-10.6.23.dist-info/RECORD,,
54
+ passagemath_gap_pkg_cddinterface-10.6.23.dist-info/METADATA.bak,sha256=pL6bZQSUVQ2rKf1rSEZbesrBFC4Yn2ywGBmwVttj3wo,4372
55
+ passagemath_gap_pkg_cddinterface-10.6.23.dist-info/WHEEL,sha256=VrhWOWJdu4wN9IKhAFBqWPMo6yuww-SFg9GbWc0qbmI,136
56
+ passagemath_gap_pkg_cddinterface-10.6.23.dist-info/top_level.txt,sha256=hibFyzQHiLOMK68qL1OWsNKaXOmSXqZjeLTBem6Yy7I,5
57
+ passagemath_gap_pkg_cddinterface-10.6.23.dist-info/METADATA,sha256=DWA91mp9gyOxWVse5RIOyJrqlq24-jpbzq39NY0_X0I,4304
58
+ sage/all__sagemath_gap_pkg_cddinterface.py,sha256=H9CHCHIrL_p1hZv_IJsFw-K7XXVk6xUedO2EQ9P4Wgk,59
59
+ sage/libs/gap_pkg_cddinterface.cpython-312-darwin.so,sha256=FIxXIxyv5WnfWmuYJ-_Lp_oyP8wN7V0jVqcQ21jG03I,55624
60
+ sage/libs/all__sagemath_gap_pkg_cddinterface.py,sha256=H9CHCHIrL_p1hZv_IJsFw-K7XXVk6xUedO2EQ9P4Wgk,59
@@ -0,0 +1,6 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp312-cp312-macosx_14_0_arm64
5
+ Generator: delocate 0.13.0
6
+
@@ -0,0 +1 @@
1
+ # sage_setup: distribution = sagemath-gap-pkg-cddinterface
@@ -0,0 +1 @@
1
+ # sage_setup: distribution = sagemath-gap-pkg-cddinterface