Skip to content
Snippets Groups Projects
  • Rodrigo Tobar's avatar
    ebcc0f6f
    Avoid unnecessary Fortran checks · ebcc0f6f
    Rodrigo Tobar authored
    
    VELOCIraptor doesn't use Fortran, and therefore checking for a Fortran
    compiler and runtime libraries is not necessary. Furthermore this can
    introduce unnecessary problems; in my case it prevented me to compile
    SWIFT with VELOCIraptor in our local platform.
    
    I suspect the appearance of these checks is a remnant from a potential
    copy-paste from the grackle integration checks appearing just before
    VELOCIraptor's.
    
    Signed-off-by: default avatarRodrigo Tobar <rtobar@icrar.org>
    Verified
    ebcc0f6f
    History
    Avoid unnecessary Fortran checks
    Rodrigo Tobar authored
    
    VELOCIraptor doesn't use Fortran, and therefore checking for a Fortran
    compiler and runtime libraries is not necessary. Furthermore this can
    introduce unnecessary problems; in my case it prevented me to compile
    SWIFT with VELOCIraptor in our local platform.
    
    I suspect the appearance of these checks is a remnant from a potential
    copy-paste from the grackle integration checks appearing just before
    VELOCIraptor's.
    
    Signed-off-by: default avatarRodrigo Tobar <rtobar@icrar.org>