Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions G/GAP_pkg/GAP_pkg_profiling/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# `julia build_tarballs.jl --help` to see a usage message.
include("../common.jl")

gap_version = v"400.1401.5"
gap_version = v"400.1500.0"
name = "profiling"
upstream_version = "2.6.0" # when you increment this, reset offset to v"0.0.0"
offset = v"0.0.2" # increment this when rebuilding with unchanged upstream_version, e.g. gap_version changes
upstream_version = "2.6.2" # when you increment this, reset offset to v"0.0.0"
offset = v"1.0.0" # increment this when rebuilding with unchanged upstream_version, e.g. gap_version changes
version = offset_version(upstream_version, offset)

# Collection of sources required to build this JLL
sources = [
ArchiveSource("https://github.com/gap-packages/profiling/releases/download/v$(upstream_version)/profiling-$(upstream_version).tar.gz",
"6bdb7e3e908c45d4b683be4fbb60a733ec75a171c242e16251d5ed8602cac43a"),
"bc8bb0839ee400915df1c809ba9ba131c34bd022d194db4d4828115d7dbf8e99"),
]

# Bash recipe for building across all platforms
Expand All @@ -30,6 +30,7 @@ install_license COPYRIGHT
name = gap_pkg_name(name)
dependencies = gap_pkg_dependencies(gap_version)
platforms = gap_platforms()
platforms = expand_cxxstring_abis(platforms)

# The products that we will ensure are always built
products = [
Expand Down