orbingol / NURBS-Python

Object-oriented pure Python B-Spline and NURBS library
https://onurraufbingol.com/NURBS-Python/
MIT License
640 stars 156 forks source link

Conda package #144

Closed germa89 closed 2 years ago

germa89 commented 2 years ago

I'm working in a project that one of the requirements is this package. We want to put our package is conda, but it seems it is easier to do this if all the packages dependencies are in conda already.

So I'm happy to do the recipe if any of you agrees to be the maintainer (mainly you will be cited in their page as maintainer)

orbingol commented 2 years ago

@germa89 already there: https://anaconda.org/orbingol/geomdl

The recipes are under conda directory of this repo. Please refer to the CI configuration for conda build instructions. Install instructions are here.

germa89 commented 2 years ago

@orbingol would it be possible to have in conda-forge too?

https://conda-forge.org/ https://github.com/conda-forge/staged-recipes

orbingol commented 2 years ago

Sure, feel free to submit the package request to conda-forge.

germa89 commented 2 years ago

Thank you! I will do it shortly!