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

Add command line wrappers for minimally modified phshift2007 programs #86

Open
4 tasks
Liam-Deacon opened this issue Jan 22, 2024 · 0 comments
Open
4 tasks

Comments

@Liam-Deacon
Copy link
Owner

Liam-Deacon commented Jan 22, 2024

This should be a legitimate option for users who wish to stick as closely as possible to the reference implementation of phsh* programs, albeit with their own potential issues owing to naïve compilation using modern compilers without attempting to address highlighted issues, e.g. gfortran -std=legacy -Wall -frecursive -fcheck-bounds.

Due to the complexities of bundling these programs as part of wheel builds, it may only be possible to bundle the compiled phsh* binaries with the docker container image.

This probably involves a few tasks:

  • Bundle compiled (& statically linked) phsh binaries with Docker image
  • Bundle phsh binaries with wheels
  • Extend wrapper interface to allow selection of backend, e.g. f2py or legacy
  • Document selection and use
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

No branches or pull requests

1 participant