Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nennigb committed Nov 28, 2024
1 parent 01b2565 commit 1a5a915
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ inc_np = include_directories(incdir_numpy, incdir_f2py)

# Copy .f2py_f2cmap in buildir (f2py needs it in the working dir)
fs = import('fs')
fs.copyfile('.f2py_f2cmap')
fs.copyfile('.f2py_f2cmap')
_polsys_module = custom_target('polsys',
output: ['polsysmodule.c', 'polsys-f2pywrappers2.f90', 'polsys-f2pywrappers.f'],
input: 'pypolsys/src/polsys.pyf',
input: ['pypolsys/src/polsys.pyf'],
command : [py, '-m', 'numpy.f2py', '@INPUT@', '--lower']
)
# Pypolsys extension own src files
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
build-backend = 'mesonpy'
requires = ['meson-python>=0.13.0', 'cython', 'numpy']
requires = ['meson-python>=0.15.0', 'cython', 'numpy']

[project]
name = 'pypolsys'
Expand Down

0 comments on commit 1a5a915

Please sign in to comment.