https://bugzilla.redhat.com/show_bug.cgi?id=1389971



--- Comment #3 from Antonio Trande <[email protected]> ---
- Please, post direct links to 'raw' spec file and srpm.

- MPI compilers are not correct: you are using always '/usr/bin/c++'. You have
to set CMAKE_CXX_COMPILER:FILEPATH option at least inside MPI build
directories.

'lib*_openmpi' and 'lib*_mpich' libraries must be installed under
'/usr/lib/openmpi/lib' and '/usr/lib/mpich/lib' respectively. Like them, even
binary files must be installed under '/usr/lib/openmpi/bin' and
'/usr/lib/mpich/bin' respectively.
See http://fedoraproject.org/wiki/Packaging:MPI

- If 

// Build METIS
BUILD_METIS:BOOL=ON

means build Metis from source, you can disable it.

- CMake looks searching for GMP, too.

-- Could NOT find GMP (missing:  GMP_INCLUDES GMP_LIBRARIES GMP_VERSION_OK)
(Required is at least version "6.0.0")

- Python package name looks better like python2-elemental

- Libraries are not "sonamed"; could be a good suggestion for upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to