lisa-gm / pyINLA

Python implementation of the methodology of integrated nested Laplace approximations (INLA)
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

make sure that scipy solver is proper linked against lapack/blas using openmp #23

Open lisa-gm opened 1 month ago

lisa-gm commented 1 month ago

on alex:

>>> print(np.__config__.show())
Build Dependencies:
  blas:
    detection method: pkgconfig
    found: true
    include directory: /usr/local/include
    lib directory: /usr/local/lib
    name: openblas64
    openblas configuration: USE_64BITINT=1 DYNAMIC_ARCH=1 DYNAMIC_OLDER= NO_CBLAS=
      NO_LAPACK= NO_LAPACKE= NO_AFFINITY=1 USE_OPENMP= HASWELL MAX_THREADS=2
    pc file directory: /usr/local/lib/pkgconfig