I'd like to distribute a program through conda (so built using conda-build) that links to MATLAB's libmex
.
Is it possible to get the libmex
library onto a public build system like conda, GitHub Actions, or Homebrew?
Is there another method for this?