-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fix: remove numpy warnings about denormals. This is caused when a l…
…ibrary compiled with -ffast-math is loaded before numpy. - new: check dependencies by default at every run. This solves some situations with lingerings installs. The only downside is that csound prints some messages to stderr at the end of performance and this cannot be avoided at the moment. - fix: when checking csound version we also query installed opcodes, this reduces the number of csound processes started when checking dependencies to only 1 - fix: upgrade dependencies for risset. This is needed for support for universal builds of external csound plugins for macos.
- Loading branch information
1 parent
cd23587
commit a82a0ea
Showing
5 changed files
with
43 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters