mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Add support for OpenCL in RPM
This commit is contained in:
parent
528c8a63bf
commit
a9bc65e6fc
@ -71,6 +71,10 @@ BuildRequires: postgresql-devel
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: fcgi-devel
|
||||
|
||||
# OpenCL
|
||||
BuildRequires: opencl-headers
|
||||
BuildRequires: ocl-icd-devel
|
||||
|
||||
# Python stuff
|
||||
BuildRequires: python3-future
|
||||
BuildRequires: python3-jinja2
|
||||
@ -210,6 +214,7 @@ gzip ChangeLog
|
||||
-D WITH_QSPATIALITE:BOOL=TRUE \
|
||||
-D WITH_SERVER:BOOL=TRUE \
|
||||
-D WITH_3D:BOOL=TRUE \
|
||||
-D USE_OPENCL:BOOL=TRUE \
|
||||
.
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
Loading…
x
Reference in New Issue
Block a user