Give path for -lblas so modules such as R-KernSmooth can find it when
they try to link it.
This commit is contained in:
parent
41b62c0a95
commit
85b39d0110
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.35 2002/06/16 02:56:50 dmcmahill Exp $
|
||||
# $NetBSD: Makefile,v 1.36 2002/07/17 13:12:54 markd Exp $
|
||||
|
||||
DISTNAME= R-1.4.1
|
||||
PKGREVISION= 2
|
||||
|
@ -32,7 +32,7 @@ CONFIGURE_ENV+= XMKMF="${XMKMF}"
|
|||
# Use BLAS (math/blas)
|
||||
#
|
||||
CONFIGURE_ARGS+= --without-atlas
|
||||
CONFIGURE_ARGS+= --with-blas
|
||||
CONFIGURE_ARGS+= --with-blas=${BUILDLINK_DIR}/lib/libblas.a
|
||||
CONFIGURE_ARGS+= --without-blas_risc
|
||||
CONFIGURE_ARGS+= --without-dxml
|
||||
CONFIGURE_ARGS+= --without-libmoto
|
||||
|
|
Loading…
Reference in a new issue