Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions build/pkgs/flint/spkg-configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ SAGE_SPKG_CONFIGURE([flint], [
AC_CHECK_HEADERS([flint/flint.h flint/padic.h], [dnl
dnl gr_get_fexpr appears in Flint 3.0
AC_SEARCH_LIBS([gr_get_fexpr], [flint], [dnl
dnl Assume Flint 3.3 is too new
AC_MSG_CHECKING([whether FLINT version is >= 3.3.0])
dnl Assume Flint 3.4 is too new
AC_MSG_CHECKING([whether FLINT version is >= 3.4.0])
AC_COMPILE_IFELSE([dnl
AC_LANG_PROGRAM([[#include <flint/flint.h>
#if __FLINT_RELEASE >= 30300
# error "FLINT 3.3 is too new"
#if __FLINT_RELEASE > 30399
# error "FLINT 3.4 is too new"
#endif
]])
], [dnl
Expand Down
3 changes: 3 additions & 0 deletions build/pkgs/roman_numerals/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SAGE_SPKG_CONFIGURE([roman_numerals], [
SAGE_PYTHON_PACKAGE_CHECK([roman_numerals])
])
File renamed without changes.
3 changes: 0 additions & 3 deletions build/pkgs/roman_numerals_py/spkg-configure.m4

This file was deleted.

2 changes: 1 addition & 1 deletion build/pkgs/sphinx/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
| $(PYTHON_TOOLCHAIN) docutils jinja2 pygments snowballstemmer imagesize babel alabaster requests roman_numerals_py sphinxcontrib_websupport sphinxcontrib_applehelp sphinxcontrib_devhelp sphinxcontrib_htmlhelp sphinxcontrib_jsmath sphinxcontrib_qthelp sphinxcontrib_serializinghtml packaging importlib_metadata $(PYTHON)
| $(PYTHON_TOOLCHAIN) docutils jinja2 pygments snowballstemmer imagesize babel alabaster requests roman_numerals sphinxcontrib_websupport sphinxcontrib_applehelp sphinxcontrib_devhelp sphinxcontrib_htmlhelp sphinxcontrib_jsmath sphinxcontrib_qthelp sphinxcontrib_serializinghtml packaging importlib_metadata $(PYTHON)

----------
All lines of this file are ignored except the first.
Loading