-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dca6d22
commit ec88ed3
Showing
9 changed files
with
34 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Version: 0.1.25 | ||
Date: 2024-04-22 18:27:34 UTC | ||
SHA: 0664fb350cf89c68a2a8544de2ddfd14b80b3f5e | ||
Version: 0.1.26 | ||
Date: 2024-05-22 21:44:09 UTC | ||
SHA: 040933681f832f83732a871160c2ca17c23bba29 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: gdalBindings | ||
Type: Package | ||
Title: GDAL Classes Wrapper for Reading and Writing Raster Blocks | ||
Version: 0.1.25 | ||
Version: 0.1.26 | ||
Authors@R: c( | ||
person("Caio", "Hamamura", email = "[email protected]", role = c("aut", "cph", "cre")), | ||
person("Carlos Alberto", "Silva", email = "[email protected]", role = c("aut")) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -184,5 +184,5 @@ ds$Close() | |
Please report any issue regarding the gdalBindings package to Dr. Hamamura ([email protected]) | ||
|
||
# Citing gdalBindings-R | ||
Hamamura, C. gdalBindings-R: wraps around GDAL C library using Rcpp for reading and writing to Raster, version 0.1.25, accessed on April. 22 2024, available at: <https://github.com/caiohamamura/gdalBindings-R> | ||
Hamamura, C. gdalBindings-R: wraps around GDAL C library using Rcpp for reading and writing to Raster, version 0.1.26, accessed on April. 22 2024, available at: <https://github.com/caiohamamura/gdalBindings-R> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
## Fixes provided in this new submission | ||
|
||
1. Use `gdal-config --dep-libs` only for MacOS as the `pkg-config` and | ||
`gdal-config --libs` won't capture all the dependencies in MacOS platform. | ||
2. Update windows and unix to use a simplified Makefile template file | ||
1. Now the configure script will try to compile and link | ||
- First using only pkg-config | ||
- As a fallback it will try to use gdal-config --dep-libs |