Add conda-recipe folder

This commit is contained in:
2018-01-09 11:22:01 +01:00
parent 93996be8eb
commit cf065c3a1f
+32
View File
@@ -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."