mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Convert to pkg-message
- Change my address.
This commit is contained in:
parent
3f57818e4e
commit
b649aeca0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350259
@ -7,7 +7,7 @@ CATEGORIES= benchmarks
|
||||
MASTER_SITES= http://math.nist.gov/scimark2/
|
||||
DISTNAME= ${PORTNAME:S/2/${DISTVERSION}/}
|
||||
|
||||
MAINTAINER= thierry@pompo.net
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
COMMENT= ANSI C version of the SciMark2 benchmark
|
||||
|
||||
USES= zip
|
||||
@ -18,16 +18,4 @@ WRKSRC= ${WRKDIR}
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/scimark2 ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
post-install:
|
||||
@${ECHO} "*****************************************************************************"
|
||||
@${ECHO} ""
|
||||
@${ECHO} " Just run scimark2 or scimark2 -large"
|
||||
@${ECHO} ""
|
||||
@${ECHO} " The first SciMark number reported is the composite score, followed by the an"
|
||||
@${ECHO} " approximate Mflop rate for each kernel."
|
||||
@${ECHO} ""
|
||||
@${ECHO} " You may try to hack CC or CFLAGS in /etc/make.conf..."
|
||||
@${ECHO} ""
|
||||
@${ECHO} "*****************************************************************************"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
10
benchmarks/scimark2c/pkg-message
Normal file
10
benchmarks/scimark2c/pkg-message
Normal file
@ -0,0 +1,10 @@
|
||||
*****************************************************************************
|
||||
|
||||
Just run scimark2 or scimark2 -large
|
||||
|
||||
The first SciMark number reported is the composite score, followed by the an
|
||||
approximate Mflop rate for each kernel.
|
||||
|
||||
You may try to hack CC or CFLAGS in /etc/make.conf...
|
||||
|
||||
*****************************************************************************
|
Loading…
Reference in New Issue
Block a user