Skip to content

Problems with windows and LIBNAMEPREFIX #4528

Closed
@mattip

Description

@mattip

#4485 went a long way to adding a prefix and suffix to the lib name, and allowing FIXED_LIBNAME=1, thanks.

But ... there is a difference between windows and posix. I used HEAD in MacPython/openblas-libs#141. On non-windows, I need to define both SYMBOLPREFIX=scipy_ and LIBNAMEPREFIX=scipy_ (and correspondingly, SYMBOLSUFFIX=64_ and LIBNAMESUFFIX=64_ when using INTERFACE64=1). But on windows, I must only define SYMBOLPREFIX=scipy_. Defining LIBNAMEPREFIX=scipy_ as well results in libscipy_scipy_openblas...

I currently worked around this since the CI runs are separate, but I wonder if this is intentional? The "offending" uses are in Makefile.system.

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