Skip to content

Commit 39a1ecf

Browse files
authored
[GAP_pkg_juliainterface] Rebuild with GAP string conversion changes (#10213)
* [GAP_pkg_juliainterface] Rebuild with GAP string conversion changes * Disable riscv64 builds
1 parent e749342 commit 39a1ecf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

G/GAP_pkg/GAP_pkg_juliainterface/build_tarballs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ gap_version = v"400.1400.0"
1313
gap_lib_version = v"400.1400.0"
1414
name = "JuliaInterface"
1515
upstream_version = "0.13.0" # when you increment this, reset offset to v"0.0.0"
16-
offset = v"0.0.1" # increment this when rebuilding with unchanged upstream_version, e.g. gap_version changes
16+
offset = v"0.0.2" # increment this when rebuilding with unchanged upstream_version, e.g. gap_version changes
1717
version = offset_version(upstream_version, offset)
1818

1919
# Collection of sources required to build this JLL
2020
sources = [
21-
GitSource("https://github.com/oscar-system/GAP.jl", "19922966dbe38652696798a1986d0b7fc6520cd6"),
21+
GitSource("https://github.com/oscar-system/GAP.jl", "99ddda8e451b7d9c201d5d126a37b4ba138593e7"),
2222
]
2323

2424
# Bash recipe for building across all platforms

G/GAP_pkg/common.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ function setup_gap_package(gap_version::VersionNumber, gap_lib_version::VersionN
3535
filter!(p -> nbits(p) == 64, platforms) # we only care about 64bit builds
3636
filter!(!Sys.iswindows, platforms) # Windows is not supported
3737

38+
filter!(p -> arch(p) != "riscv64", platforms) # riscv64 is not supported atm
39+
3840
# TODO: re-enable FreeBSD aarch64 support once GAP_jll supports it
3941
filter!(p -> !(Sys.isfreebsd(p) && arch(p) == "aarch64"), platforms)
4042

0 commit comments

Comments
 (0)