Install conda build in base environment
conda install -n base conda-build
Edit the ~/.condarc
file with following content to add a local channel
channels:
- ...
- file:///<absolute-path-to-conda-install>/conda-bld/
- ...
Where you replace <absolute-path-to-conda-install>
by the place conda-build packages are stored
Run the following command
build.sh
Failure can be cleanned with:
conda build purge
conda install intronseeker