Skip to content

Commit

Permalink
science/py-scipy: Fix required python version
Browse files Browse the repository at this point in the history
scipy dropped support for 3.6 as of 1.6.0:

scipy/scipy@0a4f408

PR:		256083
MFH:		2021Q2
  • Loading branch information
neirbowj authored and lwhsu committed Jun 1, 2021
1 parent 6890a3c commit 7a75d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion science/py-scipy/Makefile
Expand Up @@ -24,7 +24,7 @@ LIB_DEPENDS= libblas.so:math/blas \
libopenblas.so:math/openblas
RUN_DEPENDS= ${PYNUMPY}

USES= compiler:c++14-lang fortran python:3.6+ shebangfix
USES= compiler:c++14-lang fortran python:3.7+ shebangfix
USE_PYTHON= autoplist concurrent distutils

FFLAGS+= -std=legacy
Expand Down

0 comments on commit 7a75d1c

Please sign in to comment.