mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-04 17:10:42 +02:00
34 lines
552 B
YAML
Executable File
34 lines
552 B
YAML
Executable File
|
|
package:
|
|
name: slsdet
|
|
version: {{ environ.get('GIT_DESCRIBE_TAG', '') }}
|
|
|
|
source:
|
|
- path: ../..
|
|
|
|
build:
|
|
number: 0
|
|
binary_relocation: True
|
|
rpaths:
|
|
- lib/
|
|
|
|
requirements:
|
|
build:
|
|
- python
|
|
- {{ compiler('c') }}
|
|
- {{compiler('cxx')}}
|
|
- cmake
|
|
- slsdetlib {{ environ.get('GIT_DESCRIBE_TAG', '') }}
|
|
- setuptools
|
|
|
|
host:
|
|
- python
|
|
- slsdetlib {{ environ.get('GIT_DESCRIBE_TAG', '') }}
|
|
|
|
|
|
run:
|
|
- libstdcxx-ng
|
|
- libgcc-ng
|
|
- python
|
|
- numpy
|
|
- slsdetlib {{ environ.get('GIT_DESCRIBE_TAG', '') }} |