#14 Drop i686 support
Merged a month ago by fed500. Opened a month ago by gui1ty.
rpms/ gui1ty/mlpack pandas  into  rawhide

file modified
+8 -1
@@ -1,6 +1,6 @@ 

  Name:           mlpack

  Version:        4.3.0

- Release:        3%{?dist}

+ Release:        4%{?dist}

  Summary:        Fast, header-only C++ machine learning library

  

  # The source in src/mlpack/core/std_backport/ is available under 
@@ -13,6 +13,10 @@ 

  URL:            http://www.mlpack.org

  Source0:        http://www.mlpack.org/files/%{name}-%{version}.tar.gz

  

+ # Drop support for i686

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

+ ExcludeArch:    %{ix86}

+ 

  BuildRequires:  make

  BuildRequires:  gcc-c++

  # Use cmake28 package on RHEL.
@@ -309,6 +313,9 @@ 

  %{python3_sitearch}/mlpack-*.dist-info

  

  %changelog

+ * Sun May 12 2024 Sandro <devel@penguinpee.nl> - 4.3.0-4

+ - Drop i686 support

+ 

  * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.0-3

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

  

In the next major update pandas will drop support for i686. This
package depends on pandas, thus it will need to stop building for i686
as well.

More information is available in Bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=2263999

Pull-Request has been merged by fed500

a month ago
Metadata