mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-28 21:50:41 +02:00

Some checks failed
Native CMake Build / Configure and build using cmake (push) Failing after 9s
80 lines
1.2 KiB
YAML
Executable File
80 lines
1.2 KiB
YAML
Executable File
package:
|
|
name: sls_detector_software
|
|
version: 2025.3.19
|
|
|
|
|
|
source:
|
|
path: ../..
|
|
|
|
build:
|
|
number: 0
|
|
binary_relocation: True
|
|
rpaths:
|
|
- lib/
|
|
|
|
requirements:
|
|
build:
|
|
- {{ compiler('c') }}
|
|
- {{ stdlib("c") }}
|
|
- {{ compiler('cxx') }}
|
|
- git
|
|
- cmake
|
|
- ninja
|
|
- qt 5.*
|
|
|
|
host:
|
|
- libstdcxx-ng
|
|
- libgcc-ng
|
|
- libgl-devel # [linux]
|
|
- libtiff
|
|
- zlib
|
|
|
|
run:
|
|
- libstdcxx-ng
|
|
- libgcc-ng
|
|
|
|
|
|
outputs:
|
|
- name: slsdetlib
|
|
script: copy_lib.sh
|
|
|
|
requirements:
|
|
build:
|
|
- {{ compiler('c') }}
|
|
- {{ stdlib("c") }}
|
|
- {{ compiler('cxx') }}
|
|
|
|
run:
|
|
- libstdcxx-ng
|
|
- libgcc-ng
|
|
|
|
|
|
|
|
|
|
- name: slsdetgui
|
|
script: copy_gui.sh
|
|
requirements:
|
|
|
|
build:
|
|
- {{ compiler('c') }}
|
|
- {{compiler('cxx')}}
|
|
- {{ pin_subpackage('slsdetlib', exact=True) }}
|
|
|
|
run:
|
|
- {{ pin_subpackage('slsdetlib', exact=True) }}
|
|
- qt 5.*
|
|
|
|
|
|
- name: moenchzmq
|
|
script: copy_moench.sh
|
|
requirements:
|
|
|
|
build:
|
|
- {{ compiler('c') }}
|
|
- {{compiler('cxx')}}
|
|
- {{ pin_subpackage('slsdetlib', exact=True) }}
|
|
|
|
|
|
run:
|
|
- {{ pin_subpackage('slsdetlib', exact=True) }}
|