pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R Now uses shared blas library from math/blas



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4703d70b37ee
branches:  trunk
changeset: 464189:4703d70b37ee
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Dec 04 13:42:37 2003 +0000

description:
Now uses shared blas library from math/blas

diffstat:

 math/R/Makefile |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r 8dadc61a25f2 -r 4703d70b37ee math/R/Makefile
--- a/math/R/Makefile   Thu Dec 04 12:04:30 2003 +0000
+++ b/math/R/Makefile   Thu Dec 04 13:42:37 2003 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2003/12/03 12:05:18 markd Exp $
+# $NetBSD: Makefile,v 1.46 2003/12/04 13:42:37 adam Exp $
 
 DISTNAME=              R-1.8.1
+PKGREVISION=           1
 CATEGORIES=            math
 MASTER_SITES=          ${MASTER_SITE_R_CRAN:=base/}
 EXTRACT_SUFX=          .tgz
@@ -35,7 +36,7 @@
 # Use BLAS (math/blas)
 #
 CONFIGURE_ARGS+=       --without-atlas
-CONFIGURE_ARGS+=       --with-blas=${BUILDLINK_PREFIX.blas}/lib/libblas_pic.a
+CONFIGURE_ARGS+=       --with-blas
 CONFIGURE_ARGS+=       --without-blas_risc
 CONFIGURE_ARGS+=       --without-dxml
 CONFIGURE_ARGS+=       --without-libmoto
@@ -49,9 +50,6 @@
 #
 USE_FORTRAN=           # defined
 
-# Specifically require at least this version since it includes libblas_pic.a
-BUILDLINK_DEPENDS.blas=        blas>=1.0nb1
-
 .include "../../mk/bsd.prefs.mk"
 
 # R_PAPERSIZE can be: A4, Letter, Legal, Executive



Home | Main Index | Thread Index | Old Index