Skip to content

Commit

Permalink
Test TileDB-R PR 722
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Jun 17, 2024
1 parent 2a2ec7f commit f284e69
Showing 1 changed file with 21 additions and 18 deletions.
39 changes: 21 additions & 18 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,34 @@ package:
version: {{ version }}

source:
url: https://github.com/TileDB-Inc/TileDB-R/archive/{{ version }}.tar.gz
sha256: 8f7c6f46b76321acf11c3ba539af7ff04c9b4786f425ebf28f83cf2e327aa0f6
git_url: https://github.com/TileDB-Inc/TileDB-R.git
git_rev: de/sc-49640/conda_build_refinement
git_depth: -1
# url: https://github.com/TileDB-Inc/TileDB-R/archive/{{ version }}.tar.gz
# sha256: 8f7c6f46b76321acf11c3ba539af7ff04c9b4786f425ebf28f83cf2e327aa0f6
patches:
- 0001-skip-osx-test-to-avoid-spurious-segfault.patch # [osx and not arm64]
- 0002-as-posix-ct-for-4.2.patch
# - 0002-as-posix-ct-for-4.2.patch
# Short-term patches to undo PR 710 (VFS-based read and write connections)
# because the new libconnection.so broke the osx-64 builds
#
# https://github.com/TileDB-Inc/TileDB-R/pull/710
# https://github.com/TileDB-Inc/TileDB-R/commit/6498d75c348c5a0649620a9d760ee0cf578c7101
- undo-pr-710-cleanup.patch # [osx and not arm64]
- undo-pr-710-inst-examples-ex-s3-connection-r.patch # [osx and not arm64]
- undo-pr-710-inst-examples-ex-s3-serialize-r.patch # [osx and not arm64]
- undo-pr-710-inst-tinytest-test-vfs-file-r.patch # [osx and not arm64]
- undo-pr-710-man-vfs-file-rd.patch # [osx and not arm64]
- undo-pr-710-namespace.patch # [osx and not arm64]
- undo-pr-710-news-md.patch # [osx and not arm64]
- undo-pr-710-r-init-r.patch # [osx and not arm64]
- undo-pr-710-r-rcppexports-r.patch # [osx and not arm64]
- undo-pr-710-src-connection-connection-c.patch # [osx and not arm64]
- undo-pr-710-src-connection-connection-h.patch # [osx and not arm64]
- undo-pr-710-src-makevars-in.patch # [osx and not arm64]
- undo-pr-710-src-makevars-win.patch # [osx and not arm64]
- undo-pr-710-src-rcppexports-cpp.patch # [osx and not arm64]
- undo-pr-710-src-virtualfile-cpp.patch # [osx and not arm64]
# - undo-pr-710-cleanup.patch # [osx and not arm64]
# - undo-pr-710-inst-examples-ex-s3-connection-r.patch # [osx and not arm64]
# - undo-pr-710-inst-examples-ex-s3-serialize-r.patch # [osx and not arm64]
# - undo-pr-710-inst-tinytest-test-vfs-file-r.patch # [osx and not arm64]
# - undo-pr-710-man-vfs-file-rd.patch # [osx and not arm64]
# - undo-pr-710-namespace.patch # [osx and not arm64]
# - undo-pr-710-news-md.patch # [osx and not arm64]
# - undo-pr-710-r-init-r.patch # [osx and not arm64]
# - undo-pr-710-r-rcppexports-r.patch # [osx and not arm64]
# - undo-pr-710-src-connection-connection-c.patch # [osx and not arm64]
# - undo-pr-710-src-connection-connection-h.patch # [osx and not arm64]
# - undo-pr-710-src-makevars-in.patch # [osx and not arm64]
# - undo-pr-710-src-makevars-win.patch # [osx and not arm64]
# - undo-pr-710-src-rcppexports-cpp.patch # [osx and not arm64]
# - undo-pr-710-src-virtualfile-cpp.patch # [osx and not arm64]

build:
number: 0
Expand Down

0 comments on commit f284e69

Please sign in to comment.