New version: Recorder 2.1.5 (#18327)

This commit is contained in:
Chen Wang 2020-08-27 11:55:04 -05:00 committed by GitHub
parent a81106757d
commit 680c1b339a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,11 +15,12 @@ class Recorder(AutotoolsPackage):
maintainers = ['wangvsa']
version('2.1.5', sha256='6d2f8b942f61da498e25327e79c1a25b2244f4f78a9cf5482fb4aaa32d7332a1')
version('2.1.4', sha256='f66756595a7f310929c247ae03fd08a18d9843f578fffa1e3072f557bf5a158e')
variant('posix', default=True, description="Enable POSIX level tracing")
variant('mpi', default=True, description="Enable MPI level tracing. MPI is required even with this option turn off")
variant('hdf5', default=True, description="Enable HDF5 level tracing. HDF5 is required even with this option turn off.")
variant('posix', default=True, description="Enable POSIX level tracing.")
variant('mpi', default=True, description="Enable MPI level tracing. MPI is required even with this option disabled.")
variant('hdf5', default=True, description="Enable HDF5 level tracing. HDF5 is required even with this option disabled.")
depends_on('autoconf', type='build')
depends_on('automake', type='build')