Merge pull request #8405 from okhlybov/mumps

mumps: version bump
This commit is contained in:
Christoph Reiter
2021-04-18 12:58:06 +02:00
committed by GitHub
2 changed files with 37 additions and 3 deletions

View File

@@ -0,0 +1,32 @@
diff -urN MUMPS_5.4.0.orig/Makefile MUMPS_5.4.0/Makefile
--- MUMPS_5.4.0.orig/Makefile 2021-04-13 20:26:30.000000000 +0500
+++ MUMPS_5.4.0/Makefile 2021-04-18 10:46:39.868221100 +0500
@@ -11,23 +11,23 @@
all: prerequisites
cd src; $(MAKE) all
- cd examples; $(MAKE) all
+ #cd examples; $(MAKE) all
s: prerequisites
cd src; $(MAKE) s
- cd examples; $(MAKE) s
+ #cd examples; $(MAKE) s
d: prerequisites
cd src; $(MAKE) d
- cd examples; $(MAKE) d
+ #cd examples; $(MAKE) d
c: prerequisites
cd src; $(MAKE) c
- cd examples; $(MAKE) c
+ #cd examples; $(MAKE) c
z: prerequisites
cd src; $(MAKE) z
- cd examples; $(MAKE) z
+ #cd examples; $(MAKE) z
# Is Makefile.inc available ?

View File

@@ -4,8 +4,8 @@ _realname=mumps
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=5.3.5
pkgrel=2
pkgver=5.4.0
pkgrel=1
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64')
pkgdesc="Sparse direct SLAE solver (mingw-w64)"
@@ -25,11 +25,13 @@ license=('CeCILL-C')
url="http://mumps.enseeiht.fr/"
source=("http://mumps.enseeiht.fr/MUMPS_${pkgver}.tar.gz"
"0001-makefile.inc.patch"
"0002-skip-examples.patch"
"all.tcl"
"tclbuildtest.tcl"
"mumps.test")
sha256sums=('e5d665fdb7043043f0799ae3dbe3b37e5b200d1ab7a6f7b2a4e463fd89507fa4'
sha256sums=('c613414683e462da7c152c131cebf34f937e79b30571424060dd673368bbf627'
'394a9e6de6147c33881b7935a2a70f4803eea537faf7b8c74b7cb8236c7f1f87'
'bbefd4a5f841536132f32c1ffc684a58b778901cd777445ca817dbb34d983450'
'ec5072630e1c0309fe383669e9187790cd135a393c67bc4bc35cf60b0ba396ff'
'15c7af25b91406d5fe5f26cfe00963b6cfde1c3dd466eb25f1b6fae299934966'
'0b58c5bb34403a69bc4c4ab1ab551876695bff1f2be66ecaa9b5528a74e8f8f6')