6 lines
353 B
Text
6 lines
353 B
Text
# $NetBSD: Makefile.make_env,v 1.3 2021/04/20 23:56:26 gutteridge Exp $
|
|
# Use the variables from blas.buildlink3.mk, pulled in via cblas.
|
|
# Dependent Python packages possibly re-use the system_info logic and
|
|
# might need this in the environment.
|
|
MAKE_ENV+= NPY_BLAS_LIBS=${BLAS_LIBS:Q} NPY_LAPACK_LIBS=${LAPACK_LIBS:Q}
|
|
MAKE_ENV+= NPY_CBLAS_LIBS=-lcblas
|