Control: tags -1 + patch

Le vendredi 28 juin 2013 à 15:27 +0200, Sébastien Villemot a écrit :
> Package: src:openms
> Version: 1.9.0-4

> openms fails to build from source against glpk 4.51-1, which is currently
> available in experimental. A build log is attached to this report.

I attach a patch that fixes this issue.

-- 
 .''`.    Sébastien Villemot
: :' :    Debian Developer
`. `'     http://www.dynare.org/sebastien
  `-      GPG Key: 4096R/381A7594

--- a/include/OpenMS/DATASTRUCTURES/LPWrapper.h
+++ b/include/OpenMS/DATASTRUCTURES/LPWrapper.h
@@ -36,7 +36,8 @@
 // only declare them here
 class CoinModel;
 #define GLP_PROB_DEFINED
-typedef struct { double _opaque_prob[100]; } glp_prob;
+struct glp_prob;
+typedef struct glp_prob glp_prob;
 
 namespace OpenMS
 {

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to