By default unless some flags are set setuptools compresses the library while installing.
This makes GADMA unable to run on some systems as it depends on files in the library directory which can be a zip archive.
This PR add setuptools flag to never zip the installed library.
By default unless some flags are set
setuptools
compresses the library while installing. This makesGADMA
unable to run on some systems as it depends on files in the library directory which can be a zip archive. This PR addsetuptools
flag to never zip the installed library.