ports/science/opensim-core/files/patch-Bindings-common.i
Sunpoet Po-Chuan Hsieh cb333cf1ec Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message
- Update dependent ports:
  - Fix build with swig 4.0.1
  - Update *_DEPENDS
  - Remove BINARY_ALIAS

Changes:	http://www.swig.org/news.php
PR:		246613
Exp-run by:	antoine
2020-06-17 18:17:45 +00:00

14 lines
507 B
OpenEdge ABL

--- Bindings/common.i.orig 2020-02-01 04:17:56 UTC
+++ Bindings/common.i
@@ -353,9 +353,11 @@ DATATABLE_CLONE(double, SimTK::Rotation_<double>)
%include <OpenSim/Common/Event.h>
%template(StdVectorEvent) std::vector<OpenSim::Event>;
+/*
%template(StdMapStringTimeSeriesTableVec3)
std::map<std::string,
std::shared_ptr<OpenSim::TimeSeriesTable_<SimTK::Vec3>>>;
+*/
%shared_ptr(OpenSim::DataAdapter)
%shared_ptr(OpenSim::FileAdapter)
%shared_ptr(OpenSim::DelimFileAdapter)