Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2019 08:40:06 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512147 - head/math/py-pystan
Message-ID:  <201909160840.x8G8e6vb079256@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Sep 16 08:40:06 2019
New Revision: 512147
URL: https://svnweb.freebsd.org/changeset/ports/512147

Log:
  math/py-pystan: fix build with GCC architectures
  
  Requires C++14:
  cc1plus: error: unrecognized command line option "-std=c++1y"
  
  Approved by:    mentors (implicit approval)

Modified:
  head/math/py-pystan/Makefile

Modified: head/math/py-pystan/Makefile
==============================================================================
--- head/math/py-pystan/Makefile	Mon Sep 16 08:24:05 2019	(r512146)
+++ head/math/py-pystan/Makefile	Mon Sep 16 08:40:06 2019	(r512147)
@@ -13,7 +13,7 @@ COMMENT=	PyStan is the Python interface for Stan
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python shebangfix
+USES=		compiler:c++14-lang python shebangfix
 USE_PYTHON=	autoplist distutils
 
 BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}cython>0:lang/cython@${PY_FLAVOR}



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