[Bug 913152] Review Request: MUMPS - A MUltifrontal Massively Parallel sparse direct Solver

bugzilla at redhat.com bugzilla at redhat.com
Thu Feb 28 16:49:23 UTC 2013


Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=913152

--- Comment #18 from Paulo Andrade <paulo.cesar.pereira.de.andrade at gmail.com> ---
Almost there, should be close to done now :-)

1. Development (unversioned) .so files in -devel subpackage, if present.
   Note: Unversioned so-files directly in %_libdir.
   ---
   You got it reversed :-)
   lib*-%{version}.so should go in the main package, and
   lib*.so should go in the -devel package, example:
   $ file /usr/lib64/libcmumps.so
   /usr/lib64/libcmumps.so: symbolic link to `/usr/lib64/libcmumps-4.10.0.so'
   $ rpm -qf /usr/lib64/libcmumps.so /usr/lib64/libcmumps-4.10.0.so
   MUMPS-4.10.0-6.fc19.x86_64
   MUMPS-devel-4.10.0-6.fc19.x86_64


2. Large documentation must go in a -doc subpackage.
   Note: Documentation size is 1669120 bytes in 6 files.
   ---
   I suggest not installing the .ps file, and then up to you if
   creating or not a -doc package just for the .pdf. Since this
   packge is expected to be a dependency of others, probably a
   good idea do create a -doc package.
   The ChangeLog file should go to the -devel package also.

3. SourceX / PatchY prefixed with %{name}.
   Note: Patch0 (examples-mpilibs.patch) Patch1 (shared-pord.patch) Source1
   (Makefile.par.inc) Patch2 (shared-mumps.patch)
   ---
   You may rename the sources to prefix it with MUMPS-, but it is
   optional (just to reduce the number the warnings)

============================
Extra:
1. Add openssh-clients to BuildRequires, optionally making all the
   %check conditional. Google'ing a bit I found the reason it would
   fail by missing ssh or rsh:
   http://www.open-mpi.org/community/lists/users/2010/07/13503.php

2. About the undefined-non-weak-symbol and unused-direct-shlib-dependency,
   unless someone else has some comments, I believe it is ok, as the
   package is functional. And it appears bogus, for example. it tells:
   W: unused-direct-shlib-dependency /usr/lib64/libsmumps-4.10.0.so
libmpi_f77.so.1
   and then
   W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so mpi_reduce_
   but the mpi_reduce_ symbol is defined in libmpi_f77.so.1
   The warning should be either because of the mpi libraries not in
   LD_LIBRARY_PATH at rpmlint runtime, or maybe (unlikely) because of the
   reversed links in the main package and libraries in the -devel one
   as explained above.

----

Package Review
==============

Key:
[x] = Pass
[!] = Fail
[-] = Not applicable
[?] = Not evaluated
[ ] = Manual review needed


Issues:
=======
[!]: Development (unversioned) .so files in -devel subpackage, if present.
     Note: Unversioned so-files directly in %_libdir.
See: http://fedoraproject.org/wiki/Packaging/Guidelines#DevelPackages
[!]: Large documentation must go in a -doc subpackage.
     Note: Documentation size is 1669120 bytes in 6 files.
See: http://fedoraproject.org/wiki/Packaging/Guidelines#PackageDocumentation


===== MUST items =====

C/C++:
[x]: Header files in -devel subpackage, if present.
[x]: Package does not contain any libtool archives (.la)
[x]: Package does not contain kernel modules.
[x]: Package contains no static executables.
[x]: Rpath absent or only used for internal libs.
[!]: Development (unversioned) .so files in -devel subpackage, if present.
     Note: Unversioned so-files directly in %_libdir.

Generic:
[x]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[x]: Package successfully compiles and builds into binary rpms on at least one
     supported primary architecture.
[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: All build dependencies are listed in BuildRequires, except for any that
     are listed in the exceptions section of Packaging Guidelines.
[x]: Package contains no bundled libraries.
[x]: Changelog in prescribed format.
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Sources contain only permissible code or content.
[x]: Each %files section contains %defattr if rpm < 4.4
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Package contains desktop file if it is a GUI application.
[x]: Development files must be in a -devel package
[x]: Package requires other packages for directories it uses.
[x]: Package uses nothing in %doc for runtime.
[x]: Package is not known to require ExcludeArch.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Fully versioned dependency in subpackages, if present.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in %package
     devel, %package examples
[x]: Package complies to the Packaging Guidelines
[x]: Spec file lacks Packager, Vendor, PreReq tags.
[x]: If (and only if) the source package includes the text of the license(s)
     in its own file, then that file, containing the text of the license(s)
     for the package is included in %doc.
[x]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses found:
     "Unknown or generated". 1 files have unknown license. Detailed output of
     licensecheck in /home/pcpa/review-MUMPS/licensecheck.txt
[x]: License file installed when any subpackage combination is installed.
[x]: Package consistently uses macro is (instead of hard-coded directory
     names).
[x]: Package is named using only allowed ASCII characters.
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
     Note: Package contains no Conflicts: tag(s)
[x]: Package do not use a name that already exist
[x]: Package obeys FHS, except libexecdir and /usr/target.
[x]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[x]: Package installs properly.
[x]: Package is not relocatable.
[x]: Requires correct, justified where necessary.
[x]: CheckResultdir
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: Sources used to build the package match the upstream source, as provided
     in the spec URL.
[x]: Spec file is legible and written in American English.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: Package contains systemd file(s) if in need.
[x]: File names are valid UTF-8.
[x]: Useful -debuginfo package or justification otherwise.
[!]: Large documentation must go in a -doc subpackage.
     Note: Documentation size is 1669120 bytes in 6 files.
[x]: Packages must not store files under /srv, /opt or /usr/local

===== SHOULD items =====

Generic:
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: If the source package does not include license text(s) as a separate file
     from upstream, the packager SHOULD query upstream to include it.
[x]: Dist tag is present.
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Final provides and requires are sane (rpm -q --provides and rpm -q
     --requires).
[x]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[x]: Patches link to upstream bugs/comments/lists or are otherwise justified.
[x]: The placement of pkgconfig(.pc) files are correct.
[x]: Scriptlets must be sane, if used.
[x]: SourceX tarball generation or download is documented.
[!]: SourceX / PatchY prefixed with %{name}.
     Note: Patch0 (examples-mpilibs.patch) Patch1 (shared-pord.patch) Source1
     (Makefile.par.inc) Patch2 (shared-mumps.patch)
[x]: SourceX is a working URL.
[x]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[x]: %check is present and all tests pass.
[x]: Packages should try to preserve timestamps of original installed files.
[x]: Spec use %global instead of %define.

===== EXTRA items =====

Generic:
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Large data in /usr/share should live in a noarch subpackage if package is
     arched.
     Note: Arch-ed rpms have a total of 1669120 bytes in /usr/share 1658880
     MUMPS-4.10.0-6.fc18.x86_64.rpm 10240 MUMPS-
     examples-4.10.0-6.fc18.x86_64.rpm


Rpmlint
-------
Checking: MUMPS-4.10.0-6.fc18.src.rpm
          MUMPS-devel-4.10.0-6.fc18.x86_64.rpm
          MUMPS-debuginfo-4.10.0-6.fc18.x86_64.rpm
          MUMPS-4.10.0-6.fc18.x86_64.rpm
          MUMPS-examples-4.10.0-6.fc18.x86_64.rpm
MUMPS-devel.x86_64: W: shared-lib-calls-exit /usr/lib64/libpord-4.10.0.so
exit at GLIBC_2.2.5
MUMPS-devel.x86_64: W: shared-lib-calls-exit
/usr/lib64/libmumps_common-4.10.0.so exit at GLIBC_2.2.5
MUMPS-devel.x86_64: W: no-documentation
MUMPS.x86_64: E: no-binary
MUMPS-examples.x86_64: E: script-without-shebang
/usr/lib64/MUMPS-examples/input_simpletest_real
MUMPS-examples.x86_64: E: script-without-shebang
/usr/lib64/MUMPS-examples/input_simpletest_cmplx
5 packages and 0 specfiles checked; 3 errors, 3 warnings.




Rpmlint (installed packages)
----------------------------
# rpmlint MUMPS-examples MUMPS-debuginfo MUMPS-devel MUMPS
MUMPS-examples.x86_64: E: script-without-shebang
/usr/lib64/MUMPS-examples/input_simpletest_real
MUMPS-examples.x86_64: E: script-without-shebang
/usr/lib64/MUMPS-examples/input_simpletest_cmplx
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_reduce_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_abort_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_comm_rank_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_wtime_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_allreduce_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_get_processor_name_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_bcast_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_reduce_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_type_free_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_pack_size_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_type_commit_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_isend_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_comm_split_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_get_count_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
numroc_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_test_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
blacs_gridinit_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_iprobe_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_comm_rank_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_gather_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_wait_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_initialized_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_reduce_scatter_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_waitall_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_ssend_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_unpack_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_irecv_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
psgetrf_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_alltoall_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_cancel_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_pack_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_barrier_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
pspotrf_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_probe_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_recv_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_comm_free_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_request_free_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_send_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
psgetrs_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
blacs_gridinfo_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_op_free_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_gatherv_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
descinit_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_allreduce_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
blacs_gridexit_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_op_create_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_comm_size_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_type_contiguous_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_comm_dup_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
pspotrs_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_waitany_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libsmumps-4.10.0.so
mpi_bcast_
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libsmumps-4.10.0.so libmpi_f77.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libsmumps-4.10.0.so libmpi.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libsmumps-4.10.0.so libscalapack.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libsmumps-4.10.0.so libmpiblacs.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libsmumps-4.10.0.so libmpiblacsF77init.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libsmumps-4.10.0.so libmpiblacsCinit.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libsmumps-4.10.0.so /usr/lib64/atlas/liblapack.so.3
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_reduce_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_abort_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_comm_rank_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_wtime_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_allreduce_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_get_processor_name_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_bcast_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_reduce_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_type_free_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_pack_size_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_type_commit_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_isend_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_comm_split_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_get_count_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
numroc_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_test_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
blacs_gridinit_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_iprobe_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_comm_rank_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_gather_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_wait_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
pdpotrs_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_initialized_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_reduce_scatter_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_waitall_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_ssend_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_unpack_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_irecv_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
pdgetrf_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_alltoall_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_cancel_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_pack_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_barrier_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_probe_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_recv_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_comm_free_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_request_free_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_send_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
blacs_gridinfo_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_op_free_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_gatherv_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
descinit_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_allreduce_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
blacs_gridexit_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_op_create_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_comm_size_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
pdpotrf_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
pdgetrs_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_type_contiguous_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_comm_dup_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_waitany_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libdmumps-4.10.0.so
mpi_bcast_
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libdmumps-4.10.0.so libmpi_f77.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libdmumps-4.10.0.so libmpi.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libdmumps-4.10.0.so libscalapack.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libdmumps-4.10.0.so libmpiblacs.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libdmumps-4.10.0.so libmpiblacsF77init.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libdmumps-4.10.0.so libmpiblacsCinit.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libdmumps-4.10.0.so /usr/lib64/atlas/liblapack.so.3
MUMPS-devel.x86_64: W: shared-lib-calls-exit /usr/lib64/libpord-4.10.0.so
exit at GLIBC_2.2.5
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_reduce_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_abort_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_comm_rank_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_wtime_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_allreduce_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_get_processor_name_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_bcast_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_reduce_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_type_free_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_pack_size_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_type_commit_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_isend_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_comm_split_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_get_count_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
numroc_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_test_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
blacs_gridinit_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_iprobe_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_comm_rank_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_gather_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_wait_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_initialized_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_reduce_scatter_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_waitall_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_ssend_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_unpack_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
pcgetrf_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_irecv_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_alltoall_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
pcpotrs_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_cancel_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_pack_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_barrier_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_probe_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_recv_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_comm_free_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
pcpotrf_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_request_free_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_send_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
blacs_gridinfo_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_op_free_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_gatherv_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
descinit_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_allreduce_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
blacs_gridexit_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_op_create_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
pcgetrs_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_comm_size_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_type_contiguous_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_comm_dup_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_waitany_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libcmumps-4.10.0.so
mpi_bcast_
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libcmumps-4.10.0.so libmpi_f77.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libcmumps-4.10.0.so libmpi.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libcmumps-4.10.0.so libscalapack.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libcmumps-4.10.0.so libmpiblacs.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libcmumps-4.10.0.so libmpiblacsF77init.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libcmumps-4.10.0.so libmpiblacsCinit.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libcmumps-4.10.0.so /usr/lib64/atlas/liblapack.so.3
MUMPS-devel.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libmumps_common-4.10.0.so mpi_reduce_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libmumps_common-4.10.0.so mpi_abort_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libmumps_common-4.10.0.so mpi_comm_rank_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libmumps_common-4.10.0.so mpi_wtime_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libmumps_common-4.10.0.so mpi_allreduce_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libmumps_common-4.10.0.so mpi_get_processor_name_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libmumps_common-4.10.0.so mpi_bcast_
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libmumps_common-4.10.0.so libmpi_f77.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libmumps_common-4.10.0.so libmpi.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libmumps_common-4.10.0.so libscalapack.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libmumps_common-4.10.0.so libmpiblacs.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libmumps_common-4.10.0.so libmpiblacsF77init.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libmumps_common-4.10.0.so libmpiblacsCinit.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libmumps_common-4.10.0.so /usr/lib64/atlas/liblapack.so.3
MUMPS-devel.x86_64: W: shared-lib-calls-exit
/usr/lib64/libmumps_common-4.10.0.so exit at GLIBC_2.2.5
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_reduce_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_abort_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_comm_rank_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_wtime_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_allreduce_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_get_processor_name_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_bcast_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_reduce_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_type_free_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_pack_size_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_type_commit_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_isend_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_comm_split_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_get_count_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
numroc_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_test_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
blacs_gridinit_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_iprobe_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_comm_rank_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_gather_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_wait_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
pzpotrs_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_initialized_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_reduce_scatter_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
pzpotrf_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_waitall_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_ssend_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_unpack_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_irecv_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_alltoall_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_cancel_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_pack_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_barrier_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_probe_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_recv_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_comm_free_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_request_free_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_send_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
blacs_gridinfo_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_op_free_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_gatherv_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
descinit_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_allreduce_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
pzgetrf_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
blacs_gridexit_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_op_create_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_comm_size_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_type_contiguous_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
pzgetrs_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_comm_dup_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_waitany_
MUMPS-devel.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzmumps-4.10.0.so
mpi_bcast_
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libzmumps-4.10.0.so libmpi_f77.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libzmumps-4.10.0.so libmpi.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libzmumps-4.10.0.so libscalapack.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libzmumps-4.10.0.so libmpiblacs.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libzmumps-4.10.0.so libmpiblacsF77init.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libzmumps-4.10.0.so libmpiblacsCinit.so.1
MUMPS-devel.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libzmumps-4.10.0.so /usr/lib64/atlas/liblapack.so.3
MUMPS-devel.x86_64: W: no-documentation
MUMPS.x86_64: E: no-binary
4 packages and 0 specfiles checked; 3 errors, 253 warnings.
# echo 'rpmlint-done:'



Requires
--------
MUMPS-devel-4.10.0-6.fc18.x86_64.rpm (rpmlib, GLIBC filtered):

    /sbin/ldconfig
    MUMPS(x86-64) = 4.10.0-6.fc18
    libblas.so.3()(64bit)
    libc.so.6()(64bit)
    libgfortran.so.3()(64bit)
    libgfortran.so.3(GFORTRAN_1.0)(64bit)
    libgfortran.so.3(GFORTRAN_1.4)(64bit)
    liblapack.so.3()(64bit)
    libm.so.6()(64bit)
    libmpi.so.1()(64bit)
    libmpi_f77.so.1()(64bit)
    libmpiblacs.so.1()(64bit)
    libmpiblacsCinit.so.1()(64bit)
    libmpiblacsF77init.so.1()(64bit)
    libmumps_common-4.10.0.so()(64bit)
    libpord-4.10.0.so()(64bit)
    libpthread.so.0()(64bit)
    libscalapack.so.1()(64bit)
    rtld(GNU_HASH)

MUMPS-debuginfo-4.10.0-6.fc18.x86_64.rpm (rpmlib, GLIBC filtered):


MUMPS-4.10.0-6.fc18.x86_64.rpm (rpmlib, GLIBC filtered):

    /sbin/ldconfig

MUMPS-examples-4.10.0-6.fc18.x86_64.rpm (rpmlib, GLIBC filtered):

    MUMPS(x86-64) = 4.10.0-6.fc18
    libc.so.6()(64bit)
    libcmumps-4.10.0.so()(64bit)
    libdmumps-4.10.0.so()(64bit)
    libgfortran.so.3()(64bit)
    libgfortran.so.3(GFORTRAN_1.0)(64bit)
    libgfortran.so.3(GFORTRAN_1.4)(64bit)
    libmpi_f77.so.1()(64bit)
    libsmumps-4.10.0.so()(64bit)
    libzmumps-4.10.0.so()(64bit)
    rtld(GNU_HASH)



Provides
--------
MUMPS-devel-4.10.0-6.fc18.x86_64.rpm:

    MUMPS-devel = 4.10.0-6.fc18
    MUMPS-devel(x86-64) = 4.10.0-6.fc18
    libcmumps-4.10.0.so()(64bit)
    libdmumps-4.10.0.so()(64bit)
    libmumps_common-4.10.0.so()(64bit)
    libpord-4.10.0.so()(64bit)
    libsmumps-4.10.0.so()(64bit)
    libzmumps-4.10.0.so()(64bit)

MUMPS-debuginfo-4.10.0-6.fc18.x86_64.rpm:

    MUMPS-debuginfo = 4.10.0-6.fc18
    MUMPS-debuginfo(x86-64) = 4.10.0-6.fc18

MUMPS-4.10.0-6.fc18.x86_64.rpm:

    MUMPS = 4.10.0-6.fc18
    MUMPS(x86-64) = 4.10.0-6.fc18

MUMPS-examples-4.10.0-6.fc18.x86_64.rpm:

    MUMPS-examples = 4.10.0-6.fc18
    MUMPS-examples(x86-64) = 4.10.0-6.fc18



Unversioned so-files
--------------------
MUMPS-4.10.0-6.fc18.x86_64.rpm: /usr/lib64/libcmumps.so
MUMPS-4.10.0-6.fc18.x86_64.rpm: /usr/lib64/libdmumps.so
MUMPS-4.10.0-6.fc18.x86_64.rpm: /usr/lib64/libmumps_common.so
MUMPS-4.10.0-6.fc18.x86_64.rpm: /usr/lib64/libpord.so
MUMPS-4.10.0-6.fc18.x86_64.rpm: /usr/lib64/libsmumps.so
MUMPS-4.10.0-6.fc18.x86_64.rpm: /usr/lib64/libzmumps.so

MD5-sum check
-------------
http://mumps.enseeiht.fr/MUMPS_4.10.0.tar.gz :
  CHECKSUM(SHA256) this package     :
d0f86f91a74c51a17a2ff1be9c9cee2338976f13a6d00896ba5b43a5ca05d933
  CHECKSUM(SHA256) upstream package :
d0f86f91a74c51a17a2ff1be9c9cee2338976f13a6d00896ba5b43a5ca05d933


Generated by fedora-review 0.3.1 (b71abc1) last change: 2012-10-16
Buildroot used: fedora-18-x86_64
Command line :/usr/bin/fedora-review -v -r -n MUMPS

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=AI45IsxaBE&a=cc_unsubscribe



More information about the package-review mailing list