pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Oct  6 21:45:14 UTC 2019

Modified Files:
        pkgsrc/math/R: Makefile

Log Message:
math/R: remove unknown configure arguments


To generate a diff of this commit:
cvs rdiff -u -r1.203 -r1.204 pkgsrc/math/R/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R/Makefile
diff -u pkgsrc/math/R/Makefile:1.203 pkgsrc/math/R/Makefile:1.204
--- pkgsrc/math/R/Makefile:1.203        Thu Aug 22 12:23:29 2019
+++ pkgsrc/math/R/Makefile      Sun Oct  6 21:45:14 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.203 2019/08/22 12:23:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.204 2019/10/06 21:45:14 rillig Exp $
 
 DISTNAME=      R-3.6.1
 PKGREVISION=   1
@@ -31,11 +31,6 @@ CONFIGURE_ARGS+=     --with-lapack
 CONFIGURE_ARGS+=       --with-tcltk
 CONFIGURE_ARGS+=       --with-tcl-config=${BUILDLINK_PREFIX.tcl}/lib/tclConfig.sh
 CONFIGURE_ARGS+=       --with-tk-config=${BUILDLINK_PREFIX.tk}/lib/tkConfig.sh
-CONFIGURE_ARGS+=       --without-gnome         # not yet stable
-CONFIGURE_ARGS+=       --with-system-zlib
-CONFIGURE_ARGS+=       --with-system-bzlib
-CONFIGURE_ARGS+=       --with-system-pcre
-CONFIGURE_ARGS+=       --with-system-xz
 
 .include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD"
@@ -63,12 +58,8 @@ PLIST.x11=           yes
 .if exists(/System/Library/Frameworks/Accelerate.framework)
 CONFIGURE_ARGS+=       --with-blas="-framework Accelerate"
 .else
-CONFIGURE_ARGS+=       --without-atlas
 CONFIGURE_ARGS+=       --disable-BLAS-shlib
 CONFIGURE_ARGS+=       --with-blas
-CONFIGURE_ARGS+=       --without-blas_risc
-CONFIGURE_ARGS+=       --without-dxml
-CONFIGURE_ARGS+=       --without-libmoto
 .endif
 
 # Work around missing MAIN__() definition used in -lF77 by AC_CHECK_LIB.



Home | Main Index | Thread Index | Old Index