Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hdf5 merge pr7 #516

Merged
merged 25 commits into from
Mar 25, 2021
Merged

Hdf5 merge pr7 #516

merged 25 commits into from
Mar 25, 2021

Commits on Dec 25, 2020

  1. Configuration menu
    Copy the full SHA
    a476751 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Configuration menu
    Copy the full SHA
    8a4bcd5 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

  1. Configuration menu
    Copy the full SHA
    195cc2c View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Configuration menu
    Copy the full SHA
    bb95ef8 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    01bef92 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Configuration menu
    Copy the full SHA
    f2a5d85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdfea00 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    9e46701 View commit details
    Browse the repository at this point in the history
  2. Add script to test h5py.

    lrknox committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    b93dbe5 View commit details
    Browse the repository at this point in the history
  3. Fix script error.

    lrknox committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    90161c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Add file h5pytest.yml.

    lrknox committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    0bd4902 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8329e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    1de07a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76f0106 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b13815c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f2ad00 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Merge pull request #1 from lrknox/h5pytest_initial

    H5pytest initial
    lrknox authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    2840d00 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. Configuration menu
    Copy the full SHA
    005a98e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38575c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    9c02416 View commit details
    Browse the repository at this point in the history
  2. Added [] to line 126 of H5LTanalyze.l.

    Ran bin/genparser with flex v2.6.4 and Bison v3.0.4 on jelly.
    lrknox committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    e4a9cee View commit details
    Browse the repository at this point in the history
  3. Revert "Added [] to line 126 of H5LTanalyze.l."

    This reverts commit e4a9cee.
    lrknox committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    46feaf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cee3b35 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    bfcdd2f View commit details
    Browse the repository at this point in the history
  2. Add cmake variable HDF5_LIB_INFIX (#7)

    * Add cmake variable HDF5_LIB_INFIX
    
    This infix is added to all library names after 'hdf5'.
    e.g. the infix '_openmpi' results in the library name 'libhdf5_openmpi.so'
    This name is used in packages on debian based systems.
    (see https://packages.debian.org/jessie/amd64/libhdf5-openmpi-8/filelist)
    
    This option is useful when testing projects on debian based systems with
    custom builds of hdf5 while trying to minimize differences between the
    custom setup and the environment created by installing system packages.
    
    * Added RELEASE.txt entry for HDF5_LIB_INFIX.
    
    Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
    barcode and lrknox committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    8e5812a View commit details
    Browse the repository at this point in the history