Skip to content

Instantly share code, notes, and snippets.

@damienzhang
Last active December 25, 2015 21:49
Show Gist options
  • Save damienzhang/7045701 to your computer and use it in GitHub Desktop.
Save damienzhang/7045701 to your computer and use it in GitHub Desktop.
Build the HDF5 library using local install of GCC and G++ with C++ library enabled.
CC='/sim/dev/sdz/tools/bin/gcc' \
CXX='/sim/dev/sdz/tools/bin/g++' \
./configure --prefix=/sim/dev/sdz/tools --enable-cxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment