libfabric@1.9.1: Add fabtests (#15440)

The test utils for the new version 1.9.1 are missing.
Add them.
This commit is contained in:
Dr. Christian Tacke 2020-03-11 20:51:35 +01:00 committed by GitHub
parent 83584afa35
commit 12940f3448
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,6 +74,10 @@ class Libfabric(AutotoolsPackage):
depends_on('automake', when='@develop', type='build')
depends_on('libtool', when='@develop', type='build')
resource(name='fabtests',
url='https://github.com/ofiwg/libfabric/releases/download/v1.9.1/fabtests-1.9.1.tar.bz2',
sha256='6f8ced2c6b3514759a0e177c8b2a19125e4ef0714d4cc0fe0386b33bd6cd5585',
placement='fabtests', when='@1.9.1')
resource(name='fabtests',
url='https://github.com/ofiwg/libfabric/releases/download/v1.9.0/fabtests-1.9.0.tar.bz2',
sha256='60cc21db7092334904cbdafd142b2403572976018a22218e7c453195caef366e',