Disable openmpi for i686 architecture
This commit is contained in:
commit
038389e884
21
config.yaml
Normal file
21
config.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
actions:
|
||||
- replace:
|
||||
- target: "spec"
|
||||
find: |
|
||||
%ifarch s390 s390x
|
||||
%bcond_with openmpi
|
||||
%else
|
||||
replace: |
|
||||
%ifarch s390 s390x %{ix86}
|
||||
%bcond_with openmpi
|
||||
%else
|
||||
count: 1
|
||||
|
||||
- modify_release:
|
||||
- suffix: ".alma.1"
|
||||
|
||||
- changelog_entry:
|
||||
- name: "Eduard Abdullin"
|
||||
email: "eabdullin@almalinux.org"
|
||||
line:
|
||||
- "Disable openmpi for i686 architecture"
|
||||
Loading…
Reference in New Issue
Block a user