Add upstream fix for error in calculating aggregators in 32bit mode
This commit is contained in:
		
							parent
							
								
									9ccbdc95ce
								
							
						
					
					
						commit
						f25cd0ee4e
					
				
							
								
								
									
										11
									
								
								openmpi.spec
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								openmpi.spec
									
									
									
									
									
								
							| @ -32,21 +32,22 @@ | |||||||
| %endif | %endif | ||||||
| 
 | 
 | ||||||
| Name:            openmpi%{?_cc_name_suffix} | Name:            openmpi%{?_cc_name_suffix} | ||||||
| Version:         4.0.2 | Version:         4.0.3 | ||||||
| Release:         3%{?dist} | Release:         0.1.201911280241%{?dist} | ||||||
| Summary:         Open Message Passing Interface | Summary:         Open Message Passing Interface | ||||||
| License:         BSD and MIT and Romio | License:         BSD and MIT and Romio | ||||||
| URL:             http://www.open-mpi.org/ | URL:             http://www.open-mpi.org/ | ||||||
| 
 | 
 | ||||||
| # We can't use %%{name} here because of _cc_name_suffix | # We can't use %%{name} here because of _cc_name_suffix | ||||||
| Source0:         https://www.open-mpi.org/software/ompi/v4.0/downloads/openmpi-%{version}.tar.bz2 | #Source0:         https://www.open-mpi.org/software/ompi/v4.0/downloads/openmpi-%{version}.tar.bz2 | ||||||
|  | Source0:         https://download.open-mpi.org/nightly/open-mpi/v4.0.x/openmpi-v4.0.x-201911280241-d4dd837.tar.bz2 | ||||||
| Source1:         openmpi.module.in | Source1:         openmpi.module.in | ||||||
| Source2:         openmpi.pth.py2 | Source2:         openmpi.pth.py2 | ||||||
| Source3:         openmpi.pth.py3 | Source3:         openmpi.pth.py3 | ||||||
| Source4:         macros.openmpi | Source4:         macros.openmpi | ||||||
| 
 | 
 | ||||||
| # fcoll/two_phase: fix error in calculating aggregators in 32bit mode | # fcoll/two_phase: fix error in calculating aggregators in 32bit mode | ||||||
| Patch0:          https://patch-diff.githubusercontent.com/raw/open-mpi/ompi/pull/7126.patch | #Patch0:          https://patch-diff.githubusercontent.com/raw/open-mpi/ompi/pull/7126.patch | ||||||
| 
 | 
 | ||||||
| BuildRequires:   gcc-c++ | BuildRequires:   gcc-c++ | ||||||
| BuildRequires:   gcc-gfortran | BuildRequires:   gcc-gfortran | ||||||
| @ -172,7 +173,7 @@ OpenMPI support for Python 3. | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| %prep | %prep | ||||||
| %autosetup -p1 -n openmpi-%{version} | %autosetup -p1 -n openmpi-v4.0.x-201911280241-d4dd837 | ||||||
| 
 | 
 | ||||||
| %build | %build | ||||||
| ./configure --prefix=%{_libdir}/%{name} \ | ./configure --prefix=%{_libdir}/%{name} \ | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user