mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04: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:
parent
0571c333e5
commit
a1928c54e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512147
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue