vallis / libstempo

libstempo — a Python wrapper for tempo2
MIT License
29 stars 34 forks source link

Make libstempo conda package #27

Closed mattpitkin closed 3 years ago

mattpitkin commented 3 years ago

We recently added tempo2 to the conda-forge package repository and it would be nice to have libstempo in there too. Would anyone be willing to take this on? Otherwise, I'd be happy to put the recipe together if your happy for me to.

vallis commented 3 years ago

I would support doing this, but have no experience doing conda packaging, so if you're willing to take the lead, I will assist. libstempo depends on tempo2, numpy, and cython. Are you providing tempo2 binaries for all platforms?

mattpitkin commented 3 years ago

I'm happy to move this forward. The installation of tempo2 via conda support Linux and Mac installations.

mattpitkin commented 3 years ago

I've create a conda recipe here https://github.com/conda-forge/staged-recipes/pull/13450