Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Aug 2020 02:00:36 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544125 - head/math/py-or-tools
Message-ID:  <202008040200.07420aha044103@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008040200.07420aha044103>