Skip to content

Commit

Permalink
[SCons] Remove unused LAPACK_NAMES_LOWERCASE option
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Apr 8, 2023
1 parent a76269d commit e459a11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions SConstruct
Expand Up @@ -449,12 +449,6 @@ config_options = [
needed if the libraries are installed in a standard location, for example,
'/usr/lib'.""",
"", PathVariable.PathAccept),
EnumOption(
"lapack_names",
"""Set depending on whether the procedure names in the specified
libraries are lowercase or uppercase. If you don't know, run 'nm' on
the library file (for example, "nm libblas.a").""",
"lower", ("lower", "upper")),
BoolOption(
"lapack_ftn_trailing_underscore",
"""Controls whether the LAPACK functions have a trailing underscore
Expand Down Expand Up @@ -2139,7 +2133,6 @@ else:
cdefine('LAPACK_FTN_STRING_LEN_AT_END', 'lapack_ftn_string_len_at_end')
cdefine('LAPACK_FTN_TRAILING_UNDERSCORE', 'lapack_ftn_trailing_underscore')
cdefine('FTN_TRAILING_UNDERSCORE', 'lapack_ftn_trailing_underscore')
cdefine('LAPACK_NAMES_LOWERCASE', 'lapack_names', 'lower')
cdefine('CT_USE_LAPACK', 'use_lapack')
cdefine("CT_USE_HDF5", "use_hdf5")
cdefine("CT_USE_SYSTEM_HIGHFIVE", "system_highfive")
Expand Down
1 change: 0 additions & 1 deletion include/cantera/base/config.h.in
Expand Up @@ -38,7 +38,6 @@ typedef int ftnlen; // Fortran hidden string length type
//-------- LAPACK / BLAS ---------

{LAPACK_FTN_STRING_LEN_AT_END!s}
{LAPACK_NAMES_LOWERCASE!s}
{LAPACK_FTN_TRAILING_UNDERSCORE!s}
{CT_USE_LAPACK!s}

Expand Down

0 comments on commit e459a11

Please sign in to comment.