issues
search
mhogg
/
pyoctree
Octree structure containing a 3D triangular mesh model
MIT License
86
stars
19
forks
source link
Openmp options
#14
Closed
mhogg
closed
7 years ago
mhogg
commented
7 years ago
Changes related to issue #13:
Deleted setup.cfg, causing install error because '.' was not in PYTHONPATH
Added import for build_ext from setuptools.command.build_ext required for when Cython is not installed to set the compiler and linking options correctly based on the system
Changes related to issue #13: