svn commit: r544125 - head/math/py-or-tools

Yuri Victorovich yuri at FreeBSD.org
Tue Aug 4 02:00:37 UTC 2020


Author: yuri
Date: Tue Aug  4 02:00:36 2020
New Revision: 544125
URL: https://svnweb.freebsd.org/changeset/ports/544125

Log:
  math/py-or-tools: Add flavors that were missing

Modified:
  head/math/py-or-tools/Makefile

Modified: head/math/py-or-tools/Makefile
==============================================================================
--- head/math/py-or-tools/Makefile	Tue Aug  4 01:36:13 2020	(r544124)
+++ head/math/py-or-tools/Makefile	Tue Aug  4 02:00:36 2020	(r544125)
@@ -3,6 +3,7 @@
 PORTNAME=	or-tools
 DISTVERSIONPREFIX=	v
 DISTVERSION=	7.7
+PORTREVISION=	1
 CATEGORIES=	math
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -31,6 +32,7 @@ RUN_DEPENDS=	${PY_DEPENDS}
 USES=		blaslapack cmake compiler:c++11-lang pkgconfig python
 USE_GITHUB=	yes
 GH_ACCOUNT=	google
+USE_PYTHON=	flavors
 
 CMAKE_OFF=	BUILD_DEPS INSTALL_BUILD_DEPS BUILD_EXAMPLES
 CMAKE_ON=	BUILD_PYTHON


More information about the svn-ports-all mailing list