File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 362362echo
363363echo -----------------------------------------------------------------------
364364echo
365-
366-
367-
368- ls -R $PREFIX
369- cat $PREFIX /lib/pkgconfig/gmp.pc
Original file line number Diff line number Diff line change @@ -11,9 +11,8 @@ flint_dep = dependency('flint')
1111
1212flint_dep = dependency (' flint' )
1313
14+ # flint.pc was missing -lflint until Flint 3.1.0
1415if 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' )
1817endif
1918
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" meson-python" ,
3- " numpy; sys_platform == 'win32' and python_version < '3.12'" ,
4- " Cython>=3" ]
2+ requires = [" meson-python" ]
53build-backend = " mesonpy"
64
75[project ]
You can’t perform that action at this time.
0 commit comments