blob: f7f0e670622abd6e2bccbeae9335c47136803877 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --unified --recursive --text mfakto-master/src/Makefile mfakto/src/Makefile
--- mfakto-master/src/Makefile 2020-05-05 18:11:01.000000000 -0400
+++ mfakto/src/Makefile 2020-12-10 00:35:41.440872319 -0500
@@ -56,7 +56,7 @@
# Change needed for compilation with amdgpu-pro
# AMD_APP_DIR = /opt/amdgpu-pro/opencl
-AMD_APP_DIR = /opt/rocm/opencl
+AMD_APP_DIR = /usr/
AMD_APP_INCLUDE = -I$(AMD_APP_DIR)/include
AMD_APP_LIB = -L$(AMD_APP_DIR)/lib/$(BITS)
|