preda / gpuowl

GPU Mersenne primality test.
GNU General Public License v3.0
127 stars 35 forks source link

remove requirement for the outdated AMDAPPSDK #273

Closed k3ack3r closed 6 months ago

k3ack3r commented 10 months ago

link to OpenCL.dll instead of libOpenCL.dll.a from the AMDAPPSDK when compiling with 'make gpuowl-win.exe'

preda commented 7 months ago

Would simply dropping the -static and providing -lOpenCL work on Windows? (to link to the .dll you're pointing to explicitly)