1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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>
This commit is contained in:
Tijl Coosemans 2014-03-15 19:01:39 +00:00
parent 2031fcad6d
commit 251357dfa5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348373
2 changed files with 4 additions and 4 deletions

View File

@ -16,8 +16,8 @@ IGNORE = : dependent ports have been altered to link with math/atlas -- please\
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]*

View File

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