Replies: 2 comments
-
The Makefile uses the git clone https://github.com/preda/gpuowl.git |
Beta Was this translation helpful? Give feedback.
0 replies
-
indeed, that worked. i just downloaded the zip file, which lead to the before mentioned error THANK YOU ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi guys. downloading the source then running "make" does not work due to the following error :
src/version.h:7:31: error: static assertion failed: VERSION not set 7 | static_assert(sizeof(VERSION) > 1, "VERSION not set");
entering build dir and executing "meson .." also just leads to an error :
`
../meson.build:12:13: ERROR: C++ shared or static library 'amdocl64' not found
A full log can be found at /...gpuowl/gpuowl-master/build/meson-logs/meson-log.txt
WARNING: Running the setup command as
meson [options]
instead ofmeson setup [options]
is ambiguous and deprecated.`i want to try my nvidia 1650 gtx opencl speed, why is the "meson .." command asking for amd graphics driver lib ??
any advice on how to proceed to get gpuowl running is very much appreciated
thanks
Beta Was this translation helpful? Give feedback.
All reactions