Files
ports/benchmarks/ior/Makefile
Yuri Victorovich 57c2b37e64 benchmarks/ior: update 3.3.0-20230112 → 4.0.0
Reported by:	portscout
2024-04-17 00:57:37 -07:00

32 lines
629 B
Makefile

PORTNAME= ior
DISTVERSION= 4.0.0
CATEGORIES= benchmarks
MAINTAINER= yuri@FreeBSD.org
COMMENT= IOR and mdtest, parallel IO storage benchmark
WWW= https://github.com/hpc/ior
LICENSE= GPLv2
USES= autoreconf gmake localbase:ldflags mpi:mpich pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= hpc
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
TEST_TARGET= check
PLIST_FILES= bin/ior \
bin/md-workbench \
bin/mdtest \
share/man/man1/mdtest.1.gz
post-install: # see https://github.com/hpc/ior/issues/454
@${RM} \
${STAGEDIR}${PREFIX}/lib/libaiori.a \
${STAGEDIR}${PREFIX}/share/USER_GUIDE
.include <bsd.port.mk>