9e9d1a7126
This is a major release and also addressing multiple bug fixes.
17 lines
469 B
Makefile
17 lines
469 B
Makefile
# $NetBSD: Makefile,v 1.4 2021/11/23 22:45:01 wiz Exp $
|
|
|
|
MAINTAINER= thomas.orgis@uni-hamburg.de
|
|
COMMENT= C interface to the reference LAPACK library
|
|
|
|
LAPACK_COMPONENT= lapacke
|
|
LAPACK_COMPONENT_CMAKE_ARGS= \
|
|
-DUSE_OPTIMIZED_BLAS=ON \
|
|
-DBLAS_LIBRARIES=-lblas \
|
|
-DUSE_OPTIMIZED_LAPACK=ON \
|
|
-DLAPACK_LIBRARIES=-llapack \
|
|
-DCBLAS=OFF -DLAPACKE=ON
|
|
|
|
.include "../../math/lapack/buildlink3.mk"
|
|
|
|
.include "../../math/lapack/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|