Skip to content

Make CppInterOp available through multiple package managers #508

Open
@mcbarton

Description

@mcbarton

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions