svn commit: r348373 - in head/math: atlas atlas-devel

Tijl Coosemans tijl at FreeBSD.org
Sat Mar 15 19:01:40 UTC 2014


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 at 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.


More information about the svn-ports-head mailing list