Skip to content

Commit

Permalink
Update README.org (#28)
Browse files Browse the repository at this point in the history
Adding dependency `util-linux-uuid` was sufficient to fix missing uuid.h on final build of hdf5iotest on a fresh Ubuntu 22.04 system.   This will not fix the same build failure following the non-Spack install instructions.
  • Loading branch information
Noerr authored Mar 22, 2023
1 parent b0264fb commit 1efb602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ While it can be built manually, we recommend building =hdf5_iotest= from [[https
depends_on('m4', type='build')
depends_on('mpi')
depends_on('hdf5')
depends_on('util-linux-uuid')

def configure_args(self):
args = []
Expand Down

0 comments on commit 1efb602

Please sign in to comment.