summaryrefslogtreecommitdiff
path: root/libre/luxrays/force_python3.diff
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-02-19 02:53:22 -0200
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-02-19 02:53:22 -0200
commit95e783486c221ddcf720ee291791ed830b0c2a46 (patch)
treea9f4b2e0d9f60f5b5f72fa7a808cec35ee9a33ff /libre/luxrays/force_python3.diff
parentcc6525775effd1da30e8d8a8274a4db79c2d9bec (diff)
downloadabslibre-95e783486c221ddcf720ee291791ed830b0c2a46.tar.gz
abslibre-95e783486c221ddcf720ee291791ed830b0c2a46.tar.bz2
abslibre-95e783486c221ddcf720ee291791ed830b0c2a46.zip
luxrays: add to libre repo
Diffstat (limited to 'libre/luxrays/force_python3.diff')
-rw-r--r--libre/luxrays/force_python3.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/luxrays/force_python3.diff b/libre/luxrays/force_python3.diff
new file mode 100644
index 000000000..bec7ac03c
--- /dev/null
+++ b/libre/luxrays/force_python3.diff
@@ -0,0 +1,12 @@
+diff -rup luxrender-luxrays-7c7127ee1fa4/cmake/Dependencies.cmake luxrender-luxrays-7c7127ee1fa4.new/cmake/Dependencies.cmake
+--- luxrender-luxrays-7c7127ee1fa4/cmake/Dependencies.cmake 2015-01-20 23:45:32.000000000 +0100
++++ luxrender-luxrays-7c7127ee1fa4.new/cmake/Dependencies.cmake 2015-02-15 22:19:40.775351414 +0100
+@@ -58,7 +58,7 @@ set(Boost_MINIMUM_VERSION "1.44.0"
+
+ 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)
++set(LUXRAYS_BOOST_COMPONENTS thread program_options filesystem serialization iostreams regex system python3)
+ find_package(Boost ${Boost_MINIMUM_VERSION} COMPONENTS ${LUXRAYS_BOOST_COMPONENTS})
+ if (NOT Boost_FOUND)
+ # Try again with the other type of libs