Add Bernina conda build

This commit is contained in:
2018-07-11 13:57:33 +02:00
parent 4a1c3fbcba
commit 273de3ca51
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: bernina_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: "Bernina ZMQ to H5 writer."