We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 80de0eb commit d62d442Copy full SHA for d62d442
rpm/qgis.spec.template
@@ -71,6 +71,10 @@ BuildRequires: postgresql-devel
71
BuildRequires: sqlite-devel
72
BuildRequires: fcgi-devel
73
74
+# OpenCL
75
+BuildRequires: opencl-headers
76
+BuildRequires: ocl-icd-devel
77
+
78
# Python stuff
79
BuildRequires: python3-future
80
BuildRequires: python3-jinja2
@@ -210,6 +214,7 @@ gzip ChangeLog
210
214
-D WITH_QSPATIALITE:BOOL=TRUE \
211
215
-D WITH_SERVER:BOOL=TRUE \
212
216
-D WITH_3D:BOOL=TRUE \
217
+ -D USE_OPENCL:BOOL=TRUE \
213
218
.
219
220
make %{?_smp_mflags}
0 commit comments