Skip to content
  • HDF Group's avatar
    hdf5 1.8.5-r19589 (reduced) · 8e37142d
    HDF Group authored
    This revision corresponds to the latest revision on there hdf5_1_8_5
    branch (as opposed to the hdf5_1_8_cmake branch). Since then alot of
    the original cmake code was relocated to Resources.
    
        url=https://svn.hdfgroup.uiuc.edu/hdf5/branches/hdf5_1_8_5
        v=1.8.5
        r=19589
        paths="
          ACKNOWLEDGMENTS
          CTestConfig.cmake
          README.txt
          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
          Resources
          ConfigureChecks.cmake
        "
        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"
    8e37142d