Skip to content

Commit 899858f

Browse files
committed
Remove unnecessary build dependencies
1 parent 8cbb5f1 commit 899858f

3 files changed

Lines changed: 2 additions & 10 deletions

File tree

bin/build_dependencies_unix.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,3 @@ fi
362362
echo
363363
echo -----------------------------------------------------------------------
364364
echo
365-
366-
367-
368-
ls -R $PREFIX
369-
cat $PREFIX/lib/pkgconfig/gmp.pc

meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ flint_dep = dependency('flint')
1111

1212
flint_dep = dependency('flint')
1313

14+
# flint.pc was missing -lflint until Flint 3.1.0
1415
if flint_dep.version().version_compare('<3.1')
15-
# This is a workaround for the fact that the flint.pc file in flint < 3.1
16-
# is missing -lflint. This is fixed in flint 3.1.0.
1716
flint_dep = cc.find_library('flint')
1817
endif
1918

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[build-system]
2-
requires = ["meson-python",
3-
"numpy; sys_platform == 'win32' and python_version < '3.12'",
4-
"Cython>=3"]
2+
requires = ["meson-python"]
53
build-backend = "mesonpy"
64

75
[project]

0 commit comments

Comments
 (0)