summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/gras/CMakeLists.txt1
-rw-r--r--include/gras/block.i2
-rw-r--r--python/gras/GRAS_ThreadPool.i5
3 files changed, 7 insertions, 1 deletions
diff --git a/include/gras/CMakeLists.txt b/include/gras/CMakeLists.txt
index 83ff432..85c51c3 100644
--- a/include/gras/CMakeLists.txt
+++ b/include/gras/CMakeLists.txt
@@ -14,6 +14,7 @@ install(FILES
io_signature.i
sbuffer.hpp
sbuffer.ipp
+ sbuffer.i
tags.hpp
tags.i
thread_pool.hpp
diff --git a/include/gras/block.i b/include/gras/block.i
index e63ffdc..94ea772 100644
--- a/include/gras/block.i
+++ b/include/gras/block.i
@@ -9,7 +9,7 @@
%include <gras/element.i>
%include <gras/tags.i>
-%include <gras/sbuffer.hpp>
+%import <gras/sbuffer.i>
%include <gras/block.hpp>
#endif /*INCLUDED_GRAS_BLOCK_I*/
diff --git a/python/gras/GRAS_ThreadPool.i b/python/gras/GRAS_ThreadPool.i
index 213ef4f..4cf75e0 100644
--- a/python/gras/GRAS_ThreadPool.i
+++ b/python/gras/GRAS_ThreadPool.i
@@ -4,6 +4,11 @@
#include <gras/thread_pool.hpp>
%}
+////////////////////////////////////////////////////////////////////////
+// remove base class warning
+////////////////////////////////////////////////////////////////////////
+#pragma SWIG nowarn=401
+
%include <std_string.i>
%include <gras/gras.hpp>