public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/papilo] f45: Version 3.0.2
@ 2026-09-22 18:30 Jerry James
  0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-09-22 18:30 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/papilo
Branch : f45
Commit : ac89b26497efdc9fa57f4741c1abcbd7fdca5b5d
Author : Jerry James <loganjerry@gmail.com>
Date   : 2026-09-22T07:04:34-06:00
Stats  : +114/-103 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/papilo/c/ac89b26497efdc9fa57f4741c1abcbd7fdca5b5d?branch=f45

Log:
Version 3.0.2

---
diff --git a/papilo-unbundle.patch b/papilo-unbundle.patch
index 877df18..c0caa14 100644
--- a/papilo-unbundle.patch
+++ b/papilo-unbundle.patch
@@ -1,5 +1,5 @@
---- papilo-3.0.0/CMakeLists.txt.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/CMakeLists.txt	2025-11-25 12:05:25.998673315 -0700
+--- papilo-3.0.2/CMakeLists.txt.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/CMakeLists.txt	2026-09-21 07:57:08.224268769 -0600
 @@ -255,29 +255,8 @@ endif()
  
  # Search for BLAS and build clusol.
@@ -77,8 +77,8 @@
     ${PROJECT_SOURCE_DIR}/src/papilo/external/fmt/LICENSE.rst DESTINATION ${CMAKE_INSTALL_DATADIR}/licenses/papilo/fmt)
  
  # Configure the papilo-config.cmake for the build-tree:
---- papilo-3.0.0/src/convMPS.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/src/convMPS.cpp	2025-11-25 10:39:32.199422397 -0700
+--- papilo-3.0.2/src/convMPS.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/src/convMPS.cpp	2026-09-21 07:57:08.224580500 -0600
 @@ -35,7 +35,7 @@
  #include "papilo/misc/Hash.hpp"
  #include "papilo/misc/Vec.hpp"
@@ -88,8 +88,8 @@
  
  using namespace papilo;
  
---- papilo-3.0.0/src/duplicates.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/src/duplicates.cpp	2026-05-27 15:36:10.348468891 -0600
+--- papilo-3.0.2/src/duplicates.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/src/duplicates.cpp	2026-09-21 07:57:08.224846015 -0600
 @@ -33,7 +33,7 @@
  #ifdef PAPILO_TBB
  #include "papilo/misc/tbb.hpp"
@@ -183,8 +183,8 @@
              []( uint64_t a, uint64_t b ) { return a < b; } );
  
     // Put all values in the hasher
---- papilo-3.0.0/src/papilo/core/Components.hpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/src/papilo/core/Components.hpp	2026-05-27 15:36:46.036030365 -0600
+--- papilo-3.0.2/src/papilo/core/Components.hpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/src/papilo/core/Components.hpp	2026-09-21 07:57:08.225083698 -0600
 @@ -26,7 +26,7 @@
  #define _PAPILO_CORE_COMPONENTS_HPP_
  
@@ -221,8 +221,8 @@
        }
  
        return numcomponents;
