1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-21 08:32:01 +01:00

build system update

This commit is contained in:
2019-11-28 12:30:17 +00:00
parent 8cfbaeb9ce
commit ec5e6c6920
4 changed files with 8 additions and 7 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
NAME='hdf5-1.10.1'
NAME='hdf5-1.10.5'
if (( $# != 1 )); then
echo "usage: `basename $0` <prefix>" 1>&2