- let it build with python3 too
Both python2 and python3 are supported according to official documentation and setup.py PR: 180465 Submitted by: nwhitehorn
This commit is contained in:
parent
245c59b237
commit
0fcab5e7a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323443
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ LATEST_LINK= py-${PORTNAME}
|
|||
OPTIONSFILE= ${PORT_DBDIR}/py-numpy/options
|
||||
|
||||
USE_FORTRAN= yes
|
||||
USE_PYTHON= -2.7
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
OPTIONS_DEFINE= ATLAS DOCS SUITESPARSE
|
||||
|
|
Loading…
Reference in a new issue