source: codes/mesh_generation/build.sh

Last change on this file was 974, checked in by dubos, 5 years ago

mesh_generation : creation

  • Property svn:executable set to *
File size: 105 bytes
Line 
1cd scvt
2python3 setup.py build_ext --inplace
3mv scvt/*.so .
4nm *.so | grep ' T '
5rmdir scvt
6rm -rf build
Note: See TracBrowser for help on using the repository browser.