@@ -3,9 +3,8 @@ dependencies:
33 build : [mpi, zlib, szip]
44
55sources :
6- - key : tar.bz2:covk4w5bbnyhjhxbogebnjfux7vnrf6c
7- url : http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.16/src/hdf5-1.8.16.tar.bz2
8-
6+ - key : tar.bz2:yl22ieqqpk5g7gp5pjfj3nwol5p4qfy6
7+ url : https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.13/src/hdf5-1.8.13.tar.bz2
98defaults :
109 # /bin/h5pcc contains hard-coded path
1110 relocatable : false
@@ -24,8 +23,8 @@ build_stages:
2423 after : configure
2524 before : make
2625 bash : |
27- for f in {test,testpar,tools/*,perform,hl/*,hl/*/*}/Makefile
28- do
26+ for f in {test,testpar,tools/*,perform,hl/*,hl/*/*}/Makefile
27+ do
2928 sed -i 's/CCLD = $(CC)/CCLD = $(CC) -static/g' $f
3029 done
3130
@@ -37,6 +36,7 @@ build_stages:
3736 ' --enable-shared' ,
3837 ' --enable-production=yes' ,
3938 ' --enable-parallel=yes' ,
39+ ' --enable-largefile=yes' ,
4040 ' --with-default-api-version=v18' ]
4141
4242- when : machine == 'CrayXE6'
@@ -49,6 +49,7 @@ build_stages:
4949 ' --enable-shared' ,
5050 ' --enable-production=yes' ,
5151 ' --enable-parallel=yes' ,
52+ ' --enable-largefile=yes' ,
5253 ' --with-default-api-version=v18' ,
5354 ' --with-pic' ]
5455
0 commit comments