summarylogtreecommitdiffstats
path: root/force_python3.diff
diff options
context:
space:
mode:
authorLukáš Jirkovský2017-03-26 23:32:11 +0200
committerLukáš Jirkovský2017-03-26 23:32:11 +0200
commit52f5ba2d4d03af2cd2f7efbfc6885b5ac0c71159 (patch)
tree6de9255806877841e020adee6fce0824451682ff /force_python3.diff
parent20b97a0c3c2e717a96543d537c8889173014f3fb (diff)
downloadaur-52f5ba2d4d03af2cd2f7efbfc6885b5ac0c71159.tar.gz
python 3.6 and opencl updates
Diffstat (limited to 'force_python3.diff')
-rw-r--r--force_python3.diff12
1 files changed, 6 insertions, 6 deletions
diff --git a/force_python3.diff b/force_python3.diff
index 9dc09b42f7dd..386cea793173 100644
--- a/force_python3.diff
+++ b/force_python3.diff
@@ -1,12 +1,12 @@
-diff -rup luxrender-luxrays-61352e6aae3f.orig/cmake/Dependencies.cmake luxrender-luxrays-61352e6aae3f/cmake/Dependencies.cmake
---- luxrender-luxrays-61352e6aae3f.orig/cmake/Dependencies.cmake 2016-05-09 22:17:57.000000000 +0200
-+++ luxrender-luxrays-61352e6aae3f/cmake/Dependencies.cmake 2016-05-29 09:04:30.913648230 +0200
-@@ -58,7 +58,7 @@ set(Boost_MINIMUM_VERSION "1.44.0"
+diff --git a/cmake/Dependencies.cmake b/cmake/Dependencies.cmake
+--- a/cmake/Dependencies.cmake
++++ b/cmake/Dependencies.cmake
+@@ -58,7 +58,7 @@
set(Boost_ADDITIONAL_VERSIONS "1.47.0" "1.46.1" "1.46" "1.46.0" "1.45" "1.45.0" "1.44" "1.44.0")
--set(LUXRAYS_BOOST_COMPONENTS thread program_options filesystem serialization iostreams regex system python chrono)
-+set(LUXRAYS_BOOST_COMPONENTS thread program_options filesystem serialization iostreams regex system python3 chrono)
+-set(LUXRAYS_BOOST_COMPONENTS thread program_options filesystem serialization iostreams regex system python chrono serialization)
++set(LUXRAYS_BOOST_COMPONENTS thread program_options filesystem serialization iostreams regex system python3 chrono serialization)
find_package(Boost ${Boost_MINIMUM_VERSION} COMPONENTS ${LUXRAYS_BOOST_COMPONENTS})
if (NOT Boost_FOUND)
# Try again with the other type of libs