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

Feature 2753 comp script config #2868

Merged
merged 59 commits into from
Apr 29, 2024
Merged

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    3268fe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2b6afb View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

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

Commits on Dec 1, 2023

  1. Updated

    jprestop committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    1140c08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98b082c View commit details
    Browse the repository at this point in the history
  3. include full path to log file so it is easier to file the log file to…

    … examine when a command fails
    georgemccabe committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    2aa2462 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eea788a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10f857f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e9cf2c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b214917 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f632365 View commit details
    Browse the repository at this point in the history
  9. Updating

    jprestop committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    dcdb2d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. fixed variable name

    georgemccabe committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    3eef213 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad0b2ed View commit details
    Browse the repository at this point in the history
  3. set TIFF_LIBRARY_RELEASE argument to use full path to dynamic library…

    … file to prevent failure installing proj library
    georgemccabe committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    0c27437 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fb2a27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e0e828 View commit details
    Browse the repository at this point in the history
  6. Updated

    jprestop committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    9c3ce46 View commit details
    Browse the repository at this point in the history
  7. change extension of dynamic library files only if architecture is arm…

    …64 because older Macs still use .so
    georgemccabe committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    9ce94ac View commit details
    Browse the repository at this point in the history
  8. added netcdf library to args to prevent error installing NetCDF-CXX w…

    …hen PROJ has been installed in the same run of the script -- PATH is set in the COMPILE_PROJ if block that causes this flag from being added automatically
    georgemccabe committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    36621d0 View commit details
    Browse the repository at this point in the history
  9. clean up how rpath and -L are added to LDFLAGS so that each entry is …

    …separate -- prevents errors installing on Mac arm64 because multiple rpath values aren't read using :. Also use MET_PROJLIB
    georgemccabe committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    abd06eb View commit details
    Browse the repository at this point in the history
  10. Updated

    jprestop committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    7ad88d6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    30452e1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8d816f8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3b57da3 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. changed from using LIB_TIFF (full path to tiff lib file) to use TIFF_…

    …LIB_DIR (dir containing tiff lib file). Added TIFF_INCLUDE_DIR to proj compilation and -DJAS_ENABLE_DOC to jasper compliation taken from @jprestop branch
    georgemccabe committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    d208d87 View commit details
    Browse the repository at this point in the history
  2. update comments

    georgemccabe committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    69bde9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d07e946 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac7bb1d View commit details
    Browse the repository at this point in the history
  5. Updated

    jprestop committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5b24ded View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf458a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    1cd7b7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ace7897 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93f1340 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8cae82 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

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

Commits on Jan 16, 2024

  1. Remove commented out line.

    Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
    jprestop and JohnHalleyGotway committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    0a01124 View commit details
    Browse the repository at this point in the history
  2. Make indentation consistent.

    Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
    jprestop and JohnHalleyGotway committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    a21e92b View commit details
    Browse the repository at this point in the history
  3. Make indentation consistent.

    Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
    jprestop and JohnHalleyGotway committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    fe93165 View commit details
    Browse the repository at this point in the history
  4. Make indentation consistent.

    Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
    jprestop and JohnHalleyGotway committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c2d1b29 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

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

Commits on Feb 7, 2024

  1. Pulling in develop

    jprestop committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3160c44 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Per #2753 updating acorn files

    jprestop committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    cfdbfcb View commit details
    Browse the repository at this point in the history
  2. Per #2753, update wcoss2 files

    jprestop committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    02c26c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d69de8 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

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

Commits on Feb 15, 2024

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

Commits on Mar 5, 2024

  1. Updating config files

    jprestop committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    74df2eb View commit details
    Browse the repository at this point in the history
  2. Updating orion files

    jprestop committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    ef2d246 View commit details
    Browse the repository at this point in the history
  3. Updates for gaea's files

    jprestop committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    3696c41 View commit details
    Browse the repository at this point in the history
  4. Updating gaea modulefile

    jprestop committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    f163a18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aec6e16 View commit details
    Browse the repository at this point in the history
  6. Added MET_PYTHON_EXE

    jprestop committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    36b16d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

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

Commits on Apr 2, 2024

  1. Adding file for hercules

    jprestop committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f89cd7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c32be7 View commit details
    Browse the repository at this point in the history
  3. Adding file for hercules

    jprestop committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    fe6eb2d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

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