cedadev / ceda-jaspy-envs

Conda (Jaspy) environments for CEDA/JASMIN
BSD 2-Clause "Simplified" License
5 stars 0 forks source link

Install `mc` using the jasmin-sci meta-package, or via pip #50

Closed agstephens closed 3 years ago

agstephens commented 3 years ago

mc can be installed in various ways, see:

https://docs.min.io/docs/minio-client-quickstart-guide.html

It looks like conda-forge now has minio in place:

https://github.com/conda-forge/minio-feedstock

alaniwi commented 3 years ago

Including minio conda package in Jaspy autumn release but no executable called mc. Need to check further.

alaniwi commented 3 years ago

The minio package is a python library that seems to be relevant to S3 storage (so we may as well keep it) but it does not provide the command-line utility (which is a compiled executable and not a python script). Still looking for this.

alaniwi commented 3 years ago

Cannot find conda package for mc command line executable. The command line executable can be downloaded from https://dl.min.io/client/mc/release/linux-amd64/mc . Going to wrap this in an RPM (just using downloaded binary, not going to attempt a build from source), and make a ticket to include it in jasmin-sci, then close this ticket because we now have minio python library in the Jaspy autumn release.