3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-31 19:23:45 +01:00
dft_tools/cmake/postinst.in

5 lines
137 B
Plaintext
Raw Normal View History

#!/bin/sh
echo "Compiling the .py files into .pyc"
@ALPS_PYTHON_INTERPRETER@ -mcompileall /usr/@TRIQS_PYTHON_LIB_DEST@ 2>1 > /dev/null