commit:     5786dd2fb80aa92041a0c2b3d8599a5fdfdd4c52
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 26 16:27:06 2017 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 02:48:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5786dd2f

sci-libs/ceres-solver: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-libs/ceres-solver/Manifest                     |  3 +-
 sci-libs/ceres-solver/ceres-solver-1.12.0.ebuild   | 96 +++++++++++++++++++++
 sci-libs/ceres-solver/ceres-solver-1.8.0.ebuild    | 80 ------------------
 sci-libs/ceres-solver/ceres-solver-1.9.0.ebuild    | 97 ----------------------
 .../files/ceres-solver-1.9.0-underlink.patch       | 13 ---
 sci-libs/ceres-solver/metadata.xml                 |  1 -
 6 files changed, 97 insertions(+), 193 deletions(-)

diff --git a/sci-libs/ceres-solver/Manifest b/sci-libs/ceres-solver/Manifest
index f25049fcfeb..5a3ff59fddb 100644
--- a/sci-libs/ceres-solver/Manifest
+++ b/sci-libs/ceres-solver/Manifest
@@ -1,3 +1,2 @@
 DIST ceres-solver-1.11.0.tar.gz 3944965 SHA256 
4d666cc33296b4c5cd77bad18ffc487b3223d4bbb7d1dfb342ed9a87dc9af844 SHA512 
4941538e6ec31e2ee56a24446748dc5d6dd02ba9c151e4320a2db943fd1a377455b0ee23d56780e1f05322b30e25057145c540fde901d7fd2244ec630a73527c
 WHIRLPOOL 
82e8c9f8fcf66f20dea28c5ddcfc4ac030a20d86c498eda487899b090fb67e7e44e3e1a76d3b689a409860c83713005e4f889814707d25cf298892ae9ea78890
-DIST ceres-solver-1.8.0.tar.gz 3506384 SHA256 
8ee53241930622b74946201123cd38231161878caacf6c30a3bf1c68b24d79af SHA512 
114ab5e8e40cffb325c69b70b546697d90833a3f82239fc901fb0d87a9d98b376e2e042b768fd0252d8412f3d301adfb7d992202a0e149d037bea86a08f8c6db
 WHIRLPOOL 
cf966a02dced9b672d6aa8a2aecf0aab71bb718bbc5f13acdab2641aed4622c08909eaae6fde1ea91d3e2d0046131692e2ce65969dcbd431ff372482540e4d31
-DIST ceres-solver-1.9.0.tar.gz 3793265 SHA256 
30ac0729249f908afe80cb6fd06ae6d037f25a60d9fac54f61344389adab9c1a SHA512 
8a991eba3bf1e8fe34ad87291af4ab2091e1026dc1eb83a5e5e40913035744587021592c613b5c5077b2ca848bd61175788933996b91f3c6ef4a40309606691d
 WHIRLPOOL 
9187d217f9283f4575d8633ec7cba4d6868624a178fae12e9204f0989554c7b3e9b217b8890288382325b871ac59038e08dd9255be252ae8570c71a4485c1481
+DIST ceres-solver-1.12.0.tar.gz 5008861 SHA256 
745bfed55111e086954126b748eb9efe20e30be5b825c6dec3c525cf20afc895 SHA512 
485eece0471cf05d31b5dd7e133e23115a334a4ed557a3c1bd0b715a063f840738af8f507e935522a0dae90ce6851984c0002a25e9b445b90889792f68a05571
 WHIRLPOOL 
80d884cd62b80b80927c451a2bea0d02dfe120acd98cfa8b6d1b2b9adf74a50242c7dd25e0d445d6454a919c03fc2e64479c7abea100231bcaad5c4b1ff541bc

