Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 May 2018 16:16:08 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470987 - head/math/R
Message-ID:  <201805271616.w4RGG86U092395@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sun May 27 16:16:07 2018
New Revision: 470987
URL: https://svnweb.freebsd.org/changeset/ports/470987

Log:
  math/R: Permit building in poudriere with ATLAS
  
  When ATLAS is built locally and then injected into poudriere (or other
  similar shenanigans) it does not make sense to block building of R.
  
  Approved by:	jrm (maintainer)

Modified:
  head/math/R/Makefile

Modified: head/math/R/Makefile
==============================================================================
--- head/math/R/Makefile	Sun May 27 15:05:37 2018	(r470986)
+++ head/math/R/Makefile	Sun May 27 16:16:07 2018	(r470987)
@@ -70,8 +70,6 @@ X11_DESC=		X11 graphics device
 
 ATLAS_USES=		blaslapack:atlas
 ATLAS_CONFIGURE_ON=	--disable-BLAS-shlib
-ATLAS_VARS=		MANUAL_PACKAGE_BUILD=\
-"Choose a BLAS option other than ATLAS for package building."
 CAIROPANGO_IMPLIES=	X11
 CAIROPANGO_CONFIGURE_WITH=	cairo
 CAIROPANGO_USES=	gettext jpeg pkgconfig



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805271616.w4RGG86U092395>