Index | Thread | Search

From:
Theo Buehler <tb@theobuehler.org>
Subject:
Re: [update] numpy 1.x -> numpy 2.x
To:
Johannes Thyssen Tishman <jtt@openbsd.org>, Daniel Dickman <didickman@gmail.com>, ports@openbsd.org, jsg@openbsd.org
Date:
Thu, 8 May 2025 18:31:31 +0200

Download raw body.

Thread
  • Johannes Thyssen Tishman:

    [update] numpy 1.x -> numpy 2.x

  • Daniel Dickman:

    [update] numpy 1.x -> numpy 2.x

  • > Extra:  gfortran.8 pthread.27 python3.12.0 quadmath.3
    
    These come from the python and fortran modules (and pthread may be
    extra but it will come back with COMPILER_LIBCXX anyway). Harmless.
    
    > WANTLIB += ${COMPILER_LIBCXX}
    
    This should be added. Previously we had COMPILER_LANGS=c but that broke
    some configure tests. numpy 2 now actually uses C++, so it will need
    that.
    
    
  • Johannes Thyssen Tishman:

    [update] numpy 1.x -> numpy 2.x

  • Daniel Dickman:

    [update] numpy 1.x -> numpy 2.x