You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since TUV-X is included in MUSICA, MUSICA-C needs to link to OpenMP Fortran library because when OpenMP is enabled, the fortran tests are created.
Enabling Fortran language in the top level cmake isn't successful with the error being a fortran compiler not found. We also need to consider python users shouldn't need a fortran compiler to use musica. project(musica-distribution VERSION 0.7.0 LANGUAGES C CXX Fortran).
The text was updated successfully, but these errors were encountered:
Since
TUV-X
is included inMUSICA
,MUSICA-C
needs to link toOpenMP
Fortran library because whenOpenMP
is enabled, the fortran tests are created.Enabling Fortran language in the top level cmake isn't successful with the error being a fortran compiler not found. We also need to consider python users shouldn't need a fortran compiler to use musica.
project(musica-distribution VERSION 0.7.0 LANGUAGES C CXX Fortran)
.The text was updated successfully, but these errors were encountered: