Skip to content

Commit

Permalink
Build GMP and MPFR as well in rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarbenjamin committed Sep 9, 2024
1 parent 99654d2 commit 93ffd53
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,9 @@ build:
os: ubuntu-24.04
tools:
python: "3.12"
apt_packages:
- libgmp-dev
- libmpfr-dev
- xz-utils
- ninja-build
commands:
- bin/build_dependencies_unix.sh --skip-gmp --skip-mpfr
- spin --help
- bin/build_dependencies_unix.sh --use-gmp-github-mirror
- spin build -- --pkg-config-path=.local/lib/pkgconfig -Dadd_flint_rpath=true
- spin docs
- mv doc/build/html $READTHEDOCS_OUTPUT/html
Expand Down

0 comments on commit 93ffd53

Please sign in to comment.