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

Fix cmake s3 support.wif #2741

Merged
merged 23 commits into from
Oct 2, 2023
Merged

Fix cmake s3 support.wif #2741

merged 23 commits into from
Oct 2, 2023

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    dd69bb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f7ebad View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    3637182 View commit details
    Browse the repository at this point in the history
  2. Revert an accidental change.

    WardF committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    1eca1ad View commit details
    Browse the repository at this point in the history
  3. Modify how the aws-sdk-cpp libraries are detected using autotools. Co…

    …mplicated by the fact that the 'official' method uses cmake.
    WardF committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d90abc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7333d09 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Adding a test which can be used to ensure that the AWSSDK which was d…

    …iscovered at configure time is functional. Still need to wire it into autotools.
    WardF committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2f43247 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    718e485 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    ac4aade View commit details
    Browse the repository at this point in the history
  2. Added checks for -lssl and -lcrypto for cmake-based builds. We can't …

    …assume they are available.
    WardF committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    2e25cfc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd1ae95 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    af07326 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c177ec0 View commit details
    Browse the repository at this point in the history
  3. Making test cases more verbose, turning off s3-based interoperability…

    … tests TEMPORARILY.
    WardF committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    468e98f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fix-cmake-s3-support.wif' of github.com:WardF/netcdf-c …

    …into fix-cmake-s3-support.wif
    WardF committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b87d921 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

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

Commits on Sep 5, 2023

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

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    adfeec0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21d11a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Revert previous change; the issue appears to be correct, but the fix …

    …appears to need to be different.
    WardF committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    973e5a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. A few tweaks for readability.

    WardF committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    543eeee View commit details
    Browse the repository at this point in the history
  2. Made some changes to spacing, also discovered an issue around specify…

    …ing rpath on MacOSX when using configure.
    WardF committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    571fa06 View commit details
    Browse the repository at this point in the history
  3. Correct a couple of typos.

    WardF committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b5bb7d8 View commit details
    Browse the repository at this point in the history