kleinerm / Psychtoolbox-3

This is kleinerm's git repository for development of Psychtoolbox-3. Regular end users should stay away from it, unless instructed by him otherwise, and use the official Psychtoolbox-3 GitHub page or distribution system for production releases.
104 stars 306 forks source link

Python: include Windows & Mac build- and run-time dependencies in the source distribution #242

Closed aforren1 closed 1 year ago

aforren1 commented 1 year ago

This change tells Python to include the necessary shared & static libraries for building PsychPortAudio/PsychHID in the source archive. If the entrepreneurial user tried to install from source instead of relying on one of the pre-built wheels, the build step would fail due to these missing dependencies.

I now test building from the source archive on Linux/Win/Mac, and appears successful (see e.g. here).

Originally reported by Ian here.