diff --git a/conda-recipes/loom-client/build.sh b/conda-recipes/loom-client/build.sh new file mode 100644 index 0000000000000000000000000000000000000000..7bee2be21a8baaca2580a471ec8b944966310d6d --- /dev/null +++ b/conda-recipes/loom-client/build.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +cd python +sh generate.sh +python setup.py install --single-version-externally-managed --record=record.txt diff --git a/conda-recipes/loom-client/meta.yaml b/conda-recipes/loom-client/meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2ad552c8ad78457a704e3875e01cc5bf08a0048d --- /dev/null +++ b/conda-recipes/loom-client/meta.yaml @@ -0,0 +1,20 @@ +package: + name: hyperloom-client + version: 0.7 + +source: + git_url: https://code.it4i.cz/ADAS/loom + git_tag: v0.7.0 + +requirements: + build: + - protobuf + - python + - setuptools + run: + - protobuf + - cloudpickle + +about: + home: http://loom-it4i.readthedocs.io/ + license: BSD