mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-03 16:04:12 +02:00
Add conda-recipe folder
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user