Skip to content

Commit

Permalink
Add support for OpenCL in RPM
Browse files Browse the repository at this point in the history
  • Loading branch information
daniviga committed Nov 8, 2018
1 parent 528c8a6 commit a9bc65e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rpm/qgis.spec.template
Expand Up @@ -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
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit a9bc65e

Please sign in to comment.