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

Adds a package manager based on PIP #142

Merged
merged 32 commits into from
Dec 21, 2023
Merged

Adds a package manager based on PIP #142

merged 32 commits into from
Dec 21, 2023

Conversation

ryanmrichard
Copy link
Collaborator

Is this pull request associated with an issue(s)?
Not that I'm aware of.

Description
This PR adds a new class PIPPackageManager and hooks it into find_or_build_dependency. IMHO the hook up is a bit hacky, but I'd rather do the refactoring in forthcoming PRs to aid in getting the JCP paper out. In addition to adding the package manager it also adds tests and a developer tutorial on how to add future classes.

TODOs
None (assuming CI passes)

@ryanmrichard ryanmrichard self-assigned this Dec 15, 2023
cmake/cmaize/package_managers/get_package_manager.cmake Outdated Show resolved Hide resolved
cmake/cmaize/package_managers/pip/pip.cmake Outdated Show resolved Hide resolved
cmake/cmaize/package_managers/pip/pip.cmake Outdated Show resolved Hide resolved
tests/cmaize/package_managers/pip/test_pip.cmake Outdated Show resolved Hide resolved
cmake/cmaize/utilities/python.cmake Show resolved Hide resolved
cmake/cmaize/utilities/python.cmake Outdated Show resolved Hide resolved
cmake/cmaize/package_managers/pip/pip.cmake Show resolved Hide resolved
@ryanmrichard ryanmrichard merged commit f339094 into master Dec 21, 2023
7 checks passed
@ryanmrichard ryanmrichard deleted the pip_pm branch December 21, 2023 17:27
Copy link

🚀 [bumpr] Bumped! New version:v0.3.1 Changes:v0.3.0...v0.3.1

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.

2 participants