pkgsrc-wip/hpl/Makefile

19 lines
495 B
Makefile
Raw Normal View History

2019-07-11 03:04:42 +00:00
# $NetBSD$
DISTNAME= hpl-2.3
2020-10-12 22:07:16 +00:00
PKGREVISION= 1
2019-07-11 03:04:42 +00:00
CATEGORIES= benchmarks
MASTER_SITES= http://www.netlib.org/benchmark/hpl/
2020-01-10 14:52:46 +00:00
MAINTAINER= jhigh@NetBSD.org
HOMEPAGE= https://www.netlib.org/benchmark/hpl/
2019-07-11 03:04:42 +00:00
COMMENT= Portable Implementation of the High-Performance Linpack Benchmark for Distributed-Memory Computers
LICENSE= modified-bsd
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++ fortran
2019-07-11 03:04:42 +00:00
.include "../../mk/blas.buildlink3.mk"
2019-07-11 03:04:42 +00:00
.include "../../parallel/openmpi/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"