wtsi-npg / npg_conda

NPG Conda recipes and tools
1 stars 15 forks source link

Add irmdir to the packaged executables for iRODS 4.2.11 #359

Closed kjsanger closed 1 year ago

kjsanger commented 1 year ago

irmdir is a relatively recent addition to the icommands and was overlooked when creating this recipe.

kjsanger commented 1 year ago

Build fails with:

/opt/conda/conda-bld/irods_1673536154973/work/irods/server/api/src/rsPhyPathReg.cpp:11:10: error: no type named 'free' in namespace 'std'
ERROR:root:    std::free(out);
ERROR:root:    ~~~~~^
ERROR:root:1 error generated.
kjsanger commented 1 year ago

Possibly related: https://github.com/irods/irods/pull/5820

kjsanger commented 1 year ago

The build error is resolved by #360 , which should be merged before this.

mksanger commented 1 year ago

This needs rebasing to add the new patch