Skip to content

Commit

Permalink
Merge pull request #208 from oscarbenjamin/pr_docs_dev_workflow
Browse files Browse the repository at this point in the history
Update docs for install, build and dev workflow
  • Loading branch information
oscarbenjamin authored Sep 1, 2024
2 parents 973c299 + 8c0a2ed commit a217c71
Show file tree
Hide file tree
Showing 7 changed files with 1,229 additions and 145 deletions.
5 changes: 4 additions & 1 deletion bin/cibw_before_all_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ set -o errexit
# Make a setup.cfg to specify compiling with mingw64 (even though it says
# mingw32...)
#

# This is not needed any more for python-flint >= 0.7.0 because meson is now
# used as the build system rather than setuptools:
echo '[build]' > setup.cfg
echo 'compiler = mingw32' >> setup.cfg
cat setup.cfg
Expand All @@ -25,5 +28,5 @@ pacman -S --noconfirm \
libtool\
#

# This takes ~30mins
# This is slow with MinGW:
bin/build_dependencies_unix.sh --use-gmp-github-mirror
Loading

0 comments on commit a217c71

Please sign in to comment.