summaryrefslogtreecommitdiff
path: root/libre/luxrender/force_python3.diff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-08-29 12:39:19 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-08-29 12:39:19 -0500
commit096b23e1d0b6ce8efef0fb561f96604aaf2d8e57 (patch)
tree9898a9ea46940636d367b3b7720cdd95b38adfc5 /libre/luxrender/force_python3.diff
parent951ff68c22fad5876b6aaed359e5675502bb9339 (diff)
downloadabslibre-096b23e1d0b6ce8efef0fb561f96604aaf2d8e57.tar.gz
abslibre-096b23e1d0b6ce8efef0fb561f96604aaf2d8e57.tar.bz2
abslibre-096b23e1d0b6ce8efef0fb561f96604aaf2d8e57.zip
Removing luxrender and luxrays
Diffstat (limited to 'libre/luxrender/force_python3.diff')
-rw-r--r--libre/luxrender/force_python3.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/libre/luxrender/force_python3.diff b/libre/luxrender/force_python3.diff
deleted file mode 100644
index 1ee61e872..000000000
--- a/libre/luxrender/force_python3.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -rup luxrender-lux-d0b0e20c47cc/cmake/Dependencies.cmake luxrender-lux-d0b0e20c47cc.new/cmake/Dependencies.cmake
---- luxrender-lux-d0b0e20c47cc/cmake/Dependencies.cmake 2013-11-04 22:25:45.000000000 +0100
-+++ luxrender-lux-d0b0e20c47cc.new/cmake/Dependencies.cmake 2013-12-05 19:43:23.414625854 +0100
-@@ -156,7 +156,7 @@ IF(MSVC AND BOOST_python_LIBRARYDIR)
- SET(BOOST_LIBRARYDIR "${BOOST_python_LIBRARYDIR}")
- ENDIF(MSVC AND BOOST_python_LIBRARYDIR)
-
--FIND_PACKAGE(Boost ${Boost_MINIMUM_VERSION} COMPONENTS python REQUIRED)
-+FIND_PACKAGE(Boost ${Boost_MINIMUM_VERSION} COMPONENTS python3 REQUIRED)
-
- IF(MSVC AND BOOST_python_LIBRARYDIR)
- SET(BOOST_LIBRARYDIR "${_boost_libdir}")