Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TracyProfiler] Update to v0.10 #8437

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
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
13 changes: 4 additions & 9 deletions T/TracyProfiler/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
using BinaryBuilder, Pkg

name = "TracyProfiler"
version = v"0.9.1"
version = v"0.10.0"

# Collection of sources required to complete build
sources = [
GitSource("https://github.com/wolfpld/tracy.git",
"897aec5b062664d2485f4f9a213715d2e527e0ca"), # v0.9.1
"37aff70dfa50cf6307b3fee6074d627dc2929143"), # v0.10
ArchiveSource("https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.0.sdk.tar.xz",
"d3feee3ef9c6016b526e1901013f264467bb927865a03422a9cb925991cc9783"),
DirectorySource("./bundled"),
Expand Down Expand Up @@ -41,11 +41,6 @@ if [[ "${target}" == x86_64-apple-darwin* ]]; then
popd
fi

atomic_patch -p1 ../patches/TracyProfiler-nfd-extended-1.0.2.patch
atomic_patch -p1 ../patches/TracyProfiler-filter-user-text.patch
atomic_patch -p1 ../patches/TracyProfiler-no-divide-zero.patch
atomic_patch -p1 ../patches/TracyProfiler-rr-nopl-seq.patch

# Build / install the profiler GUI
make -e -j${nproc} -C profiler/build/unix LEGACY=1 IMAGE=tracy release
cp -v ./profiler/build/unix/tracy* $bindir
Expand Down Expand Up @@ -93,8 +88,8 @@ dependencies = [
Dependency("Dbus_jll", platforms=filter(Sys.islinux, platforms)),
Dependency("GLFW_jll"),
# Needed for `pkg-config glfw3`
Dependency("Xorg_xproto_jll", platforms=x11_platforms),
Dependency("Xorg_kbproto_jll", platforms=x11_platforms),
BuildDependency("Xorg_xproto_jll", platforms=x11_platforms),
BuildDependency("Xorg_kbproto_jll", platforms=x11_platforms),
]

# requires std-c++17, full support in gcc 7+, clang 8+
Expand Down
117 changes: 0 additions & 117 deletions T/TracyProfiler/bundled/patches/TracyProfiler-filter-user-text.patch

This file was deleted.

Loading