Results 1 issues of aiworld

Just needed to remove `openblas` from `library_dirs` and add `, '-L/opt/OpenBLAS/lib'` to `extra_link_args`. Here's the whole working file. ``` python from distutils.core import setup, Extension import numpy import os.path as...