#4 Add ExcludeArch: i686
Merged 6 months ago by music. Opened 6 months ago by music.
rpms/ music/arbor no-i686  into  rawhide

file modified
+4 -2
@@ -37,8 +37,10 @@ 

  

  Patch1:         0001-Quote-various-cmake-var-values.patch

  

- # Random123 does not support these

- ExcludeArch:    mips64r2 mips32r2 s390

+ # Random123 does not support:

+ #   mips64r2 mips32r2 s390

+ # https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval

+ ExcludeArch:    mips64r2 mips32r2 s390 %{ix86}

  

  BuildRequires:  cmake

  BuildRequires:  make

This is encouraged by Changes/EncourageI686LeafRemoval; plus, some of the tests are currently segfaulting on that architecture.

Pull-Request has been merged by music

6 months ago
Metadata