Skip to content

Commit 39f2819

Browse files
committed
Merge branch 'QPR_12495_opencl' into 'master'
QPR-12495 enable opencl in swig See merge request qs/oreswig!73
2 parents 9c7a5a4 + 0f99782 commit 39f2819

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Docker/Dockerfile-ORESWIG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN find -regex ".*\.\(sh\|in\|ac\|am\)" -exec dos2unix {} ';'
3232
WORKDIR /swig/OREAnalytics-SWIG/Python
3333
RUN mkdir build.release
3434
WORKDIR /swig/OREAnalytics-SWIG/Python/build.release
35-
RUN cmake -DORE_ENABLE_OPENCL -DORE=/swig ..
35+
RUN cmake -DORE_ENABLE_OPENCL=ON -DORE=/swig ..
3636
RUN make -j ${num_cores}
3737
WORKDIR /
3838
RUN mkdir oreswig

0 commit comments

Comments
 (0)