openfast icon indicating copy to clipboard operation
openfast copied to clipboard

python-openfastDLL

Open yinghanguan opened this issue 10 months ago • 1 comments

Hello, I am trying to call openfast using Python and I have found that there are https://github.com/OpenFAST/openfast/blob/main/glue-codes/python/openfast_library.py It is mentioned that I am not familiar with the compilation method of DLL. How can I obtain this file? My system is Windows

yinghanguan avatar Apr 08 '24 15:04 yinghanguan

This DLL should be included in the conda-forge OpenFAST package. Once you install that package with conda install -c conda-forge openfast, you should find libopenfastlib.dll in the lib directory of your conda environment. If this doesn't work, the dll will need to be complied.

deslaughter avatar Apr 17 '24 14:04 deslaughter