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
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.on }}
strategy:
matrix:
on: ["ubuntu-24.04", "macos-13"]
on: ["ubuntu-24.04", "macos-15", "macos-15-intel"]
steps:
- uses: actions/checkout@v5
with: { submodules: recursive }
Expand Down
68 changes: 49 additions & 19 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,49 +13,79 @@ jobs:
strategy:
matrix:
include:
- { task: "test-libeantic", environment: "libeantic-flint-26", on: "ubuntu-24.04" }
- { task: "test-libeantic", environment: "libeantic-flint-26", on: "macos-13" }
- { task: "test-libeantic", environment: "libeantic-flint-27", on: "ubuntu-24.04" }
- { task: "test-libeantic", environment: "libeantic-flint-27", on: "macos-13" }
- { task: "test-libeantic", environment: "libeantic-flint-27", on: "macos-15" }
- { task: "test-libeantic", environment: "libeantic-flint-27", on: "macos-15-intel" }
- { task: "test-libeantic", environment: "libeantic-flint-28", on: "ubuntu-24.04" }
- { task: "test-libeantic", environment: "libeantic-flint-28", on: "macos-13" }
- { task: "test-libeantic", environment: "libeantic-flint-28", on: "macos-15" }
- { task: "test-libeantic", environment: "libeantic-flint-28", on: "macos-15-intel" }
- { task: "test-libeantic", environment: "libeantic-flint-29", on: "ubuntu-24.04" }
- { task: "test-libeantic", environment: "libeantic-flint-29", on: "macos-13" }
- { task: "test-libeantic", environment: "libeantic-flint-29", on: "macos-15" }
- { task: "test-libeantic", environment: "libeantic-flint-29", on: "macos-15-intel" }
- { task: "test-libeantic", environment: "libeantic-flint-30", on: "ubuntu-24.04" }
- { task: "test-libeantic", environment: "libeantic-flint-30", on: "macos-13" }
- { task: "test-libeantic", environment: "libeantic-flint-30", on: "macos-15" }
- { task: "test-libeantic", environment: "libeantic-flint-30", on: "macos-15-intel" }
- { task: "test-libeantic", environment: "libeantic-flint-31", on: "ubuntu-24.04" }
- { task: "test-libeantic", environment: "libeantic-flint-31", on: "macos-13" }
- { task: "test-libeantic", environment: "libeantic-flint-31", on: "macos-15" }
- { task: "test-libeantic", environment: "libeantic-flint-31", on: "macos-15-intel" }
- { task: "test-libeantic", environment: "libeantic-flint-32", on: "ubuntu-24.04" }
- { task: "test-libeantic", environment: "libeantic-flint-32", on: "macos-13" }
- { task: "test-libeantic", environment: "libeantic-flint-32", on: "macos-15" }
- { task: "test-libeantic", environment: "libeantic-flint-32", on: "macos-15-intel" }
- { task: "test-libeantic", environment: "env-address-sanitizer", on: "ubuntu-24.04" }
- { task: "test-libeantic", environment: "env-undefined-sanitizer", on: "ubuntu-24.04" }
- { task: "test-libeantic-valgrind", environment: "dev", on: "ubuntu-24.04" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-92", on: "ubuntu-24.04" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-93", on: "ubuntu-24.04" }
# SageMath 9.3 is only compatible with old builds of cppyy 3.1.2 which are not functional with the 10.15 macOS SDK
# - { task: "test-pyeantic", environment: "pyeantic-sagemath-93", on: "macos-15" }
# - { task: "test-pyeantic", environment: "pyeantic-sagemath-93", on: "macos-15-intel" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-94", on: "ubuntu-24.04" }
# SageMath 9.4 is only compatible with old builds of cppyy 3.1.2 which are not functional with the 10.15 macOS SDK
# - { task: "test-pyeantic", environment: "pyeantic-sagemath-94", on: "macos-15" }
# - { task: "test-pyeantic", environment: "pyeantic-sagemath-94", on: "macos-15-intel" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-95", on: "ubuntu-24.04" }
# SageMath 9.5 is only compatible with old builds of cppyy 3.1.2 which are not functional with the 10.15 macOS SDK
# - { task: "test-pyeantic", environment: "pyeantic-sagemath-95", on: "macos-15" }
# - { task: "test-pyeantic", environment: "pyeantic-sagemath-95", on: "macos-15-intel" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-96", on: "ubuntu-24.04" }
# SageMath 9.6 is only compatible with old builds of cppyy 3.1.2 which are not functional with the 10.15 macOS SDK
# - { task: "test-pyeantic", environment: "pyeantic-sagemath-96", on: "macos-15" }
# - { task: "test-pyeantic", environment: "pyeantic-sagemath-96", on: "macos-15-intel" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-97", on: "ubuntu-24.04" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-97", on: "macos-13" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-97", on: "macos-15" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-97", on: "macos-15-intel" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-98", on: "ubuntu-24.04" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-98", on: "macos-13" }
# SageMath 9.8 fails to resolve some symbols in the linbox stack, https://github.com/conda-forge/sagelib-feedstock/issues/209
# - { task: "test-pyeantic", environment: "pyeantic-sagemath-98", on: "macos-15" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-98", on: "macos-15-intel" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-100", on: "ubuntu-24.04" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-100", on: "macos-13" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-100", on: "macos-15" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-100", on: "macos-15-intel" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-101", on: "ubuntu-24.04" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-101", on: "macos-13" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-101", on: "macos-15" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-101", on: "macos-15-intel" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-102", on: "ubuntu-24.04" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-102", on: "macos-13" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-102", on: "macos-15" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-102", on: "macos-15-intel" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-103", on: "ubuntu-24.04" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-103", on: "macos-13" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-102", on: "macos-15" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-102", on: "macos-15-intel" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-104", on: "ubuntu-24.04" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-104", on: "macos-13" }
# SageMath 10.4 fails to resolve some symbols in the linbox stack, https://github.com/conda-forge/sagelib-feedstock/issues/209
# - { task: "test-pyeantic", environment: "pyeantic-sagemath-104", on: "macos-15" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-104", on: "macos-15-intel" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-105", on: "ubuntu-24.04" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-105", on: "macos-13" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-105", on: "macos-15" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-105", on: "macos-15-intel" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-106", on: "ubuntu-24.04" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-106", on: "macos-13" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-106", on: "macos-15" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-106", on: "macos-15-intel" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-107", on: "ubuntu-24.04" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-107", on: "macos-15" }
- { task: "test-pyeantic", environment: "pyeantic-sagemath-107", on: "macos-15-intel" }
- { task: "test-pyeantic-valgrind", environment: "dev", on: "ubuntu-24.04" }
- { task: "distcheck", environment: "dev", on: "ubuntu-24.04" }
- { task: "distcheck", environment: "dev", on: "macos-13" }
- { task: "distcheck", environment: "dev", on: "macos-15" }
- { task: "distcheck", environment: "dev", on: "macos-15-intel" }
steps:
- uses: actions/checkout@v5
with: { submodules: recursive }
Expand Down
2 changes: 1 addition & 1 deletion doc/manual/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ generated/html/index.html: generated/doxygen/xml/index.xml flint.inv $(srcdir)/*
$(MAKE) -C ../../libeantic/src
$(MAKE) -C ../../libeantic/srcxx
source ../../pyeantic/test/test-env.sh && \
python $(SPHINXBUILD) -b html $(srcdir) $(builddir)/generated/html
python $(SPHINXBUILD) -b html -W $(srcdir) $(builddir)/generated/html
cp $(srcdir)/robots.txt generated/html/

generated/doxygen/xml/index.xml: $(srcdir)/Doxyfile $(srcdir)/../../libeantic/e-antic/*.h $(srcdir)/../../libeantic/e-antic/*.hpp
Expand Down
3 changes: 3 additions & 0 deletions doc/news/cppyy-sagemath-107.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**Fixed:**

* Fixed compatibility with SageMath 10.7
Loading
Loading