harphub / meteogrid

R package for working with gridded meteorological data
https://harphub.github.io/meteogrid/
Other
0 stars 6 forks source link

Enable specification of proj location in install #2

Closed andrew-MET closed 4 years ago

andrew-MET commented 4 years ago

This PR allows the user to specify the location of the proj library if it is installed in a non standard location via configure.args.

e.g.

remotes::install_github("adeckmyn/meteogrid", configure.args = "--with-proj-lib=/path/to/proj/lib --with-proj-include=/path/to/proj/include")