Skip to content

Commit e7f5fb5

Browse files
committed
update meson build for new layout
1 parent 7714d6c commit e7f5fb5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/sage/libs/mpmath/meson.build

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
py.install_sources(
22
'__init__.py',
33
'all.py',
4-
'ext_impl.pxd',
5-
'ext_main.pxd',
64
'utils.pxd',
75
subdir: 'sage/libs/mpmath',
86
)
97

108
extension_data = {
11-
'ext_impl' : files('ext_impl.pyx'),
12-
'ext_libmp' : files('ext_libmp.pyx'),
13-
'ext_main' : files('ext_main.pyx'),
149
'utils' : files('utils.pyx'),
1510
}
1611

@@ -21,7 +16,7 @@ foreach name, pyx : extension_data
2116
subdir: 'sage/libs/mpmath',
2217
install: true,
2318
include_directories: [inc_cpython, inc_ext, inc_rings],
24-
dependencies: [py_dep, cysignals, gmp, mpfr],
19+
dependencies: [py_dep, cysignals, gmp, gmpy2, mpfr],
2520
)
2621
endforeach
2722

0 commit comments

Comments
 (0)