From cf065c3a1f6d7364d4619c789ea44c740bb04daa Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Tue, 9 Jan 2018 11:22:01 +0100 Subject: [PATCH] Add conda-recipe folder --- conda-recipe/meta.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 conda-recipe/meta.yaml diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml new file mode 100644 index 0000000..b18f93e --- /dev/null +++ b/conda-recipe/meta.yaml @@ -0,0 +1,32 @@ +package: + name: zmq_h5_writer + version: 0.0.1 + +build: + number: 0 + +source: + path: .. + +requirements: + build: + - make + - gcc + - cppzmq + - hdf5 + - rapidjson + + run: + - cmake + - gcc + - cppzmq + - hdf5 + - rapidjson + + test: + - gtest + + +about: + summary: "C++ implementation of a ZMQ to H5 writer." +