Skip to content

Commit

Permalink
sagemathgh-39418: more spkg-configures (new/fixes)
Browse files Browse the repository at this point in the history
    
this adds spkg-configure for `h11`, and fixes incorrect spkg-configure
for symengine_py
    
URL: sagemath#39418
Reported by: Dima Pasechnik
Reviewer(s): Michael Orlitzky
  • Loading branch information
Release Manager committed Feb 4, 2025
2 parents 4c4db76 + de58341 commit 60d5052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/pkgs/h11/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SAGE_SPKG_CONFIGURE([h11], [SAGE_PYTHON_PACKAGE_CHECK([h11])])
2 changes: 1 addition & 1 deletion build/pkgs/symengine_py/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SAGE_SPKG_CONFIGURE([symengine_py], [SAGE_PYTHON_PACKAGE_CHECK([symengine_py])])
SAGE_SPKG_CONFIGURE([symengine_py], [SAGE_PYTHON_PACKAGE_CHECK([symengine])])

0 comments on commit 60d5052

Please sign in to comment.