Skip to content

Commit 80a2744

Browse files
author
Release Manager
committed
gh-36777: spkg-configure.m4 for most external Python pkgs After #36129 and #36776 we are still left with a bunch of external (non- Sage) Python packages which need `spkg-configure.m4` and distros info. Here we add these. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> - #36129 - #36776 <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #36777 Reported by: Dima Pasechnik Reviewer(s):
2 parents 78bdda4 + 016fc0e commit 80a2744

File tree

87 files changed

+146
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+146
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SAGE_SPKG_CONFIGURE([admcycles], [SAGE_PYTHON_PACKAGE_CHECK([admcycles])])

build/pkgs/anyio/spkg-configure.m4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SAGE_SPKG_CONFIGURE([anyio], [SAGE_PYTHON_PACKAGE_CHECK([anyio])])

build/pkgs/arrow/spkg-configure.m4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SAGE_SPKG_CONFIGURE([arrow], [SAGE_PYTHON_PACKAGE_CHECK([arrow])])
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SAGE_SPKG_CONFIGURE([async_lru], [SAGE_PYTHON_PACKAGE_CHECK([async_lru])])
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SAGE_SPKG_CONFIGURE([auditwheel_or_delocate], [SAGE_PYTHON_PACKAGE_CHECK([auditwheel_or_delocate])])
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SAGE_SPKG_CONFIGURE([biopython], [SAGE_PYTHON_PACKAGE_CHECK([biopython])])

build/pkgs/comm/spkg-configure.m4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SAGE_SPKG_CONFIGURE([comm], [SAGE_PYTHON_PACKAGE_CHECK([comm])])

build/pkgs/cvxpy/spkg-configure.m4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SAGE_SPKG_CONFIGURE([cvxpy], [SAGE_PYTHON_PACKAGE_CHECK([cvxpy])])

build/pkgs/cylp/spkg-configure.m4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SAGE_SPKG_CONFIGURE([cylp], [SAGE_PYTHON_PACKAGE_CHECK([cylp])])
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SAGE_SPKG_CONFIGURE([database_cubic_hecke], [SAGE_PYTHON_PACKAGE_CHECK([database_cubic_hecke])])

0 commit comments

Comments
 (0)