svn commit: r561561 - head/math/ceres-solver

Danilo G. Baio dbaio at FreeBSD.org
Thu Jan 14 14:19:07 UTC 2021


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
 


More information about the svn-ports-head mailing list