Depend on gcc 4.6+ to get substantially higher hashrates on modern CPUs

This commit is contained in:
Martin Matuska 2013-11-08 15:08:30 +00:00
parent bc8595b19c
commit 272e70edeb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333239

View File

@ -3,7 +3,7 @@
PORTNAME= cpuminer
PORTVERSION= 2.3.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net-p2p math
MASTER_SITES= SF
MASTER_SITE_SUBDIR= cpuminer
@ -20,19 +20,15 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_AUTOTOOLS= aclocal autoheader automake autoconf
AUTOMAKE_ARGS= --gnu --add-missing --copy
# gcc 4.6 yields higher hashrates on newer CPUs, gcc 4.8 even better
USE_GCC?= yes
PLIST_FILES= bin/minerd
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 1000000
USE_GCC= yes
.endif
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}/
.for FILE in NEWS README
${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR}/
.endfor
.include <bsd.port.post.mk>
.include <bsd.port.mk>