svn commit: r513144 - head/math/ceres-solver
Jan Beich
jbeich at FreeBSD.org
Sat Sep 28 17:18:53 UTC 2019
Author: jbeich
Date: Sat Sep 28 17:18:52 2019
New Revision: 513144
URL: https://svnweb.freebsd.org/changeset/ports/513144
Log:
math/ceres-solver: builds fine with python3.6
https://github.com/ceres-solver/ceres-solver/commit/2ad14b7a616c
Modified:
head/math/ceres-solver/Makefile (contents, props changed)
Modified: head/math/ceres-solver/Makefile
==============================================================================
--- head/math/ceres-solver/Makefile Sat Sep 28 17:14:06 2019 (r513143)
+++ head/math/ceres-solver/Makefile Sat Sep 28 17:18:52 2019 (r513144)
@@ -40,7 +40,7 @@ CUSTOM_BLAS_DESC= Handcoded BLAS routines instead of E
CUSTOM_BLAS_CMAKE_BOOL= CUSTOM_BLAS
DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx
-DOCS_USES= python:2.7,build
+DOCS_USES= python:build
DOCS_CMAKE_BOOL= BUILD_DOCUMENTATION
EXAMPLES_CMAKE_BOOL= BUILD_EXAMPLES
More information about the svn-ports-all
mailing list