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

libspatialindex/2.1.0 package update #38206

Merged
merged 3 commits into from
Dec 26, 2024
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
6 changes: 3 additions & 3 deletions libspatialindex.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: libspatialindex
version: 2.0.0
version: 2.1.0
epoch: 0
description: "C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API"
copyright:
Expand All @@ -22,7 +22,7 @@ pipeline:
with:
repository: https://github.com/libspatialindex/libspatialindex
tag: ${{package.version}}
expected-commit: 4a3bd449b9f2858d31a4619ba60bae6d1d30b77d
expected-commit: 175b56a9541e76982d13dbbf0c9b8f0b8d752619

- uses: cmake/configure

Expand Down Expand Up @@ -52,7 +52,7 @@ test:
test -f /usr/include/spatialindex/RTree.h
- name: "Check libspatialindex.so library"
runs: |
test -f /usr/lib64/libspatialindex.so.7
test -f /usr/lib/libspatialindex.so
- name: "Check if libspatialindex can be linked"
runs: |
# This test was taken from here:
Expand Down
Loading