Skip to content

Commit a217c71

Browse files
Merge pull request #208 from oscarbenjamin/pr_docs_dev_workflow
Update docs for install, build and dev workflow
2 parents 973c299 + 8c0a2ed commit a217c71

File tree

7 files changed

+1229
-145
lines changed

7 files changed

+1229
-145
lines changed

bin/cibw_before_all_windows.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ set -o errexit
99
# Make a setup.cfg to specify compiling with mingw64 (even though it says
1010
# mingw32...)
1111
#
12+
13+
# This is not needed any more for python-flint >= 0.7.0 because meson is now
14+
# used as the build system rather than setuptools:
1215
echo '[build]' > setup.cfg
1316
echo 'compiler = mingw32' >> setup.cfg
1417
cat setup.cfg
@@ -25,5 +28,5 @@ pacman -S --noconfirm \
2528
libtool\
2629
#
2730

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

0 commit comments

Comments
 (0)