Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2024 02:45:07 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b44f19da2adf - main - math/slepc: Remove python requirement to have version=3.9
Message-ID:  <202406240245.45O2j71U069598@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b44f19da2adfc16d014caaa3bf91a465d9f3b83b

commit b44f19da2adfc16d014caaa3bf91a465d9f3b83b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-24 02:44:08 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-24 02:44:08 +0000

    math/slepc: Remove python requirement to have version=3.9
    
    PR:             279654
---
 math/slepc/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/slepc/Makefile b/math/slepc/Makefile
index 5f267d3f8e12..1d1654cdc098 100644
--- a/math/slepc/Makefile
+++ b/math/slepc/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	slepc
 DISTVERSION=	3.21.1
+PORTREVISION=	1
 CATEGORIES=	math devel
 MASTER_SITES=	http://slepc.upv.es/download/distrib/
 
@@ -17,7 +18,7 @@ LIB_DEPENDS=	libblas.so:math/blas \
 		libmpich.so:net/mpich \
 		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_LDCONFIG=	yes
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406240245.45O2j71U069598>