This commit is contained in:
Erik Frojdh
2020-02-13 12:18:53 +01:00
parent 7b7641fb53
commit fbb901c8cc
2 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,7 @@ source:
build:
number: 1
binary_relocation: True
rpaths:
- lib/
@ -71,12 +72,16 @@ outputs:
requirements:
build:
- {{ compiler('c') }}
- {{compiler('cxx')}}
- python
- {{ pin_subpackage('slsdetlib', exact=True) }}
- setuptools
run:
- libstdcxx-ng
- libgcc-ng
- python
- numpy
- {{ pin_subpackage('slsdetlib', exact=True) }}