diff --git a/sci-libs/ceres-solver/ceres-solver-1.12.0.ebuild 
b/sci-libs/ceres-solver/ceres-solver-1.12.0.ebuild
new file mode 100644
index 00000000000..d9c8044cdb3
--- /dev/null
+++ b/sci-libs/ceres-solver/ceres-solver-1.12.0.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit cmake-multilib eutils python-any-r1 toolchain-funcs
+
+DESCRIPTION="Nonlinear least-squares minimizer"
+HOMEPAGE="http://ceres-solver.org/";
+SRC_URI="${HOMEPAGE}/${P}.tar.gz"
+
+LICENSE="sparse? ( BSD ) !sparse? ( LGPL-2.1 ) cxsparse? ( BSD )"
+SLOT="0/1"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="cxsparse c++11 doc examples gflags lapack openmp +schur sparse test"
+
+REQUIRED_USE="test? ( gflags ) sparse? ( lapack ) abi_x86_32? ( !sparse 
!lapack )"
+
+RDEPEND="
+       dev-cpp/glog[gflags?,${MULTILIB_USEDEP}]
+       cxsparse? ( sci-libs/cxsparse:0= )
+       lapack? ( virtual/lapack )
+       sparse? (
+               sci-libs/amd:0=
+               sci-libs/camd:0=
+               sci-libs/ccolamd:0=
+               sci-libs/cholmod:0=[metis]
+               sci-libs/colamd:0=
+               sci-libs/spqr:0=
+       )"
+
+DEPEND="${RDEPEND}
+       dev-cpp/eigen:3
+       doc? ( dev-python/sphinx dev-python/sphinx_rtd_theme )
+       lapack? ( virtual/pkgconfig )
+       ${PYTHON_DEPS}"
+
+pkg_pretend() {
+       if [[ ${MERGE_TYPE} != binary ]] && use openmp; then
+               if [[ $(tc-getCXX) == *g++* ]] && ! tc-has-openmp; then
+                       ewarn "OpenMP is not available in your current selected 
gcc"
+                       die "need openmp capable gcc"
+               fi
+       fi
+}
+
+pkg_setup() {
+       use doc && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+       # search paths work for prefix
+       sed -e "s:/usr:${EPREFIX}/usr:g" \
+               -i cmake/*.cmake || die
+
+       # remove Werror
+       sed -e 's/-Werror=(all|extra)//g' \
+               -i CMakeLists.txt || die
+
+       # respect gentoo doc install directory
+       sed -e "s:share/doc/ceres:share/doc/${PF}:" \
+               -i docs/source/CMakeLists.txt || die
+       cmake-utils_src_prepare
+}
+
+src_configure() {
+       # CUSTOM_BLAS=OFF EIGENSPARSE=OFF MINIGLOG=OFF CXX11=OFF
+       local mycmakeargs=(
+               -DBUILD_SHARED_LIBS=ON
+               -DBUILD_EXAMPLES=OFF
+               -DENABLE_TESTING="$(usex test)"
+               -DCXX11="$(usex c++11)"
+               -DBUILD_DOCUMENTATION="$(usex doc)"
+               -DGFLAGS="$(usex gflags)"
+               -DLAPACK="$(usex lapack)"
+               -DOPENMP="$(usex openmp)"
+               -DSCHUR_SPECIALIZATIONS="$(usex schur)"
+               -DCXSPARSE="$(usex cxsparse)"
+               -DSUITESPARSE="$(usex sparse)"
+       )
+       use sparse || use cxsparse || mycmakeargs+=( -DEIGENSPARSE=ON )
+       cmake-multilib_src_configure
+}
+
+src_install() {
+       cmake-multilib_src_install
+       dodoc README.md VERSION
+
+       if use examples; then
+               insinto /usr/share/doc/${PF}
+               docompress -x /usr/share/doc/${PF}/examples
+               doins -r examples data
+       fi
+}

diff --git a/sci-libs/ceres-solver/ceres-solver-1.8.0.ebuild 
b/sci-libs/ceres-solver/ceres-solver-1.8.0.ebuild
deleted file mode 100644
index 391d4533179..00000000000
--- a/sci-libs/ceres-solver/ceres-solver-1.8.0.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils eutils multilib
-
-DESCRIPTION="Nonlinear least-squares minimizer"
-HOMEPAGE="https://code.google.com/p/ceres-solver/";
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/1"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="cxsparse doc examples gflags lapack openmp protobuf +schur sparse 
static-libs test"
-REQUIRED_USE="test? ( gflags ) sparse? ( lapack )"
-
-RDEPEND="
-       dev-cpp/glog[gflags?]
-       cxsparse? ( sci-libs/cxsparse )
-       lapack? ( virtual/lapack )
-       protobuf? ( dev-libs/protobuf )
-       sparse? (
-               sci-libs/amd
-               sci-libs/camd
-               sci-libs/ccolamd
-               sci-libs/cholmod
-               sci-libs/colamd
-               sci-libs/spqr )"
-
-DEPEND="${RDEPEND}
-       dev-cpp/eigen:3
-       lapack? ( virtual/pkgconfig )
-       doc? ( dev-python/sphinx )
-       ${PYTHON_DEPS}"
-
-src_prepare() {
-       # prefix love
-       sed -i \
-               -e "s:/usr:${EPREFIX}/usr:g" \
-               cmake/*.cmake || die
-
-       # remove Werror and
-       sed -i \
-               -e 's/-Werror//g' \
-               CMakeLists.txt || die
-
-       # respect gentoo doc dir
-       sed -i \
-               -e "s:share/doc/ceres:share/doc/${PF}:" \
-               docs/source/CMakeLists.txt || die
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_SHARED_LIBS=ON
-               -DBUILD_EXAMPLES=OFF
-               $(cmake-utils_use_enable test TESTING)
-               $(cmake-utils_use doc BUILD_DOCUMENTATION)
-               $(cmake-utils_use gflags GFLAGS)
-               $(cmake-utils_use lapack LAPACK)
-               $(cmake-utils_use openmp OPENMP)
-               $(cmake-utils_use protobuf PROTOBUF)
-               $(cmake-utils_use schur SCHUR_SPECIALIZATIONS)
-               $(cmake-utils_use cxsparse CXSPARSE)
-               $(cmake-utils_use sparse SUITESPARSE)
-       )
-       cmake-utils_src_configure
-}
-
-src_install() {
-       cmake-utils_src_install
-       dodoc README VERSION
-
-       if use examples; then
-               insinto /usr/share/doc/${PF}
-               docompress -x /usr/share/doc/${PF}/examples
-               doins -r examples data
-       fi
-}

diff --git a/sci-libs/ceres-solver/ceres-solver-1.9.0.ebuild 
b/sci-libs/ceres-solver/ceres-solver-1.9.0.ebuild
deleted file mode 100644
index 2d65b361508..00000000000
--- a/sci-libs/ceres-solver/ceres-solver-1.9.0.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils eutils multilib python-any-r1 toolchain-funcs
-
-DESCRIPTION="Nonlinear least-squares minimizer"
-HOMEPAGE="http://ceres-solver.org/";
-SRC_URI="${HOMEPAGE}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/1"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="cxsparse doc examples gflags lapack openmp protobuf +schur sparse 
static-libs test"
-REQUIRED_USE="test? ( gflags ) sparse? ( lapack )"
-
-RDEPEND="
-       dev-cpp/glog[gflags?]
-       cxsparse? ( sci-libs/cxsparse:0= )
-       lapack? ( virtual/lapack )
-       protobuf? ( dev-libs/protobuf )
-       sparse? (
-               sci-libs/amd:0=
-               sci-libs/camd:0=
-               sci-libs/ccolamd:0=
-               sci-libs/cholmod:0=
-               sci-libs/colamd:0=
-               sci-libs/spqr:0= )"
-
-DEPEND="${RDEPEND}
-       dev-cpp/eigen:3
-       doc? ( dev-python/sphinx dev-python/sphinx_rtd_theme )
-       lapack? ( virtual/pkgconfig )
-       ${PYTHON_DEPS}"
-
-PATCHES=( "${FILESDIR}"/${P}-underlink.patch )
-
-pkg_setup() {
-       # XXX: this looks like it should be used with BUILD_TYPE!=binary
-       if use openmp; then
-               if [[ $(tc-getCXX) == *g++* ]] && ! tc-has-openmp; then
-                       ewarn "OpenMP is not available in your current selected 
gcc"
-                       die "need openmp capable gcc"
-               fi
-       fi
-       use doc && python-any-r1_pkg_setup
-}
-
-src_prepare() {
-       # search paths work for prefix
-       sed -i \
-               -e "s:/usr:${EPREFIX}/usr:g" \
-               cmake/*.cmake || die
-
-       # remove Werror
-       sed -i \
-               -e 's/-Werror//g' \
-               CMakeLists.txt || die
-
-       # respect gentoo doc install directory
-       sed -i \
-               -e "s:share/doc/ceres:share/doc/${PF}:" \
-               docs/source/CMakeLists.txt || die
-       cmake-utils_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_SHARED_LIBS=ON
-               -DBUILD_EXAMPLES=OFF
-               $(cmake-utils_use_enable test TESTING)
-               $(cmake-utils_use doc BUILD_DOCUMENTATION)
-               $(cmake-utils_use gflags GFLAGS)
-               $(cmake-utils_use lapack LAPACK)
-               $(cmake-utils_use openmp OPENMP)
-               $(cmake-utils_use protobuf PROTOBUF)
-               $(cmake-utils_use schur SCHUR_SPECIALIZATIONS)
-               $(cmake-utils_use cxsparse CXSPARSE)
-               $(cmake-utils_use sparse SUITESPARSE)
-       )
-       cmake-utils_src_configure
-}
-
-src_install() {
-       cmake-utils_src_install
-       dodoc README VERSION
-
-       if use examples; then
-               insinto /usr/share/doc/${PF}
-               docompress -x /usr/share/doc/${PF}/examples
-               doins -r examples data
-       fi
-}

diff --git a/sci-libs/ceres-solver/files/ceres-solver-1.9.0-underlink.patch 
b/sci-libs/ceres-solver/files/ceres-solver-1.9.0-underlink.patch
deleted file mode 100644
index 00b00543168..00000000000
--- a/sci-libs/ceres-solver/files/ceres-solver-1.9.0-underlink.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- internal/ceres/CMakeLists.txt.orig 2014-06-05 08:45:55.031448944 -0700
-+++ internal/ceres/CMakeLists.txt      2014-06-05 08:48:03.496344301 -0700
-@@ -146,8 +146,9 @@
- 
- SET(CERES_LIBRARY_PUBLIC_DEPENDENCIES ${GLOG_LIBRARIES})
- 
--IF (SUITESPARSE AND SUITESPARSE_FOUND)
-+IF (SUITESPARSE AND SUITESPARSE_FOUND)
-   LIST(APPEND CERES_LIBRARY_PRIVATE_DEPENDENCIES ${SUITESPARSE_LIBRARIES})
-+  LIST(APPEND CERES_LIBRARY_PUBLIC_DEPENDENCIES ${SUITESPARSE_LIBRARIES})
- ENDIF (SUITESPARSE AND SUITESPARSE_FOUND)
- 
- IF (CXSPARSE AND CXSPARSE_FOUND)

diff --git a/sci-libs/ceres-solver/metadata.xml 
b/sci-libs/ceres-solver/metadata.xml
index 644a681b414..42d1cafcb8b 100644
--- a/sci-libs/ceres-solver/metadata.xml
+++ b/sci-libs/ceres-solver/metadata.xml
@@ -29,7 +29,6 @@
     <flag name="sparse">Enable support for sparse matrix algebra with various
   packages from SuiteSparse</flag>
     <flag name="gflags">Use <pkg>dev-cpp/gflags</pkg> for flag parsing</flag>
-    <flag name="protobuf">Use <pkg>dev-libs/protobuf</pkg> to encode 
structured data</flag>
     <flag name="c++11">Build ceres-solver using the C++11 standard</flag>
   </use>
 </pkgmetadata>

Reply via email to