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

Bugfix #2390 develop compile zlib #2404

Merged
merged 31 commits into from
Jan 18, 2023

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    9e8b8e2 View commit details
    Browse the repository at this point in the history
  2. Revert "print python executable used to run when running without MET_…

    …PYTHON_EXE"
    
    This reverts commit 9e8b8e2.
    georgemccabe committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    6246c25 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Fixed typo that adds LIB_JASPER to list if LIB_LIBPNG is set instead …

    …of LIB_LIBPNG. Added missing colons so that a colon is added before the new values if the corresponding variable is set
    georgemccabe committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    8cc48cd View commit details
    Browse the repository at this point in the history
  2. added a comment to remember to investigate why .a file is removed. If…

    … it is still needed, update comment to explain why, otherwise remove it
    georgemccabe committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    3a1f24f View commit details
    Browse the repository at this point in the history
  3. Per #2390, set LIB_Z to /lib if it is not set so that the HDF5 config…

    …ure command will properly install with zlib support. Update echo of HDF5 configure command to match what is being called
    georgemccabe committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    9f398b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Per discussion dtcenter/METplus#1997, add support for setting optiona…

    …l arguments to make that allows multi job compilation to speed up installs
    georgemccabe committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    6742516 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebcf2c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74fcce1 View commit details
    Browse the repository at this point in the history
  4. add -j argument to make commands when building MET in docker to test …

    …that all tests run successfully when MET is compiled that way, ci-run-unit
    georgemccabe committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    940f3cd View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. per discussion dtcenter/METplus#1997, handle NetCDF4-C for new tar.gz…

    … file and old zip file
    georgemccabe committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    a4fef9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20ac6a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d941d18 View commit details
    Browse the repository at this point in the history
  4. Skip MET compliation if SKIP_MET is set in the environment. This allo…

    …ws the compilation script to be used to create the METbaseimage to install only the external libraries needed to install MET
    georgemccabe committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    274ff23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ece11a View commit details
    Browse the repository at this point in the history
  6. removed unnecessary else

    georgemccabe committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    42de559 View commit details
    Browse the repository at this point in the history
  7. add ability to skip compilation of external libraries by setting SKIP…

    …_LIBS to any non-empty value
    georgemccabe committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    b3898e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bcc7351 View commit details
    Browse the repository at this point in the history
  9. added function to run commands and check return value. clean up logic…

    … to create or empty directories to use full paths to remove with wildcard
    georgemccabe committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    4817077 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    2e55407 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35ed5ec View commit details
    Browse the repository at this point in the history
  3. removed extra cd command

    georgemccabe committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    519e689 View commit details
    Browse the repository at this point in the history
  4. changed logic to set COMPILE_* to compile optional libraries in env c…

    …onfig file instead of having to modify script to install them
    georgemccabe committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    0933433 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e277faf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4da0c0a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    9718ad4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd266f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12d16c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    c3482c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ce72e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8e6cda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29cbf86 View commit details
    Browse the repository at this point in the history