Skip to content
  • HDF Group's avatar
    hdf5 1.8.5-r19245 (reduced) · 26b4c996
    HDF Group authored and Brad King's avatar Brad King committed
    This tree was extracted from upstream hdf5 by the following shell code.
    
    url=https://svn.hdfgroup.uiuc.edu/hdf5/branches/hdf5_1_8_cmake
    v=1.8.5
    r=19245
    paths="
      ACKNOWLEDGMENTS
      CTestConfig.cmake
      README.txt
      config/cmake
      CMakeLists.txt
      COPYING
      src
      c++/CMakeLists.txt
      c++/COPYING
      c++/src
      hl/CMakeLists.txt
      hl/COPYING
      hl/src
      hl/c++/CMakeLists.txt
      hl/c++/COPYING
      hl/c++/src
    "
    date=$(svn log -q -c$r $url |
           sed -n "/^r/ {s/[^|]*|[^|]*|//;p;}")
    svn export -r$r $url hdf5-$v-r$r &&
    mkdir hdf5-$v-r$r-reduced &&
    (cd hdf5-$v-r$r && tar c $paths) |
    (cd hdf5-$v-r$r-reduced && tar x)
    echo "r$r date: $date"
    26b4c996
This project is licensed under the BSD 3-Clause "New" or "Revised" License. Learn more