Installing PyTAPS
This article describes the specifics of building PyTAPS to work with MOAB, CGM, and Lasso. For a more thorough discussion, consult the PyTAPS documentation. Building C Dependencies Since Python extension modules are shared libraries, MOAB, CGM, and Lasso must also be built as shared libraries (or using --with-pic, which will not be covered here). After building, be sure to update your...
Read More