| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.9.3 | 5 | ~amd64 | 0 |
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DESCRIPTION="an MPI-coordinated metadata benchmark"
HOMEPAGE="https://sourceforge.net/projects/mdtest"
SRC_URI="https://downloads.sourceforge.net/${PN}/${PN}%20latest/${P}/${P}.tgz"
S=${WORKDIR}
LICENSE="mdtest"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="virtual/mpi"
RDEPEND="${DEPEND}"
src_compile() {
emake MPI_CC=mpicc
}
src_install() {
dobin mdtest
doman mdtest.1
}
virtual/mpi
virtual/mpi
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | mdtest-1.9.3.tgz | 36252 bytes | https://downloads.sourceforge.net/mdtest/mdtest%20latest/mdtest-1.9.3/mdtest-1.9.3.tgz |