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

Make CppInterOp available through multiple package managers #508

Open
mcbarton opened this issue Feb 21, 2025 · 0 comments
Open

Make CppInterOp available through multiple package managers #508

mcbarton opened this issue Feb 21, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@mcbarton
Copy link
Collaborator

Description of new feature

Currently CppInterOp is only available through the conda package manager. To increase the number of people making use of CppInterOp it should be made available through multiple package managers for a variety of systems. I'm aware that doing this is a lot of work, but I think its worth the effort. Examples package managers include

For osx

  • MacPorts (my package manager of choice on osx)
  • Homebrew (very popular for osx due to not requiring admin rights like conda)

Linux

  • apt/apt-get (the default package managers for Ubuntu)
  • dnf (I believe the default for Fedora)

Windows

  • Chocolatey (the package manager used by Github on Windows)

HPC systems regularly make use of these 2

  • Spack
  • Easybuild

I plan to slowly make my way through the list above over the course of the year.

@mcbarton mcbarton added the enhancement New feature or request label Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant