mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
new try
This commit is contained in:
@ -26,6 +26,7 @@ install:
|
|||||||
- conda update conda
|
- conda update conda
|
||||||
- conda update --all
|
- conda update --all
|
||||||
- conda install conda-build anaconda-client
|
- conda install conda-build anaconda-client
|
||||||
|
- conda install conda-verify
|
||||||
|
|
||||||
# Useful for debugging any issues with conda
|
# Useful for debugging any issues with conda
|
||||||
- conda info -a
|
- conda info -a
|
||||||
|
@ -59,6 +59,8 @@ outputs:
|
|||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
build:
|
build:
|
||||||
|
- {{ compiler('c') }}
|
||||||
|
- {{compiler('cxx')}}
|
||||||
- python {{ python }}
|
- python {{ python }}
|
||||||
- setuptools
|
- setuptools
|
||||||
- sls_detector_lib
|
- sls_detector_lib
|
||||||
@ -67,6 +69,9 @@ outputs:
|
|||||||
host:
|
host:
|
||||||
- python
|
- python
|
||||||
- pybind11 2.2
|
- pybind11 2.2
|
||||||
|
- sls_detector_lib
|
||||||
|
- libstdcxx-ng
|
||||||
|
- libgcc-ng
|
||||||
run:
|
run:
|
||||||
- python
|
- python
|
||||||
- numpy
|
- numpy
|
||||||
|
Reference in New Issue
Block a user