summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormarkd <markd>2002-07-17 13:12:54 +0000
committermarkd <markd>2002-07-17 13:12:54 +0000
commit7db57bace6eea299c93ca02357131fcf6bbd3a0d (patch)
tree9d99c7b9f789e3efc1cd143549c85e41c83a7376 /math
parenta63db02c65a0e50ac3fc9dce9d9ced4092c6d930 (diff)
downloadpkgsrc-7db57bace6eea299c93ca02357131fcf6bbd3a0d.tar.gz
Give path for -lblas so modules such as R-KernSmooth can find it when
they try to link it.
Diffstat (limited to 'math')
-rw-r--r--math/R/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index 1186023c624..879b87699c1 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -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