Packaging tweaks
A few tweaks for packaging:
- the
otbenv
scripts now check if variablesPATH
,PYTHONPATH
andOTB_APPLICATION_PATH
are not empty. ThePYTHONPATH
with a trailing:
was causing problems with git-bash. - in the standalone macros, there was a missing include to
GenerateExportHeaderCustom
- in the standalone Python wrappers building scripts, we now set the RPATH during install (it is usually done by the
.run
script)
Edited by Guillaume Pasero