Date: Thu, 14 Jan 2021 14:19:06 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561561 - head/math/ceres-solver Message-ID: <202101141419.10EEJ6sp027718@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Thu Jan 14 14:19:06 2021 New Revision: 561561 URL: https://svnweb.freebsd.org/changeset/ports/561561 Log: math/ceres-solver: Use latest Sphinx version Approved by: portmgr blanket Modified: head/math/ceres-solver/Makefile Modified: head/math/ceres-solver/Makefile ============================================================================== --- head/math/ceres-solver/Makefile Thu Jan 14 14:18:05 2021 (r561560) +++ head/math/ceres-solver/Makefile Thu Jan 14 14:19:06 2021 (r561561) @@ -38,7 +38,8 @@ OPTIONS_GROUP_SPARSE= CXSPARSE EIGENSPARSE SUITESPARSE CUSTOM_BLAS_DESC= Handcoded BLAS routines instead of Eigen CUSTOM_BLAS_CMAKE_BOOL= CUSTOM_BLAS -DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx18 +DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx \ + ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} DOCS_USES= python:build DOCS_CMAKE_BOOL= BUILD_DOCUMENTATION
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101141419.10EEJ6sp027718>