We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c7a5a4 + 0f99782 commit 39f2819Copy full SHA for 39f2819
1 file changed
Docker/Dockerfile-ORESWIG
@@ -32,7 +32,7 @@ RUN find -regex ".*\.\(sh\|in\|ac\|am\)" -exec dos2unix {} ';'
32
WORKDIR /swig/OREAnalytics-SWIG/Python
33
RUN mkdir build.release
34
WORKDIR /swig/OREAnalytics-SWIG/Python/build.release
35
-RUN cmake -DORE_ENABLE_OPENCL -DORE=/swig ..
+RUN cmake -DORE_ENABLE_OPENCL=ON -DORE=/swig ..
36
RUN make -j ${num_cores}
37
WORKDIR /
38
RUN mkdir oreswig
0 commit comments