- Make sure all created dirs are owned (bz474677)
- Fix loading of pkgconfig file (bz476844) - Resolve file conflict between us and libotf (bz496131) - Resolve dangling symlinks issue (bz496909) - Resolve unexpanded %{mode} issues (bz496911) - Restore -devel subpackage (bz499851) - Make getting the default openmpi devel environment easier (bz504357) - Make the -devel package pull in the base package (bz459458) - Make it easier to use alternative compilers to build package (bz246484)
This commit is contained in:
parent
de4e8efa42
commit
179cf98481
@ -1 +1,2 @@
|
|||||||
openmpi-1.3.1.tar.bz2
|
openmpi-1.3.1.tar.bz2
|
||||||
|
openmpi-1.3.3.tar.bz2
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
#
|
#
|
||||||
prepend-path PATH @LIBDIR@/@MPIDIR@/bin
|
prepend-path PATH @LIBDIR@/@MPIDIR@/bin
|
||||||
prepend-path LD_LIBRARY_PATH @LIBDIR@/@MPIDIR@/lib
|
prepend-path LD_LIBRARY_PATH @LIBDIR@/@MPIDIR@/lib
|
||||||
setenv CFLAGS -I@LIBDIR@/@MPIDIR@/include @MODEFLAG@
|
setenv CFLAGS "-I@LIBDIR@/@MPIDIR@/include @MODEFLAG@"
|
||||||
setenv LDFLAGS -L@LIBDIR@/@MPIDIR@/lib -lmpi
|
setenv LDFLAGS "-L@LIBDIR@/@MPIDIR@/lib -lmpi"
|
||||||
|
@ -27,7 +27,7 @@ Source0: http://www.open-mpi.org/software/ompi/v1.3/downloads/%{name}-%{version
|
|||||||
Source1: openmpi.pc.in
|
Source1: openmpi.pc.in
|
||||||
Source2: openmpi.module.in
|
Source2: openmpi.module.in
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: gcc-gfortran, libtool, numactl-devel, valgrind
|
BuildRequires: gcc-gfortran, libtool, numactl-devel, valgrind-devel
|
||||||
BuildRequires: libibverbs-devel, opensm-devel > 3.3.0
|
BuildRequires: libibverbs-devel, opensm-devel > 3.3.0
|
||||||
#%ifnarch ppc
|
#%ifnarch ppc
|
||||||
#BuildRequires: compat-dapl-devel
|
#BuildRequires: compat-dapl-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user