jessecoleman / gbtl-python-bindings

11 stars 0 forks source link

State of this project #1

Open wlemmon opened 5 years ago

wlemmon commented 5 years ago

Hi, I am beginning to use GraphBLAS. What is the state of these bindings? I have attempted to install them, but I got stuck running python setup.py in the GraphBLAS folder. The error message is that it cannot find hello.pyx.

Do you have any suggestions on how to proceed?

nicelhc13 commented 5 years ago

Hi @wlemmon, did you get any progress? I also suffered from the same problem.

nicelhc13 commented 5 years ago

@wlemmon I figured out that we don't need to run setup.py specifically. I guess it is used for Cython test. Just set environment and run bfs.py. That's what I needed to execute benchmarks.