You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The folders called wrappers/perl and wrappers/python date from a time when I needed something working quickly and so made a SWIG wrapper around the path calculator library. That should go away now.
wrappers/perl-inline-c should be renamed wrappers/perl. And wrappers/python-ctypes should be renamed wrappers/python. The SWIG-based folders should be simply deleted.
Matt, if you could do that for the python, that would be great. I'll do that for the perl.
The bits in src/GENFMT/SConstruct that run SWIG have already been commented out.
Eventually, I will upgrade the testing framework to use the proper python wrappers.
The text was updated successfully, but these errors were encountered:
The folders called
wrappers/perl
andwrappers/python
date from a time when I needed something working quickly and so made a SWIG wrapper around the path calculator library. That should go away now.wrappers/perl-inline-c
should be renamedwrappers/perl
. Andwrappers/python-ctypes
should be renamedwrappers/python
. The SWIG-based folders should be simply deleted.Matt, if you could do that for the python, that would be great. I'll do that for the perl.
The bits in
src/GENFMT/SConstruct
that run SWIG have already been commented out.Eventually, I will upgrade the testing framework to use the proper python wrappers.
The text was updated successfully, but these errors were encountered: