Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2014 19:01:40 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348373 - in head/math: atlas atlas-devel
Message-ID:  <201403151901.s2FJ1eks032037@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sat Mar 15 19:01:39 2014
New Revision: 348373
URL: http://svnweb.freebsd.org/changeset/ports/348373
QAT: https://qat.redports.org/buildarchive/r348373/

Log:
  Fixup for USES=fortran conversion.  These ports require USE_GCC=yes
  because they depend on gcc specific optimisation flags.
  
  While here use USES=tar:bzip2.
  
  PR:		ports/187501
  Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>

Modified:
  head/math/atlas-devel/Makefile
  head/math/atlas/Makefile

Modified: head/math/atlas-devel/Makefile
==============================================================================
--- head/math/atlas-devel/Makefile	Sat Mar 15 18:48:53 2014	(r348372)
+++ head/math/atlas-devel/Makefile	Sat Mar 15 19:01:39 2014	(r348373)
@@ -16,8 +16,8 @@ IGNORE =	: dependent ports have been alt
 use that port instead of math/atlas-devel, while the latter is being revised
 MANUAL_PACKAGE_BUILD=	Optimizes for the local machine.
 
-USES=		fortran gmake
-USE_BZIP2=	yes
+USES=		fortran gmake tar:bzip2
+USE_GCC=	yes
 WRKSRC=		${WRKDIR}/ATLAS
 USE_LDCONFIG=	yes
 CONFLICTS=	atlas-[0-9]* cblas-[0-9]*

Modified: head/math/atlas/Makefile
==============================================================================
--- head/math/atlas/Makefile	Sat Mar 15 18:48:53 2014	(r348372)
+++ head/math/atlas/Makefile	Sat Mar 15 19:01:39 2014	(r348373)
@@ -16,8 +16,8 @@ LICENSE=	BSD
 
 BUILD_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/math/lapack:checksum
 
-USE_BZIP2=	yes
-USES=		fortran
+USES=		fortran tar:bzip2
+USE_GCC=	yes
 
 CONFLICTS=	atlas-devel-[0-9]* cblas-[0-9]*
 MANUAL_PACKAGE_BUILD=	Optimizes for the local machine.



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