summarylogtreecommitdiffstats
path: root/fix-compile.patch
AgeCommit message (Collapse)Author
2024-05-30fix cuda 12.5 compatibilityHans-Nikolai Viessmann
* use @sidicer CXX_FLAGS=-ffat-lto-objects * set CMAKE policy CMP0146 to OLD (eventually this will also no longer work) * in arch cuda 12.5.0 package they drop /opt/cuda/bin/gcc* links, instead using /etc/profile.d/cuda.sh env var NVCC_CCBIN, so we must explicitly set gcc-13/g++-13 as build tools
2021-09-18bump version to 6.15.1Hans-Nikolai Viessmann
2021-09-05fix size_t errorHans-Nikolai Viessmann
This has been submitted upstream, see https://github.com/xmrig/xmrig-cuda/pull/120.
2021-09-03patch fix for 6.15.0 compiler errorHans-Nikolai Viessmann
See https://github.com/xmrig/xmrig-cuda/issues/119 for details.