Skip to content

Commit

Permalink
fix ARM on universe
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed Jan 10, 2024
1 parent 9839fc2 commit 7e347dd
Show file tree
Hide file tree
Showing 4 changed files with 1,503 additions and 1,467 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: vapour
Title: Access to the 'Geospatial Data Abstraction Library' ('GDAL')
Version: 0.9.5.9007
Version: 0.9.5.9008
Authors@R: c(person("Michael", "Sumner", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2471-7511")),
person("Simon", "Wotherspoon", role = "ctb", comment = "RasterIO configuration for resampling options"),
person("Mark", "Padgham", role = "ctb", comment = "helped get started :)"),
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# vapour dev

* Fix cross-compilation for ARM on universe, thanks to Jeroen Ooms.

* New function `buildvrt()` as a special-case for -separate from gdalbuildvrt app.

* `vapour_vrt()` gains 'options' argument, so we can in particular do `options = c("-expand", "rgb", "-ot", "Byte")` to warp
Expand Down
Loading

0 comments on commit 7e347dd

Please sign in to comment.