spacemeshos / gpu-post

Spacemesh proof of space time gpu optimized setup
GNU General Public License v3.0
29 stars 9 forks source link

OS X blocks usage of Vulkan dynamic library #24

Closed avive closed 3 years ago

avive commented 3 years ago

When running the test app on OS X 10.15.7 I get a security warning about the Vulkan lib with only option to cancel. After allowing the library from the security & privacy prefs it isn't displayed anymore. Adding this as a reference - we need to do what we can to enable linking with Vulkan lib w/o users having to go through this when installed via smapp. Maybe linking this lib from a notraized smapp app might resolve this. More research is needed into this.

@IlyaVi

Screen Shot 2020-11-12 at 1 58 02 PM
avive commented 3 years ago

This was due to a bad dev sdk install.