-
Notifications
You must be signed in to change notification settings - Fork 7
Fix pip install and pysimple backend runtime #222
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
base: main
Are you sure you want to change the base?
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||||||||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||
193a066 to
dd90ed8
Compare
Fixes
pip install .failing due to invalidpyproject.tomlkeys and avoids clobbering the repobuild/dir by scikit-build.Also declares
f90wrapas a runtime dependency forpysimpleand improves import error messages whenf90wrapor_simple_backendis missing.Test:
make test(log:/tmp/simple_make_test2.log)