diff options
author | adam <adam> | 2003-12-04 13:42:37 +0000 |
---|---|---|
committer | adam <adam> | 2003-12-04 13:42:37 +0000 |
commit | 312061ef92d5413ccbe6fa2f74f753b6f95573cc (patch) | |
tree | 07d21ff9d3f172bef3d77bf9da019c0fbbdff7c7 /math | |
parent | 10c3b7b2b4d1130bd644460e7e32d030d1d50adc (diff) | |
download | pkgsrc-312061ef92d5413ccbe6fa2f74f753b6f95573cc.tar.gz |
Now uses shared blas library from math/blas
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 6b937f25a20..95dd7d29489 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -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 @@ CONFIGURE_ENV+= XMKMF="${XMKMF}" # 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 @@ CONFIGURE_ENV+= ac_cv_lib_blas_dgemm_=yes # 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 |