summarylogtreecommitdiffstats
path: root/python.patch
diff options
context:
space:
mode:
Diffstat (limited to 'python.patch')
-rw-r--r--python.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/python.patch b/python.patch
index 4a4bd4ef88f5..7d4c4d4f0ab8 100644
--- a/python.patch
+++ b/python.patch
@@ -10,15 +10,6 @@ diff -Naur orig/LuxCore-luxcorerender_v2.0/cmake/Dependencies.cmake LuxCore-luxc
endif()
find_program(PYSIDE_UIC NAME pyside-uic
-@@ -63,7 +63,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 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
diff -Naur orig/LuxCore-luxcorerender_v2.0/CMakeLists.txt LuxCore-luxcorerender_v2.0/CMakeLists.txt
--- orig/LuxCore-luxcorerender_v2.0/CMakeLists.txt 2018-05-06 11:04:25.000000000 +0200
+++ LuxCore-luxcorerender_v2.0/CMakeLists.txt 2018-05-11 16:30:33.742293724 +0200