trelau / pyOCCT_binder

Binding generator for pyOCCT project
GNU Lesser General Public License v2.1
7 stars 1 forks source link

Make finding include directories more robust #7

Closed trelau closed 4 years ago

trelau commented 4 years ago

Things are essentially hard-coded for the moment. would be nice to make this as robust as CMake find_package...

trelau commented 4 years ago

for example, linux can't find tbb with the current hard-coded path https://laughlinresearch.visualstudio.com/pyOCCT/_build/results?buildId=52&view=logs&j=eb212528-5fba-5b1a-f544-8093d4744ae1&t=008b4e5c-42ba-5096-eb35-3f3dbcbbfbfd&l=42

trelau commented 4 years ago

seem to be working on with conda. calling it done.