OFS / oneapi-asp

Intel® oneAPI Accelerator Support Package (ASP)
MIT License
2 stars 9 forks source link

Clean up PYTHONPATH and packager handling #67

Closed DouglasGroen closed 1 year ago

DouglasGroen commented 1 year ago

We previously hard-coded the path to the packager, which included a Python version. This change will try to find the installation and set PYTHONPATH appropriately.

DouglasGroen commented 1 year ago

This 'else' case only occurs if we don't pass in a packager/opae installation via environment or path. It falls back to trying to use the packager and opae built by build-bsp.sh.