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

use setup #17

Merged
merged 6 commits into from
Jun 16, 2020
Merged

use setup #17

merged 6 commits into from
Jun 16, 2020

Conversation

joanibal
Copy link
Collaborator

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) and pip install .

Type of change

  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)

Checklist

  • I have run unit and regression tests which pass locally with my changes

@joanibal joanibal requested a review from a team as a code owner June 12, 2020 14:01
@joanibal joanibal requested review from SichengHe, eirikurj and ewu63 and removed request for SichengHe June 12, 2020 14:01
Copy link
Collaborator

@ewu63 ewu63 left a 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',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also mpi4py is needed

@eirikurj eirikurj merged commit dd101d8 into mdolab:master Jun 16, 2020
sseraj added a commit to sseraj/pyhyp that referenced this pull request Jul 25, 2021
sseraj added a commit to sseraj/pyhyp that referenced this pull request Aug 17, 2021
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.

3 participants