From 1757d15549a81cf104ba6f4b5c1bbabd09edf9f0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 10 Jun 2015 03:18:42 +0100 Subject: force enable python in our calamares build --- .../calamares-find-gentoo-python3-boost-libs.patch | 44 ++++++++++++++++++++++ .../cmake-find-gentoo-python3-boost-libs.patch | 44 ---------------------- 2 files changed, 44 insertions(+), 44 deletions(-) create mode 100644 app-admin/calamares/files/calamares-find-gentoo-python3-boost-libs.patch delete mode 100644 app-admin/calamares/files/cmake-find-gentoo-python3-boost-libs.patch (limited to 'app-admin/calamares/files') diff --git a/app-admin/calamares/files/calamares-find-gentoo-python3-boost-libs.patch b/app-admin/calamares/files/calamares-find-gentoo-python3-boost-libs.patch new file mode 100644 index 00000000..1756b02f --- /dev/null +++ b/app-admin/calamares/files/calamares-find-gentoo-python3-boost-libs.patch @@ -0,0 +1,44 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 774d301..afd4f80 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -33,34 +33,13 @@ find_package( Qt5 ${QT_VERSION} CONFIG REQUIRED Core Gui Widgets LinguistTools S + find_package( YamlCpp 0.5.1 REQUIRED ) + find_package( PolkitQt5-1 REQUIRED ) + +-option( WITH_PYTHON "Enable Python modules support." ON ) +- +-macro_optional_find_package( PythonLibs 3.3 ) +-macro_log_feature( +- PYTHONLIBS_FOUND +- "Python" +- "C interface libraries for the Python 3 interpreter." +- "http://python.org" +- FALSE "3.3" +- "Python 3 is used for some Calamares job modules." +-) ++find_package( PythonLibs 3.3 REQUIRED ) ++include_directories( ${PYTHON_INCLUDE_DIRS} ) + +-if ( PYTHONLIBS_FOUND ) +- include( BoostPython3 ) +- find_boost_python3( 1.54.0 ${PYTHONLIBS_VERSION_STRING} CALAMARES_BOOST_PYTHON3_FOUND ) +- macro_log_feature( +- CALAMARES_BOOST_PYTHON3_FOUND +- "Boost.Python" +- "A C++ library which enables seamless interoperability between C++ and Python 3." +- "http://www.boost.org" +- FALSE "1.54.0" +- "Boost.Python is used for interfacing with Calamares job modules written in Python 3." +- ) +-endif() ++find_package( Boost COMPONENTS python REQUIRED ) ++include_directories( ${Boost_INCLUDE_DIR}) + +-if ( PYTHONLIBS_NOTFOUND OR NOT CALAMARES_BOOST_PYTHON3_FOUND ) +- set( WITH_PYTHON OFF ) +-endif() ++option( WITH_PYTHON "Enable Python modules support." ON ) + + ### + ### Calamares application info diff --git a/app-admin/calamares/files/cmake-find-gentoo-python3-boost-libs.patch b/app-admin/calamares/files/cmake-find-gentoo-python3-boost-libs.patch deleted file mode 100644 index 1756b02f..00000000 --- a/app-admin/calamares/files/cmake-find-gentoo-python3-boost-libs.patch +++ /dev/null @@ -1,44 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 774d301..afd4f80 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -33,34 +33,13 @@ find_package( Qt5 ${QT_VERSION} CONFIG REQUIRED Core Gui Widgets LinguistTools S - find_package( YamlCpp 0.5.1 REQUIRED ) - find_package( PolkitQt5-1 REQUIRED ) - --option( WITH_PYTHON "Enable Python modules support." ON ) -- --macro_optional_find_package( PythonLibs 3.3 ) --macro_log_feature( -- PYTHONLIBS_FOUND -- "Python" -- "C interface libraries for the Python 3 interpreter." -- "http://python.org" -- FALSE "3.3" -- "Python 3 is used for some Calamares job modules." --) -+find_package( PythonLibs 3.3 REQUIRED ) -+include_directories( ${PYTHON_INCLUDE_DIRS} ) - --if ( PYTHONLIBS_FOUND ) -- include( BoostPython3 ) -- find_boost_python3( 1.54.0 ${PYTHONLIBS_VERSION_STRING} CALAMARES_BOOST_PYTHON3_FOUND ) -- macro_log_feature( -- CALAMARES_BOOST_PYTHON3_FOUND -- "Boost.Python" -- "A C++ library which enables seamless interoperability between C++ and Python 3." -- "http://www.boost.org" -- FALSE "1.54.0" -- "Boost.Python is used for interfacing with Calamares job modules written in Python 3." -- ) --endif() -+find_package( Boost COMPONENTS python REQUIRED ) -+include_directories( ${Boost_INCLUDE_DIR}) - --if ( PYTHONLIBS_NOTFOUND OR NOT CALAMARES_BOOST_PYTHON3_FOUND ) -- set( WITH_PYTHON OFF ) --endif() -+option( WITH_PYTHON "Enable Python modules support." ON ) - - ### - ### Calamares application info -- cgit v1.2.3