mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
slepc doesn't support python 3
This commit is contained in:
parent
9e459a3eed
commit
03cb0a8129
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474595
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ LIB_DEPENDS= libblas.so:math/blas \
|
|||
libmpich.so:net/mpich2 \
|
||||
libpetsc.so:science/PETSc
|
||||
|
||||
USES= gmake fortran python shebangfix
|
||||
USES= gmake fortran python:2.7 shebangfix
|
||||
SHEBANG_FILES= configure
|
||||
MAKEFILE= makefile
|
||||
MAKE_ENV= PETSC_DIR=${LOCALBASE} PETSC_ARCH="" SLEPC_DIR=${WRKSRC} FREEBSD_STAGEDIR=${STAGEDIR} PYTHON=${PYTHON_CMD}
|
||||
|
|
Loading…
Add table
Reference in a new issue