Closed QusayHawari closed 3 years ago
Hi @QusayHawari,
Here are the binaries for the latest release of ROSCO. You can also download/install them using conda as described here.
If you still want to compile yourself, it looks like there is something wrong with your Fortran compiler; this could be a helpful reference.
I hope this helps!
Best, Dan
Hi @QusayHawari - the conda-forge listing for ROSCO indicates there is a 64-bit macOS installer. Are you sure you need to recompile?
@dzalkind will the yaml input file in the repo referenced above work for the latest version of ROSCO?
Probably, but it looks ready to be updated after 2 years :-)
Hi,
I am operation on MACOS, and I wanted to ask about the libdiscon file for the IEA15MW-UMaine found in https://github.com/IEAWindTask37/IEA-15-240-RWT/tree/master/OpenFAST/IEA-15-240-RWT-UMaineSemi/ServoData
Is there a libdiscon.dylib 64-bit that I can use as there's only the .so, and .dll files?
I tried to generate it using cmake .. , but I ran through the following error!
Thanks in Advance, Qusay.
% cd ROSCO ROSCO % mkdir build mkdir: build: File exists % cd build % cmake .. -- The Fortran compiler identification is Intel 19.1.3.20200925 -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - failed -- Check for working Fortran compiler: /usr/local/bin/ifort -- Check for working Fortran compiler: /usr/local/bin/ifort - broken CMake Error at /usr/local/Cellar/cmake/3.21.3_1/share/cmake/Modules/CMakeTestFortranCompiler.cmake:54 (message): The Fortran compiler
is not able to compile a simple test program.
It fails with the following output:
CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:2 (project)
-- Configuring incomplete, errors occurred! See also "/Users/qusayhawari/ROSCO/build/CMakeFiles/CMakeOutput.log". See also "/Users/qusayhawari/ROSCO/build/CMakeFiles/CMakeError.log". qusayhawari@wireless-staff-pt3-119-81 build %