common folder

old-commit-hash: e8d888c45b
This commit is contained in:
George Hotz
2020-01-17 10:28:44 -08:00
parent cc60fedeba
commit b1f13418e1
57 changed files with 3840 additions and 0 deletions

6
common/SConscript Normal file
View File

@@ -0,0 +1,6 @@
Import('env')
# parser
env.Command(['common_pyx.so'],
['common_pyx_setup.py', 'clock.pyx'],
"cd common && python3 common_pyx_setup.py build_ext --inplace")