petsc: update version 3.14.5->3.15.0

This commit is contained in:
Marcus Calhoun-Lopez
2021-04-08 05:10:36 -07:00
parent 0fdb95ec8e
commit de080dbcc2
3 changed files with 15 additions and 15 deletions
+4 -4
View File
@@ -6,7 +6,7 @@ PortGroup mpi 1.0
PortGroup muniversal 1.0
name petsc
version 3.14.5
version 3.15.0
revision 0
categories math science
maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
@@ -24,9 +24,9 @@ homepage https://www.mcs.anl.gov/petsc/
master_sites http://ftp.mcs.anl.gov/pub/petsc/release-snapshots \
https://www.mcs.anl.gov/petsc/mirror/release-snapshots
checksums rmd160 5c6f18d43bd95da85e124ea8f4bc5a6dae25682e \
sha256 8d44c5d384042d1d770aec4e601b8df6816c22b5e170787f5846b14e4555d2ee \
size 39705168
checksums rmd160 d7f181f25a76ca82601469c20a0c1d7ace50b62a \
sha256 ac46db6bfcaaec8cd28335231076815bd5438f401a4a05e33736b4f9ff12e59a \
size 15976488
mpi.setup default
+3 -3
View File
@@ -1,6 +1,6 @@
--- config/BuildSystem/config/packages/sundials.py.orig 2018-05-20 15:15:52.000000000 -0700
+++ config/BuildSystem/config/packages/sundials.py 2018-06-20 08:22:07.000000000 -0700
@@ -21,7 +21,8 @@
--- config/BuildSystem/config/packages/sundials2.py.orig 2018-05-20 15:15:52.000000000 -0700
+++ config/BuildSystem/config/packages/sundials2.py 2018-06-20 08:22:07.000000000 -0700
@@ -22,7 +22,8 @@
self.blasLapack = framework.require('config.packages.BlasLapack',self)
self.mpi = framework.require('config.packages.MPI',self)
self.mathlib = framework.require('config.packages.mathlib',self)
+8 -8
View File
@@ -1,11 +1,11 @@
--- config/BuildSystem/config/packages/sundials.py.orig 2020-02-22 06:50:11.000000000 -0700
+++ config/BuildSystem/config/packages/sundials.py 2020-02-22 07:08:59.000000000 -0700
--- config/BuildSystem/config/packages/sundials2.py.orig 2020-02-22 06:50:11.000000000 -0700
+++ config/BuildSystem/config/packages/sundials2.py 2020-02-22 07:08:59.000000000 -0700
@@ -4,7 +4,7 @@
def __init__(self, framework):
config.package.GNUPackage.__init__(self, framework)
self.version = '2.5.0'
- self.maxversion = '2.5.100000'
+ self.maxversion = '2.9.100000'
self.versionname = 'SUNDIALS_PACKAGE_VERSION'
self.download = ['http://ftp.mcs.anl.gov/pub/petsc/externalpackages/sundials-'+self.version+'p1.tar.gz']
self.functions = ['CVSpgmr']
self.version = '2.5.0'
- self.maxversion = '2.5.100000'
+ self.maxversion = '2.9.100000'
self.versionname = 'SUNDIALS_PACKAGE_VERSION'
self.download = ['http://ftp.mcs.anl.gov/pub/petsc/externalpackages/sundials-'+self.version+'p1.tar.gz']
self.downloaddirnames = ['sundials']