gdevenyi / NeuroAnsible

An ansible playbook to deploy a complete standalone neuroimaging workstation
GNU General Public License v3.0
20 stars 0 forks source link

switch to conda version of minc-toolkit? #25

Open vfonov opened 3 weeks ago

vfonov commented 3 weeks ago

I have recipes for building minc-toolkit with conda, and there is version 1.9.18 based on the classic anaconda packages : https://anaconda.org/vfonov/minc-toolkit-v2 and also one based on conda-forge in https://anaconda.org/vfonov/repo/files?type=any&label=minc-forge

I started to create a minimally dependant packages (mostly for python) to link only to libminc ( https://anaconda.org/vfonov/libminc ) to not drag all the minc-toolkit dependencies.

Perhaps it would be worth switching from .deb version?

gdevenyi commented 3 weeks ago

I had on my list to attempt some maintenance/release work on minc-toolkit. I would be ok with moving to a conda-based minc, but what are the chances to upstreaming to conda-forge?

vfonov commented 3 weeks ago

well... I think minc-toolkit is too big of a monster for conda-forge , if we break it up into subpackets, it might work

gdevenyi commented 3 weeks ago

Yes of course, I mean the subpackages, starting with libminc would be the big one.

vfonov commented 3 weeks ago

https://github.com/vfonov/conda-recipes-forge - here are my recipes. I could try to upstream a couple of simple ones.