xenon-middleware / xenon-cli

Perform files and jobs operations with Xenon library from command line
http://nlesc.github.io/Xenon/
Apache License 2.0
2 stars 3 forks source link

Create a conda package for xenon-cli #49

Closed arnikz closed 6 years ago

sverhoeven commented 6 years ago

Working on it in https://github.com/NLeSC/xenon-cli/tree/conda

sverhoeven commented 6 years ago

Rough first version on https://anaconda.org/nlesc/xenon-cli

Install with

conda install -c nlesc xenon-cli 

Todo:

sverhoeven commented 6 years ago

Now building a noarch, but this does not work under Windows because the xenon.bat is not part of build.

So either go with linux64 only or go multiple archs. Multiple archs requires ci servers to build for the different archs. Like is done at conda-forge

sverhoeven commented 6 years ago

For now manually building linux-64 arch. If other arches are needed then open an issue.