Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meson test fails on string_array_input_f2py example #244

Closed
krystophny opened this issue Jan 5, 2025 · 0 comments · Fixed by #245
Closed

Meson test fails on string_array_input_f2py example #244

krystophny opened this issue Jan 5, 2025 · 0 comments · Fixed by #245

Comments

@krystophny
Copy link
Contributor

krystophny commented Jan 5, 2025

Currenty, the Meson builds fail on example/string_array_input_f2py due to the specific target in the Makefile not compatible with the generic template:

f2py: ${OBJ} ${SIGNATURES}
	CFLAGS="${CFLAGS}" ${F2PY} -c -m _${PY_MOD}_sign ${F2PYFLAGS} ${LINK} ${OBJ} ${SIGNATURES}
	CFLAGS="${CFLAGS}" ${F2PY} -c -m _${PY_MOD}_no_sign ${F2PYFLAGS} ${F90_SRC}

To be able to proceed, I disabled the test in Makefile.meson in #243 until it is resolved. Locally it runs fine with make.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant