Skip to content

Revert "eicrecon: patch std::log when 1.24:1.24.2 (#739)" #741

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

Merged
merged 1 commit into from
Apr 29, 2025
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
7 changes: 0 additions & 7 deletions packages/eicrecon/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,13 +235,6 @@ class Eicrecon(CMakePackage):
sha256="dcc8b60530a627c825413c07472659ba155600339ef8b8e742e3c997bcc504ae",
)

# fix: use std::log to avoid confusion with logger functions
patch(
"https://github.com/eic/EICrecon/commit/5ca53a73c40039a0a6457667a3cf5fd38448369b.patch?full_index=1",
sha256="06ce8492d2e163b6893e1468e0e9993c741ff853758fb14a3f6e3b4bee379a58",
when="@1.24:1.24.2"
)

variant("asan", default=False, description="Enable address sanitizer")
variant("lsan", default=False, description="Enable leak sanitizer", when="+asan")
variant("tsan", default=False, description="Enable thread sanitizer")
Expand Down