anmonteiro / lumo

Fast, cross-platform, standalone ClojureScript environment
Eclipse Public License 1.0
1.88k stars 85 forks source link

conda-forge package for lumo-cljs #278

Open abhi18av opened 7 years ago

abhi18av commented 7 years ago

Hi guys,

I've been working on the conda-forge package for lumo in this PR

I'm running into issues, could you help me get lumo into the conda management space ?

anmonteiro commented 7 years ago

I have never heard of this before. I looked at the CI failures and it looks like you have invalid YAML?

abhi18av commented 7 years ago

Actually, I'd like to get clojure(script) into the community-driven effort for Data Science

Clojure is often used in Data Science and so is Javascript, Python , Julia, Java and R. So, instead of treating each language as an island there's a language-agnostic and platform-agnostic package manager called conda which is an initiative from Anaconda.

Think of brew but completely cross platform and it creates isolated environments for installed software which can't interfere with each other.

The main advantage is that it's result of push towards reproducible research and analysis. I think that clojure community would greatly benefit from conda. conda-forge, like bio-conda is an entirely community driven effort towards this goal.

Trouble is, I need help regarding setting up the package once.

Here's the current error, after updating the PR for yaml and sha256sum

TypeError: 'NoneType' object is not callable

And you can read more here https://circleci.com/gh/conda-forge/staged-recipes/19958?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link