diff --git a/Makefiles-Serialize-libseq-libplat-mommond_mod-for-parallel-builds.patch b/Makefiles-Serialize-libseq-libplat-mommond_mod-for-parallel-builds.patch index 1720304..fdf3e24 100644 --- a/Makefiles-Serialize-libseq-libplat-mommond_mod-for-parallel-builds.patch +++ b/Makefiles-Serialize-libseq-libplat-mommond_mod-for-parallel-builds.patch @@ -81,12 +81,12 @@ index 88fc032..5a3c6e2 100644 $(MAKE) ARITH=z mumps_lib include $(topdir)/Makefile.inc -@@ -74,6 +74,8 @@ OBJS_COMMON_OTHER = \ - mumps_thread.o \ - mumps_save_restore_C.o - +@@ -78,6 +78,8 @@ + tools_common.o \ + sol_common.o + +common: $(OBJS_COMMON_MOD) $(OBJS_COMMON_OTHER) + OBJS_MOD = \ + $(ARITH)ana_aux.o \ $(ARITH)ana_aux_par.o \ - $(ARITH)ana_lr.o\ diff --git a/mumps-5.1.2.tar.bz2 b/mumps-5.1.2.tar.bz2 deleted file mode 100644 index e4ef80f..0000000 --- a/mumps-5.1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb345cda145da9aea01b851d17e54e7eef08e16bfa148100ac1f7f046cd42ae9 -size 3351215 diff --git a/mumps-5.2.1.tar.bz2 b/mumps-5.2.1.tar.bz2 new file mode 100644 index 0000000..aafc2fe --- /dev/null +++ b/mumps-5.2.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d988fc34dfc8f5eee0533e361052a972aa69cc39ab193e7f987178d24981744a +size 3831942 diff --git a/mumps.changes b/mumps.changes index 5179214..5ffbcc8 100644 --- a/mumps.changes +++ b/mumps.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Aug 28 18:59:46 UTC 2019 - Ana Guerrero Lopez + +- Update to version 5.2.1: + * See ChangeLog file or at http://mumps.enseeiht.fr/index.php?page=dwnld +- Refresh patch: + * Makefiles-Serialize-libseq-libplat-mommond_mod-for-parallel-builds.patch +- Install the new binaries provided with the examples. + ------------------------------------------------------------------- Wed Jul 17 09:42:01 UTC 2019 - Michel Normand diff --git a/mumps.spec b/mumps.spec index 9695806..9496c41 100644 --- a/mumps.spec +++ b/mumps.spec @@ -19,7 +19,7 @@ %global flavor @BUILD_FLAVOR@%{nil} %define pname mumps -%define ver 5.1.2 +%define ver 5.2.1 %define so_ver 5 %define openblas_vers 0.3.6 @@ -532,6 +532,7 @@ install -m 644 PORD/include/* %{buildroot}%{my_incdir}/pord %endif install -m 755 examples/*simpletest %{buildroot}%{my_bindir} install -m 755 examples/c_example %{buildroot}%{my_bindir} +install -m 755 examples/*_save_restore %{buildroot}%{my_bindir} %if %{with mpi} %if %{without hpc} @@ -587,7 +588,7 @@ EOF %endif # Don't want binaries in docdir -rm -rf examples/*.o examples/*simpletest examples/c_example examples/multiple_arithmetics_example +rm -rf examples/*.o examples/*simpletest examples/*_save_restore examples/c_example examples/multiple_arithmetics_example %if !%{with mpi} %post -n %{libname} -p /sbin/ldconfig