Merge pull request #1145 from ae-utbm/xapian

fix: xapian compilation flags
This commit is contained in:
thomas girod 2025-06-30 13:46:02 +02:00 committed by GitHub
commit c177ef2a3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -4,13 +4,13 @@
VERSION="$1" VERSION="$1"
# Cleanup env vars for auto discovery mechanism # Cleanup env vars for auto discovery mechanism
export CPATH= unset CPATH
export LIBRARY_PATH= unset LIBRARY_PATH
export CFLAGS= unset CFLAGS
export LDFLAGS= unset LDFLAGS
export CCFLAGS= unset CCFLAGS
export CXXFLAGS= unset CXXFLAGS
export CPPFLAGS= unset CPPFLAGS
# prepare # prepare
rm -rf "$VIRTUAL_ENV/packages" rm -rf "$VIRTUAL_ENV/packages"

View File

@ -92,7 +92,7 @@ docs = [
default-groups = ["dev", "tests", "docs"] default-groups = ["dev", "tests", "docs"]
[tool.xapian] [tool.xapian]
version = "1.4.25" version = "1.4.29"
[tool.ruff] [tool.ruff]
output-format = "concise" # makes ruff error logs easier to read output-format = "concise" # makes ruff error logs easier to read