trelau / pyOCCT_binder

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

Try adding Library to every path #5

Closed frmdstryr closed 4 years ago

frmdstryr commented 4 years ago

I think this will work... just guessing though.

Can you give it a try locally?

trelau commented 4 years ago

i think most of those env variables are set during conda-build, and the binder isn't running inside a conda-build process. they are not set when i run locally, except for CONDA_PREFIX, which returns C:\\Miniconda\\envs\\libclang locally.

i'm testing to see if this proposed changes get the job done, tho it may not be as robust as we'd like. i think initially you had the binder running inside conda-build, which i think is ok? just need to find a way to package up the generated sources as an artifact for reference. i think we can make it work either way, i'll see if i can get this going for now.

trelau commented 4 years ago

this seems to find it locally, let's give it a try and see if it keeps moving things forward.