-
Notifications
You must be signed in to change notification settings - Fork 39
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
use setup #17
use setup #17
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some input files for the examples were deleted, such as python/examples/sphere/even_sphere.ftm
. Those should be moved to the new examples
location.
'pyhyp': ['*.so'] | ||
}, | ||
install_requires=[ | ||
'numpy>=1.16.4', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also mpi4py is needed
Purpose
Change the structure of the repo to use the
setup.py
method of installation.This will make it easier to install environment specific packages and specify dependencies.
One can install the repo now by doing
make
(if applicable) andpip install .
Type of change
Checklist