-
- Downloads
disable numpy support in C++ layer
Numpy support in C++ enabled features at two points: Efficient way of setting positions in entity handles or setting meshes in gfx.PrimList. Support for newer numpy versions would've required an effort to implement. As far as I know, no one uses these features (fingers crossed) so let's just dump numpy alltogether to simplify the build system.
Showing
- CMakeLists.txt 0 additions, 15 deletionsCMakeLists.txt
- cmake_support/FindNumpy.cmake 0 additions, 31 deletionscmake_support/FindNumpy.cmake
- modules/base/pymod/__init__.py.in 1 addition, 1 deletionmodules/base/pymod/__init__.py.in
- modules/base/pymod/wrap_base.cc 0 additions, 1 deletionmodules/base/pymod/wrap_base.cc
- modules/config/CMakeLists.txt 0 additions, 6 deletionsmodules/config/CMakeLists.txt
- modules/config/config.hh.in 0 additions, 1 deletionmodules/config/config.hh.in
- modules/doc/install.rst 0 additions, 3 deletionsmodules/doc/install.rst
- modules/gfx/pymod/export_primlist.cc 2 additions, 108 deletionsmodules/gfx/pymod/export_primlist.cc
- modules/gfx/tests/test_gfx.py 0 additions, 41 deletionsmodules/gfx/tests/test_gfx.py
- modules/mol/base/doc/editors.rst 0 additions, 33 deletionsmodules/mol/base/doc/editors.rst
- modules/mol/base/doc/entity.rst 0 additions, 19 deletionsmodules/mol/base/doc/entity.rst
- modules/mol/base/pymod/export_editors.cc 0 additions, 131 deletionsmodules/mol/base/pymod/export_editors.cc
- modules/mol/base/pymod/export_entity.cc 0 additions, 71 deletionsmodules/mol/base/pymod/export_entity.cc
- modules/mol/base/tests/CMakeLists.txt 0 additions, 4 deletionsmodules/mol/base/tests/CMakeLists.txt
- modules/mol/base/tests/test_numpy.py 0 additions, 75 deletionsmodules/mol/base/tests/test_numpy.py
- scripts/ost-nightly-build.sh 0 additions, 1 deletionscripts/ost-nightly-build.sh
Loading
Please register or sign in to comment