joschu / cgt

Computation Graph Toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build system

joschu opened this issue · comments

I propose that we get rid of CMake and build with setup.py.
We need to determine all the compiler flags in compilation.py anyway, so it wouldn't be too much extra work to compile cgt.so using this information.
Getting to this to work robustly across platform robustly will be nontrivial and benefit from CI (issue #7).