These are MicMac and PyMicMac anaconda recipies only for 64-bit Linux system. See https://anaconda.org/ImproPhoto for the packages.
Anaconda build is using a specific version of MicMac: https://github.com/micmacIGN/micmac/commit/8db9f6f4229326fc47766466db505eda13a0d1da
The anaconda package does not include these features:
- Qt
- X11
- Kakadu
Applications with graphical user interface will not work (SaisieAppuisQT).
conda install -c improphoto -c conda-forge pymicmac
cd micmac
conda build .
conda build . --output # get filename here
anaconda upload -u conda-forge -u improphoto *FILE*
cd ../pymicmac
conda build .
conda build . --output # get filename here
anaconda upload -u conda-forge -u improphoto *FILE*