Skip to content

Commit 6d4a053

Browse files
authored
Minimal changes to get UCX compile with GCC 13 (#5533)
1 parent 1f6f51b commit 6d4a053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ucx.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
package: ucx
22
version: "%(tag_basename)s"
3-
tag: v1.13.1
3+
tag: v1.13.1-alice1
44
requires:
55
- "GCC-Toolchain:(?!osx)"
66
build_requires:
77
- "autotools:(slc6|slc7)"
88
- alibuild-recipe-tools
99
- "GCC-Toolchain:(?!osx)"
10-
source: https://github.com/openucx/ucx
10+
source: https://github.com/alisw/ucx
1111
---
1212
#!/bin/bash -e
1313

0 commit comments

Comments
 (0)