fftw/config.yaml
2026-01-16 12:07:50 +03:00

22 lines
485 B
YAML

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"