Skip to content

Commit

Permalink
workaround build failure in csharp_modular
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Jan 2, 2012
1 parent 9ab7e21 commit f05dec1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interfaces/modular/modshogun.i
Expand Up @@ -14,6 +14,8 @@
%module(docstring=DOCSTR) modshogun
#undef DOCSTR

%include "modshogun_ignores.i"

/* Documentation */
%feature("autodoc","0");

Expand All @@ -37,8 +39,6 @@
#endif
#endif

%include "modshogun_ignores.i"

%include "Classifier_includes.i"
%include "Clustering_includes.i"
%include "Distance_includes.i"
Expand Down
4 changes: 4 additions & 0 deletions src/interfaces/modular/modshogun_ignores.i
Expand Up @@ -10,6 +10,10 @@
%ignore ref;
%ignore unref;

#ifdef SWIGCSHARP
%ignore shogun::CKernelMachine::CKernelMachine(CKernel* k, SGVector<float64_t> alphas, SGVector<int32_t> svs, float64_t b);
#endif

%ignore cleanup;
%ignore QP;
%ignore ConsensusEntry;
Expand Down

0 comments on commit f05dec1

Please sign in to comment.