8000 MAINT: Add meson.build for f2py · numpy/numpy@518074e · GitHub
[go: up one dir, main page]

Skip to content

Commit 518074e

Browse files
committed
MAINT: Add meson.build for f2py
Should address #22225 (comment)
1 parent 4e3336b commit 518074e

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

numpy/f2py/meson.build

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
py.install_sources(
2+
[
3+
'src/fortranobject.c',
4+
'src/fortranobject.h',
5+
],
6+
subdir: 'numpy/f2py/src'
7+
)
8+
9+
py.install_sources(
10+
[
11+
'_backends/meson.build.template',
12+
],
13+
subdir: 'numpy/f2py/_backends'
14+
)

numpy/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,3 +413,4 @@ subdir('core')
413413
subdir('fft')
414414
subdir('linalg')
415415
subdir('random')
416+
subdir('f2py')

0 commit comments

Comments
 (0)
0