mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 14:29:17 -04:00
- 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
14 lines
507 B
OpenEdge ABL
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)
|