We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea8feb commit a125412Copy full SHA for a125412
1 file changed
meson.build
@@ -3,7 +3,7 @@ project('gmp', 'c',
3
check: true).stdout().strip(),
4
default_options: ['c_std=c17'])
5
py = import('python').find_installation(pure: false)
6
-libzz = dependency('zz', version: '>= 0.7.0')
+libzz = dependency('zz', version: '>= 0.9.0a4')
7
py.extension_module('gmp', ['fmt.c', 'gmp.c', 'utils.c'],
8
install: true, dependencies: libzz)
9
install_dir = py.get_install_dir()
0 commit comments