Skip to content

Add LAPACK option and support building only LAPACKE without requiring fortran #273

@jcfr

Description

@jcfr

@langou : @phcerdan and I will start working on the following

  • Do not require Fortran. See

    project(LAPACK Fortran C)

  • Add option LAPACK enabled by default (similar to the other option named LAPACKE and CBLAS). Enable Fortran only with LAPACK is on. In a nutshell, enable_language(Fortran) will be called only if LAPACK is ON

  • Exclude this code if CMAKE_CONFIGURATION_TYPES is defined

  • Update appveyor.yml to test building with LAPACK:BOOL=OFF and LAPACKE:BOOL=ON using generators -G "Visual Studio 14 2015 Win64 (will add VS 2017 later)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions