forked from pool/mumps
Accepting request 727068 from home:anag:branches:science
- 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. OBS-URL: https://build.opensuse.org/request/show/727068 OBS-URL: https://build.opensuse.org/package/show/science/mumps?expand=0&rev=32
This commit is contained in:
parent
6507ce97b6
commit
8c2db3b8b4
@ -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\
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb345cda145da9aea01b851d17e54e7eef08e16bfa148100ac1f7f046cd42ae9
|
||||
size 3351215
|
3
mumps-5.2.1.tar.bz2
Normal file
3
mumps-5.2.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d988fc34dfc8f5eee0533e361052a972aa69cc39ab193e7f987178d24981744a
|
||||
size 3831942
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 28 18:59:46 UTC 2019 - Ana Guerrero Lopez <aguerrero@suse.com>
|
||||
|
||||
- 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 <normand@linux.vnet.ibm.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user