Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sci-libs/superlu_mt: fix int64 not taking effect #23063

Closed
wants to merge 1 commit into from

Commits on Nov 28, 2021

  1. sci-libs/superlu_mt: fix int64 not taking effect

    upstream uses unconventional variables names. int64 adds _LONG_INT
    to PREDEFS. PREDEFS seems to be a synonym of CPPFLAGS and used
    sparingly to be appended to CFLAGS. It should be passed to $(CC)
    explicitly for int64 to take effect.
    
    EXAMLE/Makefile should include ../make.in, which is the same in
    upstream.
    
    Closes: https://bugs.gentoo.org/817680
    Signed-off-by: Alex Fan <alex.fan.q@gmail.com>
    alexfanqi committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    52f9a69 View commit details
    Browse the repository at this point in the history