|
40 | 40 | # Find the actual builtin repo location |
41 | 41 | BUILTIN_REPO=$(spack repo list | grep builtin | awk '{print $NF}') |
42 | 42 | echo "Builtin repo location: $BUILTIN_REPO" |
43 | | - # Copy package and patch files to the builtin repo |
| 43 | + # Copy package file to the builtin repo |
44 | 44 | mkdir -p "$BUILTIN_REPO/packages/mfc" |
45 | 45 | cp packaging/spack/package.py "$BUILTIN_REPO/packages/mfc/" |
46 | | - cp packaging/spack/*.patch "$BUILTIN_REPO/packages/mfc/" 2>/dev/null || true |
47 | 46 | # Verify package is visible |
48 | 47 | spack list mfc |
49 | 48 | # Show package info to confirm it loads |
|
93 | 92 | # Find the actual builtin repo location |
94 | 93 | BUILTIN_REPO=$(spack repo list | grep builtin | awk '{print $NF}') |
95 | 94 | echo "Builtin repo location: $BUILTIN_REPO" |
96 | | - # Copy package and patch files to the builtin repo |
| 95 | + # Copy package file to the builtin repo |
97 | 96 | mkdir -p "$BUILTIN_REPO/packages/mfc" |
98 | 97 | cp packaging/spack/package.py "$BUILTIN_REPO/packages/mfc/" |
99 | | - cp packaging/spack/*.patch "$BUILTIN_REPO/packages/mfc/" 2>/dev/null || true |
100 | 98 | # Verify package is visible |
101 | 99 | spack list mfc |
102 | 100 | # Show package info to confirm it loads |
@@ -174,10 +172,9 @@ jobs: |
174 | 172 | # Find the actual builtin repo location |
175 | 173 | BUILTIN_REPO=$(spack repo list | grep builtin | awk '{print $NF}') |
176 | 174 | echo "Builtin repo location: $BUILTIN_REPO" |
177 | | - # Copy package and patch files to the builtin repo |
| 175 | + # Copy package file to the builtin repo |
178 | 176 | mkdir -p "$BUILTIN_REPO/packages/mfc" |
179 | 177 | cp packaging/spack/package.py "$BUILTIN_REPO/packages/mfc/" |
180 | | - cp packaging/spack/*.patch "$BUILTIN_REPO/packages/mfc/" 2>/dev/null || true |
181 | 178 | # Verify package is visible |
182 | 179 | spack list mfc |
183 | 180 |
|
|
0 commit comments