mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
5 lines
163 B
Python
5 lines
163 B
Python
import compileall
|
|
compileall.compile_dir('@PV_PYTHON_MODULE_BINARY_DIR@')
|
|
file = open('@PV_PYTHON_MODULE_BINARY_DIR@/pv_compile_complete', 'w')
|
|
file.write('Done')
|