scikit-build / scikit-build-sample-projects

Sample projects demonstrating use of scikit-build
74 stars 27 forks source link

Add import statements to hello-cpp/hello/__init__.py #1

Closed bwalshe closed 5 years ago

bwalshe commented 5 years ago

I updated __init__.py in hello-cpp to explicitly import the functions hello and elevation from the _hello shared library, as the existing version wasn't working for me in my environment (Centos).

jcfr commented 5 years ago

Thanks @bwalshe :+1: