Skip to content

Commit

Permalink
HDF5 : Update to version 1.8.20
Browse files Browse the repository at this point in the history
This fixes build errors with GCC 6. We also have to disable the building of the hdf5_hl high level library now, because it is incompatible with the threadsafe build option. Fortunately Alembic no longer requires this library.
  • Loading branch information
johnhaddon committed Feb 1, 2018
1 parent d43c223 commit a9ebd93
Show file tree
Hide file tree
Showing 2,126 changed files with 12 additions and 1,757,110 deletions.
Binary file added archives/hdf5-1.8.20.tar.gz
Binary file not shown.
15 changes: 12 additions & 3 deletions build/buildHDF5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@

set -e

cd `dirname $0`/../hdf5-1.8.11
hdf5Version=1.8.20

workingDir=`dirname $0`/../working/hdf5
rm -rf $workingDir
mkdir -p $workingDir
cd $workingDir

archive=hdf5-$hdf5Version.tar.gz
cp ../../archives/$archive ./
tar -xf $archive
cd hdf5-$hdf5Version

mkdir -p $BUILD_DIR/doc/licenses
cp COPYING $BUILD_DIR/doc/licenses/hdf5

./configure --prefix=$BUILD_DIR --enable-threadsafe --with-pthread=/usr/include
make clean
./configure --prefix=$BUILD_DIR --enable-threadsafe --disable-hl --with-pthread=/usr/include
make -j `getconf _NPROCESSORS_ONLN`
make install
18 changes: 0 additions & 18 deletions hdf5-1.8.11/ACKNOWLEDGMENTS

This file was deleted.

1,173 changes: 0 additions & 1,173 deletions hdf5-1.8.11/CMakeLists.txt

This file was deleted.

92 changes: 0 additions & 92 deletions hdf5-1.8.11/COPYING

This file was deleted.

32 changes: 0 additions & 32 deletions hdf5-1.8.11/CTestConfig.cmake

This file was deleted.

Loading

0 comments on commit a9ebd93

Please sign in to comment.