Skip to content

Commit

Permalink
[math/eiquadprog] add patch-aa
Browse files Browse the repository at this point in the history
to remove some stderr debugging
  • Loading branch information
nim65s committed May 28, 2020
1 parent 4b5eee0 commit eb0f6f2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions math/eiquadprog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
ORG= stack-of-tasks
NAME= eiquadprog
VERSION= 1.2.0
PKGREVISION= 1

CATEGORIES= math
COMMENT= algorithm of Goldfarb and Idnani for the solution of a QP
Expand Down
1 change: 1 addition & 0 deletions math/eiquadprog/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
SHA1 (eiquadprog-1.2.0.tar.gz) = 05424b4cef02ad04fdec8ac93c53faf86928c0ed
RMD160 (eiquadprog-1.2.0.tar.gz) = 290e8a729256ce50eab5cdb49373800c08a67cce
Size (eiquadprog-1.2.0.tar.gz) = 832629 bytes
SHA1 (patch-aa) = cb886d43968b0511f06359b948fcc17300769516
13 changes: 13 additions & 0 deletions math/eiquadprog/patches/patch-aa
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
fix https://github.com/stack-of-tasks/tsid/issues/93
ref https://github.com/stack-of-tasks/eiquadprog/pull/9

--- src/eiquadprog-fast.cpp.orig 2020-05-25 17:22:41.000000000 +0200
+++ src/eiquadprog-fast.cpp 2020-05-28 13:23:19.215400729 +0200
@@ -1,7 +1,6 @@
#include <iostream>

#include "eiquadprog/eiquadprog-fast.hpp"
-#define TRACE_SOLVER

namespace eiquadprog {
namespace solvers {

0 comments on commit eb0f6f2

Please sign in to comment.