This commit is contained in:
Erik Frojdh
2020-02-13 15:08:36 +01:00
parent 53b1456f1a
commit 990f32397b
3 changed files with 7 additions and 7 deletions

View File

@ -16,13 +16,10 @@ requirements:
build:
- {{ compiler('c') }}
- {{compiler('cxx')}}
# - python {{python}}
- cmake
- qwt 6 #require qt5 investigate before activating gui
- qt=4.8
# - zeromq=4.2.5=hfc679d8_5
- qwt 6
- qt 4.8
- zeromq
# - pyzmq
- xorg-libx11
- xorg-libice
- xorg-libxext
@ -69,9 +66,9 @@ outputs:
requirements:
build:
- python
- {{ compiler('c') }}
- {{compiler('cxx')}}
- python
- {{ pin_subpackage('slsdetlib', exact=True) }}
- setuptools