mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-04 20:04:14 +02:00
Fixing conda packaging
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
make
|
||||
|
||||
cp bin/* ${PREFIX}/bin
|
||||
cp src/*.hpp ${PREFIX}/include
|
||||
@@ -12,14 +12,14 @@ requirements:
|
||||
build:
|
||||
- make
|
||||
- gcc
|
||||
- cppzmq =4.2.1
|
||||
- hdf5 =1.10.1
|
||||
- boost =1.61.0
|
||||
- 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
|
||||
- cppzmq ==4.2.1
|
||||
- hdf5 ==1.10.1
|
||||
- boost ==1.61.0
|
||||
|
||||
|
||||
about:
|
||||
|
||||
Reference in New Issue
Block a user