Skip to content

Commit

Permalink
gh-36548: Support a few more Cython system packages
Browse files Browse the repository at this point in the history
    
The usual stuff, for:

- cypari2
- cysignals
- fpylll
- memory_allocator
- pplpy
- primecountpy

### Dependencies

- #36482
    
URL: #36548
Reported by: Michael Orlitzky
Reviewer(s): Dima Pasechnik, Matthias Köppe, Michael Orlitzky
  • Loading branch information
Release Manager committed Nov 5, 2023
2 parents 1674ef8 + 44dd3c5 commit 8c93da9
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/pkgs/cypari/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev-python/cypari2
5 changes: 5 additions & 0 deletions build/pkgs/cypari/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
SAGE_SPKG_CONFIGURE([cypari], [
SAGE_SPKG_DEPCHECK([cysignals pari], [
SAGE_PYTHON_PACKAGE_CHECK([cypari])
])
])
1 change: 1 addition & 0 deletions build/pkgs/cysignals/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev-python/cysignals
3 changes: 3 additions & 0 deletions build/pkgs/cysignals/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SAGE_SPKG_CONFIGURE([cysignals], [
SAGE_PYTHON_PACKAGE_CHECK([cysignals])
])
1 change: 1 addition & 0 deletions build/pkgs/fpylll/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev-python/fpylll
5 changes: 5 additions & 0 deletions build/pkgs/fpylll/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
SAGE_SPKG_CONFIGURE([fpylll], [
SAGE_SPKG_DEPCHECK([cysignals fplll numpy], [
SAGE_PYTHON_PACKAGE_CHECK([fpylll])
])
])
1 change: 1 addition & 0 deletions build/pkgs/memory_allocator/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev-python/memory-allocator
3 changes: 3 additions & 0 deletions build/pkgs/memory_allocator/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SAGE_SPKG_CONFIGURE([memory_allocator], [
SAGE_PYTHON_PACKAGE_CHECK([memory_allocator])
])
1 change: 1 addition & 0 deletions build/pkgs/pplpy/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev-python/pplpy
5 changes: 5 additions & 0 deletions build/pkgs/pplpy/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
SAGE_SPKG_CONFIGURE([pplpy], [
SAGE_SPKG_DEPCHECK([cysignals gmpy2 ppl], [
SAGE_PYTHON_PACKAGE_CHECK([pplpy])
])
])
1 change: 1 addition & 0 deletions build/pkgs/primecountpy/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev-python/primecountpy
5 changes: 5 additions & 0 deletions build/pkgs/primecountpy/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
SAGE_SPKG_CONFIGURE([primecountpy], [
SAGE_SPKG_DEPCHECK([cysignals primecount], [
SAGE_PYTHON_PACKAGE_CHECK([primecountpy])
])
])

0 comments on commit 8c93da9

Please sign in to comment.