replace custom clock helpers with time module (#29499)

* replace custom clock stuff wtih time module

* fix double

* fix release

* bump cereal

* update type

* fix one more
old-commit-hash: d61f86d339
This commit is contained in:
Adeeb Shihadeh
2023-08-20 18:50:58 -07:00
committed by GitHub
parent 3022f06e1e
commit 51634f52dc
16 changed files with 52 additions and 78 deletions

View File

@@ -31,5 +31,4 @@ if GetOption('test'):
env.Program('tests/test_swaglog', ['tests/test_swaglog.cc'], LIBS=[_common, 'json11', 'zmq', 'pthread'])
# Cython
envCython.Program('clock.so', 'clock.pyx')
envCython.Program('params_pyx.so', 'params_pyx.pyx', LIBS=envCython['LIBS'] + [_common, 'zmq', 'json11'])