-
Notifications
You must be signed in to change notification settings - Fork 10
Pip / Conda Packaging Draft PR #84
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
Draft
georgiastuart
wants to merge
25
commits into
EXP-code:main
Choose a base branch
from
georgiastuart:build-tools
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 6 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
8c19e33
Initial packaging
georgiastuart c0af40d
Add cmake packaging
georgiastuart 05cf1d1
Packaging modifications
georgiastuart bd96e58
Update conda install
georgiastuart 731a621
Add nbody pip package
georgiastuart 191aa5d
Committing unfinished conda work
georgiastuart badc8b2
Merge branch 'main' into build-tools
georgiastuart af414f8
Update EXP-libraries for latest change
georgiastuart 23654b4
Fix exp build following main merge
georgiastuart f10d3a8
Fix pyEXP pypi packaging
georgiastuart 158a7ff
Fix pybind11 load when using submodules
georgiastuart 780f36a
Silence find_package warnings when not needed
georgiastuart a3d6c9b
Move pybind11 subdir add to outer CMake file
georgiastuart c781aa5
Fix syntax error
georgiastuart caa66ac
Remove extra libgfortran find causing issues
georgiastuart 8182865
Add include for yaml and highfive submodule versions
georgiastuart c0d294a
Add config dir for whole project
georgiastuart 36f191c
Use build interface generator function for config include
georgiastuart 60d7fb4
Adjust fortran and libtirpc strategy
georgiastuart 0e3689e
Fix highfive locating
georgiastuart 4f77d15
Update CMakeLists.txt
georgiastuart 7e95b67
Fix highfive locating
georgiastuart 479e1c1
Update tests for new pyEXP layout
georgiastuart ca4134a
Update to use internal highfive everywhere
georgiastuart c59e83f
Add spack package draft
georgiastuart File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
For my standard build, this line addition is a problem. Perhaps it needs to be inside some
ifstatement?Uh oh!
There was an error while loading. Please reload this page.
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.
Ah! I think it should only use
find_packageforyaml-cppifUSE_SUBMODULES=OFF, so I'll fix that. Merging in the latest updates and fixing up any oddities.