pkgsrc/math/blas64/Makefile
wiz 9e9d1a7126 lapack: update lapack*, cblas*, and blas* to 3.10.0
This is a major release and also addressing multiple bug fixes.
2021-11-23 22:45:01 +00:00

13 lines
388 B
Makefile

# $NetBSD: Makefile,v 1.2 2021/11/23 22:45:01 wiz Exp $
MAINTAINER= thomas.orgis@uni-hamburg.de
COMMENT= Reference Basic Linear Algebra System with 64 bit indices
LAPACK_COMPONENT= blas64
LAPACK_COMPONENT_CMAKE_ARGS= \
-DBUILD_INDEX64=ON \
-DUSE_OPTIMIZED_BLAS=OFF \
-DCBLAS=OFF -DLAPACKE=OFF -DLAPACK=OFF
.include "../../math/lapack/Makefile.common"
.include "../../mk/bsd.pkg.mk"