Skip to content

Imaging233 create conda package

Zhang, Chen requested to merge imaging233_create_conda_package into next

Created by: walshmm

This adds the require license meta for a conda package to pass conda-verify when creating a conda package

to test run the following and confirm there are no errors:

cd conda.recipe
conda install -y anaconda-client conda-build conda-verify
conda build --output-folder . . -c neutrons -c mantid/label/nightly
conda-verify ./noarch/imars3d-v0.1.3rc1_*-py38.tar.bz2

Merge request reports