This commit is contained in:
Erik Frojdh
2022-04-29 15:59:26 +02:00
parent 36a1159f38
commit a891db8d06
17 changed files with 315 additions and 195 deletions

View File

@@ -0,0 +1,36 @@
package:
name: moenchzmq
version: {{ environ.get('GIT_DESCRIBE_TAG', '') }}
source:
- path: ../..
build:
number: 0
binary_relocation: True
rpaths:
- lib/
requirements:
build:
- {{ compiler('c') }}
- {{compiler('cxx')}}
- cmake
- libstdcxx-ng
- libgcc-ng
- zeromq
- libtiff
- slsdetlib {{ environ.get('GIT_DESCRIBE_TAG', '') }}
host:
- zeromq
- libtiff
- slsdetlib {{ environ.get('GIT_DESCRIBE_TAG', '') }}
run:
- libstdcxx-ng
- libgcc-ng
- zeromq
- libtiff
- slsdetlib {{ environ.get('GIT_DESCRIBE_TAG', '') }}