You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Linux
Windows
HPC systems regularly make use of these 2
I plan to slowly make my way through the list above over the course of the year.
The text was updated successfully, but these errors were encountered: