joschu / cgt

Computation Graph Toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

download_and_build_openblas.py should not use cgt module

gokceneraslan opened this issue · comments

Since download_and_build_openblas.py is used during the cgt compilation, it shouldn't call any cgt functions. Otherwise, compiling cgt for the first time is getting a bit tricky. Considering that it just calls cgt.utils.warn, it would be much more convenient to replace it with a simpler print call.

Good call. Fixed.

(actually fixed by 97c0a93)