NREL / ROSCO

A Reference Open Source Controller for Wind Turbines
https://rosco.readthedocs.io/en/latest/
Apache License 2.0
106 stars 92 forks source link

Switch to cmake-build-extension and logic for finding rosco library path #300

Closed gbarter closed 8 months ago

gbarter commented 8 months ago

Description and Purpose

To further simplify the setup.py, instead of rolling our own hack for working with cmake, this switches to a library that is intended to do exactly that while playing nicely with Python. This should help with the conda installs a bit. Also, there is now logic to automatically find the libdison.x library, wherever it might have been installed. No need for every script to do that on its own.

TODO Items General: