mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
WIP
This commit is contained in:
@ -15,6 +15,7 @@ requirements:
|
|||||||
build:
|
build:
|
||||||
- {{ compiler('c') }}
|
- {{ compiler('c') }}
|
||||||
- {{compiler('cxx')}}
|
- {{compiler('cxx')}}
|
||||||
|
- python {{python}}
|
||||||
- cmake
|
- cmake
|
||||||
- qwt 6.* #require qt5 investigate before activating gui
|
- qwt 6.* #require qt5 investigate before activating gui
|
||||||
- qt=4.8*
|
- qt=4.8*
|
||||||
@ -65,12 +66,12 @@ outputs:
|
|||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
build:
|
build:
|
||||||
- python {{ python }}
|
- python {{python}}
|
||||||
- setuptools
|
- setuptools
|
||||||
- wheel
|
- wheel
|
||||||
|
|
||||||
run:
|
run:
|
||||||
- python {{ python }}
|
- python {{python}}
|
||||||
- numpy
|
- numpy
|
||||||
- slsdetlib=udp
|
- slsdetlib=udp
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user