math/slepc: Remove python requirement to have version=3.9

PR:		279654
This commit is contained in:
Yuri Victorovich 2024-06-23 19:44:08 -07:00
parent 10dfaae369
commit b44f19da2a

View file

@ -1,5 +1,6 @@
PORTNAME= slepc PORTNAME= slepc
DISTVERSION= 3.21.1 DISTVERSION= 3.21.1
PORTREVISION= 1
CATEGORIES= math devel CATEGORIES= math devel
MASTER_SITES= http://slepc.upv.es/download/distrib/ MASTER_SITES= http://slepc.upv.es/download/distrib/
@ -17,7 +18,7 @@ LIB_DEPENDS= libblas.so:math/blas \
libmpich.so:net/mpich \ libmpich.so:net/mpich \
libpetsc.so:science/PETSc libpetsc.so:science/PETSc
USES= gmake fortran python:3.9 shebangfix xorg USES= gmake fortran python shebangfix xorg
USE_XORG= x11 # not really needed, but is inherited from the PETSc setup USE_XORG= x11 # not really needed, but is inherited from the PETSc setup
USE_LDCONFIG= yes USE_LDCONFIG= yes