Skip to content

Commit

Permalink
Merge branch 'develop' into feature/add_sandy
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji authored Aug 8, 2024
2 parents 99a4c4d + aea12dd commit 65999d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 66 deletions.
64 changes: 2 additions & 62 deletions .github/ISSUE_TEMPLATE/install_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,67 +45,7 @@ body:
label: Other information
description: Is there any other relevant information that we should know to correctly install the software? Please describe in as much detail as possible (such as software URL if there is not currently a Spack recipe for this package, or common build issues).

- type: checkboxes
attributes:
label: WCOSS2
options:
- label: Check this box if and only if your package should be installed on WCOSS2 Cactus and Dogwood (all spack-stack packages will be installed on Acorn). If not, you may disregard the rest of the items below and submit this request.

- type: markdown
attributes:
value: Complete the items below only if you are requesting installation on WCOSS2.

- type: textarea
attributes:
label: "WCOSS2: General questions"
description: |
Include the following information:
- Supervisor/sponsor
- Package URL
- New package or upgrade?
- Justification (list models that will use the software)
- Software license (including for dependencies)
- Support contact(s) - must have a WCOSS2 account
- List of dependencies
- type: textarea
attributes:
label: "WCOSS2: Installation and testing"
description: |
Include the following instructions:
- Installation steps (without Spack)
- Test and verification instructions
placeholder: |
Install steps:
```
cmake .. -DOPTION=ON
make
```
Testing instructions:
```
make test
```
- type: checkboxes
attributes:
label: "WCOSS2: Technical & security review list"
description: Answer these items carefully and accurately
options:
- label: The code is mature, stable, and production ready
- label: The code is does not and cannot use the internet, and does not contain URLs (http, https, ftp, etc.) except in comments
- label: The package does not contain prebuilt binary files that have not been approved by NCO security review
- label: The code has no publicly disclosed cybersecurity vulnerabilities and exposures (search https://cve.mitre.org/cve/)
- label: The code is not prohibited by DHS, DOC, NOAA, or NWS
- label: The code comes from a trusted source. Trusted sources include other NWS, NOAA, or DOC, agencies, or other Federal agencies that operate at a FISMA high or equivalent level. Additionally, trusted sources could be third-party agencies through which there is an existing SLA on file (such as RedHat).
- label: The code is actively maintained and supported (it continues to get updates, patches, etc.)
- label: The code is not maintained by a private entity operating in a foreign country (if it is, make a note below)
- label: There is sufficient documentation to support maintenance
- label: There are no known security vulnerabilities or weaknesses
- label: Installing and running the code does not require privileged processes/users
- label: There are no software dependencies that are unapproved or have security concerns (if there are, make a note below)
- label: There are no concerns related to SA, SI, and SC NIST control families

- type: input
attributes:
label: "WCOSS2: Additional comments"
description: Note any issues or concerns here based on the checklist or not mentioned elsewhere on this form
value: |
**Note:** Requests for installations on WCOSS2 should not be made here, but instead at https://github.com/NOAA-EMC/WCOSS2-requests/issues. Typically, package installation requests for spack-stack (this form) should be used for installing packages for testing on R&D systems prior to requesting those packages on WCOSS2 (Cactus/Dogwood), but the WCOSS2 installation requests themselves should be submitted separately at the provided link.
8 changes: 4 additions & 4 deletions configs/sites/tier1/orion/compilers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ compilers:
- compiler:
spec: [email protected]
paths:
cc: /apps/spack-managed/gcc-11.3.1/gcc-12.2.0-7cu3qahzhsxpauy4jlnsbcqmlbkxbbbo/bin/gcc
cxx: /apps/spack-managed/gcc-11.3.1/gcc-12.2.0-7cu3qahzhsxpauy4jlnsbcqmlbkxbbbo/bin/g++
f77: /apps/spack-managed/gcc-11.3.1/gcc-12.2.0-7cu3qahzhsxpauy4jlnsbcqmlbkxbbbo/bin/gfortran
fc: /apps/spack-managed/gcc-11.3.1/gcc-12.2.0-7cu3qahzhsxpauy4jlnsbcqmlbkxbbbo/bin/gfortran
cc: /work/noaa/epic/role-epic/spack-stack/orion/installs/gcc/12.2.0/bin/gcc
cxx: /work/noaa/epic/role-epic/spack-stack/orion/installs/gcc/12.2.0/bin/g++
f77: /work/noaa/epic/role-epic/spack-stack/orion/installs/gcc/12.2.0/bin/gfortran
fc: /work/noaa/epic/role-epic/spack-stack/orion/installs/gcc/12.2.0/bin/gfortran
flags: {}
operating_system: rocky9
target: x86_64
Expand Down

0 comments on commit 65999d9

Please sign in to comment.