diff --git a/idaes/config.py b/idaes/config.py index 390199794c..02269e92d5 100644 --- a/idaes/config.py +++ b/idaes/config.py @@ -47,13 +47,17 @@ # Map some platform names to others for get-extensions binary_distro_map = { "macos": "darwin", + "el9": "ubuntu2204", "rhel7": "el7", "rhel8": "el8", + "rhel9": "ubuntu2204", "scientific7": "el7", "centos7": "el7", "centos8": "el8", "rocky8": "el8", + "rocky9": "ubuntu2204", "almalinux8": "el8", + "almalinux9": "ubuntu2204", "debian9": "el7", "debian10": "el8", "debian11": "ubuntu2004",