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

Simplifying pydfnworks installation process #93

Closed
wants to merge 3 commits into from

Conversation

ongchi
Copy link

@ongchi ongchi commented Dec 10, 2024

fix #77

This PR simplify the installation process of pydfnworks:

# from dfnWorks src directory
pip install .
  • Migrate project metadata from setup.py to pyproject.toml
  • Bundle binary executables into pydfnworks library and remove some unnecessary environment variables.
  • Add missing includes and fix return value of void function in DFNTrans src. this fix compile error on macOS with clang.

- rename pydfnworks/pydfnworks to pydfnworks
- update docs
- add Makefile to build all binaries
- add setup.py to build binaries when call pip install
- remove unnecessary environment variables of dfnworks in source code
- update docs
@hymanjd
Copy link
Collaborator

hymanjd commented Dec 10, 2024

@ongchi Thank you for the PR submission, but the scope of this PR is too expansive to be accepted as a single PR. There are modifications to both the pydfnworks procedure and DFNTrans.

Note that DFNTrans is no longer being developed / maintained as we expect a release of dfnTrans2.0 in the coming year.

@hymanjd hymanjd closed this Dec 10, 2024
@ongchi
Copy link
Author

ongchi commented Dec 11, 2024

Thank you for your comment.

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 this pull request may close these issues.

Easier installation suggestion
2 participants