1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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)
This commit is contained in:
Piotr Kubaj 2019-09-16 08:40:06 +00:00
parent 0571c333e5
commit a1928c54e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512147

View File

@ -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}