---- papilo-3.0.0/src/papilo/core/ConstraintMatrix.hpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/src/papilo/core/ConstraintMatrix.hpp	2026-05-27 15:27:23.122239140 -0600
+--- papilo-3.0.2/src/papilo/core/ConstraintMatrix.hpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/src/papilo/core/ConstraintMatrix.hpp	2026-09-21 07:57:08.225336330 -0600
 @@ -1520,7 +1520,7 @@ ConstraintMatrix<REAL>::aggregate(
  
     if( !tripletbuffer.empty() )
@@ -232,8 +232,8 @@
  
        auto handleCol = [&]( int col, int start, int end ) {
           int newsize = cons_matrix_transp.changeRow(
---- papilo-3.0.0/src/papilo/core/Problem.hpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/src/papilo/core/Problem.hpp	2026-05-27 15:27:53.233588186 -0600
+--- papilo-3.0.2/src/papilo/core/Problem.hpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/src/papilo/core/Problem.hpp	2026-09-21 07:57:08.225604389 -0600
 @@ -726,7 +726,7 @@ class Problem
               colsize[i],
               constraintMatrix.getColumnCoefficients( i ).getDynamism(), i );
@@ -243,8 +243,8 @@
  
        for( const auto& tuple : colperm )
        {
---- papilo-3.0.0/src/papilo/core/SparseStorage.hpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/src/papilo/core/SparseStorage.hpp	2026-05-27 15:28:49.529462007 -0600
+--- papilo-3.0.2/src/papilo/core/SparseStorage.hpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/src/papilo/core/SparseStorage.hpp	2026-09-21 07:57:08.225881766 -0600
 @@ -25,7 +25,7 @@
  #ifndef _PAPILO_CORE_SPARSE_STORAGE_HPP_
  #define _PAPILO_CORE_SPARSE_STORAGE_HPP_
@@ -254,7 +254,7 @@
  #include "papilo/misc/MultiPrecision.hpp"
  #include "papilo/misc/Vec.hpp"
  #include <algorithm>
-@@ -430,7 +430,7 @@ SparseStorage<REAL>::SparseStorage( Vec<
+@@ -431,7 +431,7 @@ SparseStorage<REAL>::SparseStorage( Vec<
     assert( !sorted || std::is_sorted( entries.begin(), entries.end() ) );
  
     if( !sorted )
@@ -263,8 +263,8 @@
  
     nnz = entries.size();
     nAlloc = computeNAlloc();
---- papilo-3.0.0/src/papilo/io/MpsParser.hpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/src/papilo/io/MpsParser.hpp	2026-05-27 15:29:16.169207891 -0600
+--- papilo-3.0.2/src/papilo/io/MpsParser.hpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/src/papilo/io/MpsParser.hpp	2026-09-21 07:57:08.226152732 -0600
 @@ -28,7 +28,7 @@
  #include "papilo/core/ConstraintMatrix.hpp"
  #include "papilo/core/Problem.hpp"
@@ -292,8 +292,8 @@
                       []( Triplet<REAL> a, Triplet<REAL> b ) {
                          return std::get<1>( b ) > std::get<1>( a );
                       } );
---- papilo-3.0.0/src/papilo/io/OpbParser.hpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/src/papilo/io/OpbParser.hpp	2025-11-25 10:39:32.200385010 -0700
+--- papilo-3.0.2/src/papilo/io/OpbParser.hpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/src/papilo/io/OpbParser.hpp	2026-09-21 07:57:08.226354558 -0600
 @@ -30,7 +30,7 @@
  #include "papilo/core/Objective.hpp"
  #include "papilo/core/Problem.hpp"
@@ -303,8 +303,8 @@
  #include "papilo/io/BoundType.hpp"
  #include "papilo/io/ParseKey.hpp"
  #include "papilo/misc/Flags.hpp"
---- papilo-3.0.0/src/papilo/misc/DependentRows.hpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/src/papilo/misc/DependentRows.hpp	2025-11-25 10:39:32.200593669 -0700
+--- papilo-3.0.2/src/papilo/misc/DependentRows.hpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/src/papilo/misc/DependentRows.hpp	2026-09-21 07:57:08.226528663 -0600
 @@ -30,7 +30,7 @@
  #ifdef PAPILO_HAVE_LUSOL
  extern "C"
@@ -314,8 +314,8 @@
  }
  #endif
  
---- papilo-3.0.0/src/papilo/presolvers/CliqueMerging.hpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/src/papilo/presolvers/CliqueMerging.hpp	2026-05-27 15:31:57.351141986 -0600
+--- papilo-3.0.2/src/papilo/presolvers/CliqueMerging.hpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/src/papilo/presolvers/CliqueMerging.hpp	2026-09-21 07:57:08.226755696 -0600
 @@ -30,7 +30,7 @@
  #include "papilo/core/PresolveOptions.hpp"
  #include "papilo/core/Problem.hpp"
@@ -334,8 +334,8 @@
     for( int reductionindex = 0; reductionindex < reductionResultsComb.end() - reductionResultsComb.begin(); ++reductionindex )
     {
        result = PresolveStatus::kReduced;
---- papilo-3.0.0/src/papilo/presolvers/DualInfer.hpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/src/papilo/presolvers/DualInfer.hpp	2026-05-27 15:30:07.048407500 -0600
+--- papilo-3.0.2/src/papilo/presolvers/DualInfer.hpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/src/papilo/presolvers/DualInfer.hpp	2026-09-21 07:57:08.226934369 -0600
 @@ -234,7 +234,7 @@ DualInfer<REAL>::execute( const Problem<
            c );
     }
@@ -345,8 +345,8 @@
              []( std::pair<int, int> c1, std::pair<int, int> c2 ) {
                 return c1.first < c2.first;
              } );
---- papilo-3.0.0/src/papilo/presolvers/FreeVarSubstitution.hpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/src/papilo/presolvers/FreeVarSubstitution.hpp	2026-05-27 15:32:23.566975976 -0600
+--- papilo-3.0.2/src/papilo/presolvers/FreeVarSubstitution.hpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/src/papilo/presolvers/FreeVarSubstitution.hpp	2026-09-21 07:57:08.227133460 -0600
 @@ -29,7 +29,7 @@
  #include "papilo/core/PresolveMethod.hpp"
  #include "papilo/core/Problem.hpp"
@@ -374,8 +374,8 @@
                 [&]( int i1, int i2 ) {
                    int col1 = rowindices[i1];
                    int col2 = rowindices[i2];
---- papilo-3.0.0/src/papilo/presolvers/ParallelColDetection.hpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/src/papilo/presolvers/ParallelColDetection.hpp	2026-05-27 15:32:38.870782680 -0600
+--- papilo-3.0.2/src/papilo/presolvers/ParallelColDetection.hpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/src/papilo/presolvers/ParallelColDetection.hpp	2026-09-21 07:57:08.227319116 -0600
 @@ -29,7 +29,7 @@
  #include "papilo/core/PresolveMethod.hpp"
  #include "papilo/core/Problem.hpp"
@@ -394,8 +394,8 @@
         col.get(), col.get() + ncols,
         [&]( int a, int b )
         {
---- papilo-3.0.0/src/papilo/presolvers/ParallelRowDetection.hpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/src/papilo/presolvers/ParallelRowDetection.hpp	2026-05-27 15:32:53.926711488 -0600
+--- papilo-3.0.2/src/papilo/presolvers/ParallelRowDetection.hpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/src/papilo/presolvers/ParallelRowDetection.hpp	2026-09-21 07:57:08.227506135 -0600
 @@ -29,7 +29,7 @@
  #include "papilo/core/PresolveMethod.hpp"
  #include "papilo/core/Problem.hpp"
@@ -414,8 +414,8 @@
        return supportid[a] < supportid[b] ||
               ( supportid[a] == supportid[b] && coefhash[a] < coefhash[b] ) ||
               ( supportid[a] == supportid[b] && coefhash[a] == coefhash[b] &&
---- papilo-3.0.0/src/papilo/presolvers/Probing.hpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/src/papilo/presolvers/Probing.hpp	2026-05-27 15:37:20.395632304 -0600
+--- papilo-3.0.2/src/papilo/presolvers/Probing.hpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/src/papilo/presolvers/Probing.hpp	2026-09-21 07:57:08.227698563 -0600
 @@ -229,7 +229,7 @@ Probing<REAL>::execute( const Problem<RE
               if( nbinvarsrow == 0 )
                  continue;
@@ -443,8 +443,8 @@
                 []( const ProbingSubstitution<REAL>& a,
                     const ProbingSubstitution<REAL>& b ) {
                    return std::make_pair( a.col1, a.col2 ) >
---- papilo-3.0.0/src/papilo/presolvers/SimplifyInequalities.hpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/src/papilo/presolvers/SimplifyInequalities.hpp	2026-05-27 15:33:16.094268018 -0600
+--- papilo-3.0.2/src/papilo/presolvers/SimplifyInequalities.hpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/src/papilo/presolvers/SimplifyInequalities.hpp	2026-09-21 07:57:08.227923543 -0600
 @@ -29,7 +29,7 @@
  #include "papilo/core/PresolveMethod.hpp"
  #include "papilo/core/Problem.hpp"
@@ -463,9 +463,9 @@
              [&values]( int const& a, int const& b )
              { return abs( values[a] ) > abs( values[b] ); } );
  
---- papilo-3.0.0/src/papilo/presolvers/SingletonStuffing.hpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/src/papilo/presolvers/SingletonStuffing.hpp	2026-05-27 15:31:21.447682262 -0600
-@@ -638,7 +638,7 @@ SingletonStuffing<REAL>::execute( const
+--- papilo-3.0.2/src/papilo/presolvers/SingletonStuffing.hpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/src/papilo/presolvers/SingletonStuffing.hpp	2026-09-21 07:57:08.228120580 -0600
+@@ -642,7 +642,7 @@ SingletonStuffing<REAL>::execute( const
           continue;
        }
  
@@ -474,8 +474,8 @@
                 [&]( const std::pair<int, REAL>& c1,
                      const std::pair<int, REAL>& c2 ) {
                    return ( obj[c1.first] / c1.second ) >
---- papilo-3.0.0/src/papilo/presolvers/Sparsify.hpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/src/papilo/presolvers/Sparsify.hpp	2026-05-27 15:37:45.219425169 -0600
+--- papilo-3.0.2/src/papilo/presolvers/Sparsify.hpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/src/papilo/presolvers/Sparsify.hpp	2026-09-21 07:57:08.228311045 -0600
 @@ -370,7 +370,7 @@ Sparsify<REAL>::execute( const Problem<R
                        ++h;
                     }
@@ -494,9 +494,9 @@
                 [&]( const std::tuple<int, int, std::pair<int, REAL>*>& a,
                      const std::tuple<int, int, std::pair<int, REAL>*>& b ) {
                    int eqrowA = std::get<0>( a );
---- papilo-3.0.0/test/CMakeLists.txt.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/CMakeLists.txt	2025-11-25 10:39:32.201533991 -0700
-@@ -60,7 +60,7 @@ add_executable(unit_test TestMain.cpp
+--- papilo-3.0.2/test/CMakeLists.txt.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/CMakeLists.txt	2026-09-21 07:57:08.228509105 -0600
+@@ -61,7 +61,7 @@ add_executable(unit_test TestMain.cpp
          ${BOOST_REQUIRED_TEST_FILES}
          ${PAPILOLIB_TEST_FILE})
  
@@ -505,8 +505,19 @@
  if(${CMAKE_SYSTEM_NAME} STREQUAL "Android")
      target_link_libraries(unit_test log)
  endif()
---- papilo-3.0.0/test/papilo/core/MatrixBufferTest.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/papilo/core/MatrixBufferTest.cpp	2025-11-25 10:39:32.201697335 -0700
+--- papilo-3.0.2/test/papilo/core/ConstraintMatrixTest.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/papilo/core/ConstraintMatrixTest.cpp	2026-09-21 07:58:49.291418920 -0600
+@@ -26,7 +26,7 @@
+ #include "papilo/core/Problem.hpp"
+ #include "papilo/core/ProblemBuilder.hpp"
+ 
+-#include "papilo/external/catch/catch_amalgamated.hpp"
++#include <catch2/catch_all.hpp>
+ 
+ namespace papilo
+ {
+--- papilo-3.0.2/test/papilo/core/MatrixBufferTest.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/papilo/core/MatrixBufferTest.cpp	2026-09-21 07:57:08.228704198 -0600
 @@ -23,7 +23,7 @@
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  
@@ -516,8 +527,8 @@
  #include "papilo/misc/fmt.hpp"
  
  using namespace papilo;
---- papilo-3.0.0/test/papilo/core/PostsolveTest.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/papilo/core/PostsolveTest.cpp	2025-11-25 10:39:32.201838508 -0700
+--- papilo-3.0.2/test/papilo/core/PostsolveTest.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/papilo/core/PostsolveTest.cpp	2026-09-21 07:57:08.228851894 -0600
 @@ -23,7 +23,7 @@
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  
@@ -527,8 +538,8 @@
  #include "papilo/core/postsolve/PostsolveStatus.hpp"
  #include <boost/archive/binary_iarchive.hpp>
  
---- papilo-3.0.0/test/papilo/core/PresolveTest.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/papilo/core/PresolveTest.cpp	2025-11-25 10:39:32.201994539 -0700
+--- papilo-3.0.2/test/papilo/core/PresolveTest.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/papilo/core/PresolveTest.cpp	2026-09-21 07:57:08.228999198 -0600
 @@ -42,7 +42,7 @@ std::ostream& operator<<(std::ostream& o
  }
  #endif
@@ -538,19 +549,19 @@
  
  using namespace papilo;
  
---- papilo-3.0.0/test/papilo/core/ProblemUpdateTest.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/papilo/core/ProblemUpdateTest.cpp	2025-11-25 10:39:32.202146833 -0700
-@@ -22,7 +22,7 @@
- /*                                                                           */
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
+--- papilo-3.0.2/test/papilo/core/ProblemUpdateTest.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/papilo/core/ProblemUpdateTest.cpp	2026-09-21 07:57:59.995398719 -0600
+@@ -28,7 +28,7 @@
+ #include "papilo/presolvers/DualInfer.hpp"
+ #include "papilo/presolvers/ImplIntDetection.hpp"
  
 -#include "papilo/external/catch/catch_amalgamated.hpp"
 +#include <catch2/catch_all.hpp>
- #include "papilo/core/Problem.hpp"
- #include "papilo/core/ProblemBuilder.hpp"
- #include "papilo/core/Reductions.hpp"
---- papilo-3.0.0/test/papilo/core/SparseStorageTest.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/papilo/core/SparseStorageTest.cpp	2025-11-25 10:39:32.202301150 -0700
+ 
+ namespace papilo
+ {
+--- papilo-3.0.2/test/papilo/core/SparseStorageTest.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/papilo/core/SparseStorageTest.cpp	2026-09-21 07:57:08.229451762 -0600
 @@ -23,7 +23,7 @@
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  
@@ -560,8 +571,8 @@
  #include "papilo/misc/compress_vector.hpp"
  
  papilo::SparseStorage<double>
---- papilo-3.0.0/test/papilo/io/MpsParserTest.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/papilo/io/MpsParserTest.cpp	2025-11-25 10:39:32.202472329 -0700
+--- papilo-3.0.2/test/papilo/io/MpsParserTest.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/papilo/io/MpsParserTest.cpp	2026-09-21 07:57:08.229637829 -0600
 @@ -24,7 +24,7 @@
  
  #include <memory>
@@ -571,8 +582,8 @@
  #include "papilo/core/PresolveMethod.hpp"
  #include "papilo/core/Problem.hpp"
  
---- papilo-3.0.0/test/PapiloLib.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/PapiloLib.cpp	2025-11-25 10:39:32.202614604 -0700
+--- papilo-3.0.2/test/PapiloLib.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/PapiloLib.cpp	2026-09-21 07:57:08.229809800 -0600
 @@ -23,7 +23,7 @@
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  
@@ -582,8 +593,8 @@
  #include "papilo/misc/fmt.hpp"
  
  TEST_CASE( "papilolib", "[C-API]" )
---- papilo-3.0.0/test/papilo/misc/VectorUtilsTest.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/papilo/misc/VectorUtilsTest.cpp	2025-11-25 10:39:32.202783118 -0700
+--- papilo-3.0.2/test/papilo/misc/VectorUtilsTest.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/papilo/misc/VectorUtilsTest.cpp	2026-09-21 07:57:08.229988092 -0600
 @@ -23,7 +23,7 @@
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  
@@ -593,8 +604,8 @@
  
  using namespace papilo;
  
---- papilo-3.0.0/test/papilo/presolve/CliqueMergingTest.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/papilo/presolve/CliqueMergingTest.cpp	2025-11-25 11:26:13.746721884 -0700
+--- papilo-3.0.2/test/papilo/presolve/CliqueMergingTest.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/papilo/presolve/CliqueMergingTest.cpp	2026-09-21 07:57:08.230147289 -0600
 @@ -26,7 +26,7 @@
  #include "papilo/core/PresolveMethod.hpp"
  #include "papilo/core/Problem.hpp"
@@ -604,8 +615,8 @@
  
  #include <set>
  #include <unordered_map>
---- papilo-3.0.0/test/papilo/presolve/CoefficientStrengtheningTest.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/papilo/presolve/CoefficientStrengtheningTest.cpp	2025-11-25 10:39:32.202824296 -0700
+--- papilo-3.0.2/test/papilo/presolve/CoefficientStrengtheningTest.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/papilo/presolve/CoefficientStrengtheningTest.cpp	2026-09-21 07:57:08.230311716 -0600
 @@ -26,7 +26,7 @@
  #include "papilo/core/Problem.hpp"
  #include "papilo/core/ProblemBuilder.hpp"
@@ -615,8 +626,8 @@
  
  using namespace papilo;
  
---- papilo-3.0.0/test/papilo/presolve/ConstraintPropagationTest.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/papilo/presolve/ConstraintPropagationTest.cpp	2025-11-25 10:39:32.203155893 -0700
+--- papilo-3.0.2/test/papilo/presolve/ConstraintPropagationTest.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/papilo/presolve/ConstraintPropagationTest.cpp	2026-09-21 07:57:08.230465332 -0600
 @@ -23,7 +23,7 @@
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  
@@ -626,8 +637,8 @@
  #include "papilo/core/PresolveMethod.hpp"
  #include "papilo/core/Problem.hpp"
  #include "papilo/core/ProblemBuilder.hpp"
---- papilo-3.0.0/test/papilo/presolve/DominatedColsTest.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/papilo/presolve/DominatedColsTest.cpp	2025-11-25 10:39:32.203323355 -0700
+--- papilo-3.0.2/test/papilo/presolve/DominatedColsTest.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/papilo/presolve/DominatedColsTest.cpp	2026-09-21 07:57:08.230637343 -0600
 @@ -23,7 +23,7 @@
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  
@@ -637,8 +648,8 @@
  #include "papilo/core/PresolveMethod.hpp"
  #include "papilo/core/Problem.hpp"
  #include "papilo/core/ProblemBuilder.hpp"
---- papilo-3.0.0/test/papilo/presolve/DualFixTest.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/papilo/presolve/DualFixTest.cpp	2025-11-25 10:39:32.203483704 -0700
+--- papilo-3.0.2/test/papilo/presolve/DualFixTest.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/papilo/presolve/DualFixTest.cpp	2026-09-21 07:57:08.230831775 -0600
 @@ -23,7 +23,7 @@
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  
@@ -648,8 +659,8 @@
  #include "papilo/core/PresolveMethod.hpp"
  #include "papilo/core/Problem.hpp"
  #include "papilo/core/ProblemBuilder.hpp"
---- papilo-3.0.0/test/papilo/presolve/FixContinuousTest.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/papilo/presolve/FixContinuousTest.cpp	2025-11-25 10:39:32.203645054 -0700
+--- papilo-3.0.2/test/papilo/presolve/FixContinuousTest.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/papilo/presolve/FixContinuousTest.cpp	2026-09-21 07:57:08.231016660 -0600
 @@ -26,7 +26,7 @@
  #include "papilo/core/Problem.hpp"
  #include "papilo/core/ProblemBuilder.hpp"
@@ -659,8 +670,8 @@
  
  using namespace papilo;
  
---- papilo-3.0.0/test/papilo/presolve/FreeVarSubstitutionTest.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/papilo/presolve/FreeVarSubstitutionTest.cpp	2025-11-25 10:39:32.203795274 -0700
+--- papilo-3.0.2/test/papilo/presolve/FreeVarSubstitutionTest.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/papilo/presolve/FreeVarSubstitutionTest.cpp	2026-09-21 07:57:08.231173572 -0600
 @@ -23,7 +23,7 @@
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  
@@ -670,8 +681,8 @@
  #include "papilo/core/PresolveMethod.hpp"
  #include "papilo/core/Problem.hpp"
  #include "papilo/core/ProblemBuilder.hpp"
---- papilo-3.0.0/test/papilo/presolve/ImplIntDetectionTest.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/papilo/presolve/ImplIntDetectionTest.cpp	2025-11-25 10:39:32.203824284 -0700
+--- papilo-3.0.2/test/papilo/presolve/ImplIntDetectionTest.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/papilo/presolve/ImplIntDetectionTest.cpp	2026-09-21 07:57:08.231331937 -0600
 @@ -26,7 +26,7 @@
  #include "papilo/core/Problem.hpp"
  #include "papilo/core/ProblemBuilder.hpp"
@@ -681,8 +692,8 @@
  
  using namespace papilo;
  
---- papilo-3.0.0/test/papilo/presolve/ParallelColDetectionTest.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/papilo/presolve/ParallelColDetectionTest.cpp	2025-11-25 10:39:32.204114820 -0700
+--- papilo-3.0.2/test/papilo/presolve/ParallelColDetectionTest.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/papilo/presolve/ParallelColDetectionTest.cpp	2026-09-21 07:57:08.231507545 -0600
 @@ -23,7 +23,7 @@
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  
@@ -692,8 +703,8 @@
  #include "papilo/core/PresolveMethod.hpp"
  #include "papilo/core/Problem.hpp"
  #include "papilo/core/ProblemBuilder.hpp"
---- papilo-3.0.0/test/papilo/presolve/ParallelRowDetectionTest.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/papilo/presolve/ParallelRowDetectionTest.cpp	2025-11-25 10:39:32.204309412 -0700
+--- papilo-3.0.2/test/papilo/presolve/ParallelRowDetectionTest.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/papilo/presolve/ParallelRowDetectionTest.cpp	2026-09-21 07:57:08.231734067 -0600
 @@ -23,7 +23,7 @@
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  
@@ -703,8 +714,8 @@
  #include "papilo/core/PresolveMethod.hpp"
  #include "papilo/core/Problem.hpp"
  #include "papilo/core/ProblemBuilder.hpp"
---- papilo-3.0.0/test/papilo/presolve/ProbingTest.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/papilo/presolve/ProbingTest.cpp	2025-11-25 10:39:32.204527238 -0700
+--- papilo-3.0.2/test/papilo/presolve/ProbingTest.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/papilo/presolve/ProbingTest.cpp	2026-09-21 07:57:08.231968574 -0600
 @@ -23,7 +23,7 @@
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  
@@ -714,8 +725,8 @@
  #include "papilo/core/PresolveMethod.hpp"
  #include "papilo/core/Problem.hpp"
  #include "papilo/core/ProblemBuilder.hpp"
---- papilo-3.0.0/test/papilo/presolve/SimpleProbingTest.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/papilo/presolve/SimpleProbingTest.cpp	2025-11-25 10:39:32.204690182 -0700
+--- papilo-3.0.2/test/papilo/presolve/SimpleProbingTest.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/papilo/presolve/SimpleProbingTest.cpp	2026-09-21 07:57:08.232139152 -0600
 @@ -23,7 +23,7 @@
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  
@@ -725,8 +736,8 @@
  #include "papilo/core/PresolveMethod.hpp"
  #include "papilo/core/Problem.hpp"
  #include "papilo/core/ProblemBuilder.hpp"
---- papilo-3.0.0/test/papilo/presolve/SimpleSubstitutionTest.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/papilo/presolve/SimpleSubstitutionTest.cpp	2025-11-25 10:39:32.204846523 -0700
+--- papilo-3.0.2/test/papilo/presolve/SimpleSubstitutionTest.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/papilo/presolve/SimpleSubstitutionTest.cpp	2026-09-21 07:57:08.232327163 -0600
 @@ -23,7 +23,7 @@
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  
@@ -736,8 +747,8 @@
  #include "papilo/core/PresolveMethod.hpp"
  #include "papilo/core/Problem.hpp"
  #include "papilo/core/ProblemBuilder.hpp"
---- papilo-3.0.0/test/papilo/presolve/SimplifyInequalitiesTest.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/papilo/presolve/SimplifyInequalitiesTest.cpp	2025-11-25 10:39:32.205029354 -0700
+--- papilo-3.0.2/test/papilo/presolve/SimplifyInequalitiesTest.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/papilo/presolve/SimplifyInequalitiesTest.cpp	2026-09-21 07:57:08.232505325 -0600
 @@ -23,7 +23,7 @@
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  
@@ -747,8 +758,8 @@
  #include "papilo/core/PresolveMethod.hpp"
  #include "papilo/core/Problem.hpp"
  #include "papilo/core/ProblemBuilder.hpp"
---- papilo-3.0.0/test/papilo/presolve/SingletonColsTest.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/papilo/presolve/SingletonColsTest.cpp	2025-11-25 10:39:32.205191616 -0700
+--- papilo-3.0.2/test/papilo/presolve/SingletonColsTest.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/papilo/presolve/SingletonColsTest.cpp	2026-09-21 07:57:08.232690590 -0600
 @@ -23,7 +23,7 @@
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  
@@ -758,8 +769,8 @@
  #include "papilo/core/PresolveMethod.hpp"
  #include "papilo/core/Problem.hpp"
  #include "papilo/core/ProblemBuilder.hpp"
---- papilo-3.0.0/test/papilo/presolve/SingletonStuffingTest.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/papilo/presolve/SingletonStuffingTest.cpp	2025-11-25 10:39:32.205377302 -0700
+--- papilo-3.0.2/test/papilo/presolve/SingletonStuffingTest.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/papilo/presolve/SingletonStuffingTest.cpp	2026-09-21 07:57:08.232872991 -0600
 @@ -23,7 +23,7 @@
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  
@@ -769,8 +780,8 @@
  #include "papilo/core/PresolveMethod.hpp"
  #include "papilo/core/Problem.hpp"
  #include "papilo/core/ProblemBuilder.hpp"
---- papilo-3.0.0/test/papilo/presolve/SparsifyTest.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/papilo/presolve/SparsifyTest.cpp	2025-11-25 10:39:32.205526049 -0700
+--- papilo-3.0.2/test/papilo/presolve/SparsifyTest.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/papilo/presolve/SparsifyTest.cpp	2026-09-21 07:57:08.233049389 -0600
 @@ -23,7 +23,7 @@
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  
@@ -780,8 +791,8 @@
  #include "papilo/core/PresolveMethod.hpp"
  #include "papilo/core/Problem.hpp"
  #include "papilo/core/ProblemBuilder.hpp"
---- papilo-3.0.0/test/TestMain.cpp.orig	2025-11-23 04:50:50.000000000 -0700
-+++ papilo-3.0.0/test/TestMain.cpp	2025-11-25 10:39:32.205696777 -0700
+--- papilo-3.0.2/test/TestMain.cpp.orig	2026-09-17 02:08:30.000000000 -0600
++++ papilo-3.0.2/test/TestMain.cpp	2026-09-21 07:57:08.233223214 -0600
 @@ -24,5 +24,4 @@
  
  #define CATCH_CONFIG_MAIN

diff --git a/papilo.spec b/papilo.spec
index cdf918b..477b2a3 100644
--- a/papilo.spec
+++ b/papilo.spec
@@ -16,7 +16,7 @@
 %global giturl  https://github.com/scipopt/papilo/
 
 Name:           papilo
-Version:        3.0.1
+Version:        3.0.2
 Release:        %autorelease
 Summary:        Parallel presolve for integer and linear optimization
 

diff --git a/sources b/sources
index 160da1e..5627c60 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (papilo-3.0.1.tar.gz) = 373df982bbd521ad65a7e6d39ee90605a56ab35f9911d65201e44dcfbdb7f3be1224bf8998c5a6b3d56bbdb78fedd8006f4c309586ee86a17a2b0b46e501eb11
+SHA512 (papilo-3.0.2.tar.gz) = 47f249228503f4c8c899b2eeee8013abb4196bf9c82c8f464d45c71781c81f5f892170a9e32c731f661615f9f8f49a092a7ca49aa7b7c269066d4ad235874e81

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-22 18:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22 18:30 [rpms/papilo] f45: Version 3.0.2 Jerry James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox