Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake not installed as a dependency #43

Open
jennirinker opened this issue Apr 22, 2021 · 0 comments
Open

cmake not installed as a dependency #43

jennirinker opened this issue Apr 22, 2021 · 0 comments

Comments

@jennirinker
Copy link
Contributor

jennirinker commented Apr 22, 2021

Copy of NREL/ROSCO#42.

To compile ROSCO, users need to have cmake installed, which is not covered in the installation instructions.

EDIT: I tried the method below and it doesn't work. So for now, I will justs pip install cmake in any new environments before compiling.

If you assume that compiling ROSCO is a necessary function of the toolbox, then I think all you need to do is add cmake to the list of required packages in setup.py:

# These packages are required for all of the code to be executed. 
# - Maybe you can get away with older versions...
REQUIRED = [
    'cmake',
    'matplotlib',
    'numpy',
    'pytest',
    'scipy',
    'pyYAML',
]
nikhar-abbas added a commit to nikhar-abbas/ROSCO_toolbox that referenced this issue Jun 29, 2021
* fix setpoint smoother to use last gen pwr

* fix setpoint smoother to use last gen pwr

* revert accidentally committed flap controller debug code =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant