Add conda recipe for alvra

This commit is contained in:
2018-07-11 12:05:45 +02:00
parent 4000b436cf
commit 4a1c3fbcba
2 changed files with 30 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
make
cp bin/* ${PREFIX}/bin
cp ../../bin/* ${PREFIX}/lib
+26
View File
@@ -0,0 +1,26 @@
package:
name: alvra_cpp_h5_writer
version: 0.0.1
build:
number: 0
source:
path: ..
requirements:
build:
- make
- gcc
- cppzmq ==4.2.1
- hdf5 ==1.10.1
- boost ==1.61.0
run:
- cppzmq ==4.2.1
- hdf5 ==1.10.1
- boost ==1.61.0
about:
summary: "Alvra ZMQ to H5 writer."