[R-sig-Geo] sf installation problem under Mac OS 11 - Big Sur (fwd)

Roger Bivand Roger@B|v@nd @end|ng |rom nhh@no
Thu Nov 19 23:42:50 CET 2020


For completeness, note that the issues were resolved for CRAN binaries for Big Sur:  https://stat.ethz.ch/pipermail/r-sig-mac/2020-November/013783.html

---
Roger Bivand
Department of Economics
Norwegian School of Economics
Bergen, Norway
roger.bivand using nhh.no
________________________________
From: R-sig-Geo <r-sig-geo-bounces using r-project.org> on behalf of Roger Bivand <Roger.Bivand using nhh.no>
Sent: Thursday, November 19, 2020 2:28:35 PM
To: r-sig-geo using r-project.org <r-sig-geo using r-project.org>
Cc: GilbertoCamara <gcamara using geosec.org>
Subject: [R-sig-Geo] sf installation problem under Mac OS 11 - Big Sur (fwd)

Forwarded to list.

--
Roger Bivand
Department of Economics, Norwegian School of Economics,
Helleveien 30, N-5045 Bergen, Norway.
voice: +47 55 95 93 55; e-mail: Roger.Bivand using nhh.no
https://orcid.org/0000-0003-2392-6140
https://scholar.google.no/citations?user=AWeghB0AAAAJ&hl=en

---------- Forwarded message ----------
Date: Thu, 19 Nov 2020 12:23:48 +0100
From: GilbertoCamara <gcamara using geosec.org>
To: r-sig-geo-owner using r-project.org
Subject: sf installation problem under Mac OS 11 - Big Sur

Dear all

I am a Mac user.  When I upgraded to Mac OS 11 BigSur, I started having
problems with �rgdal� and �sf�.

I managed to get "sf" to run on MacOS 11.0.1 by recompiling most of the
required packages. Here's the recipe:

1. Remove all spatial software from brew (if you installed it). Rgdal does
    not like "brewed" stuff (I believe Roger prefers wine). Seriously, it
    appears that rgdal looks for libraries in their default places and not
    in the "Cellar" libraries used by "brew".

2. Install Xcode 12.3beta (downloaded from Apple Developers). This is the
    latest version of XCode which is compatible with MacOS BigSur.

3. Install "wget" using brew:

"brew install wget".

4. Download the libraries below from their sources:

(a) sqlite-autoconf-3330000.tar.gz from "https://www.sqlite.org/download.html".
(b) tiff-4.1.0.tar.gz from "https://download.osgeo.org/libtiff/"
(c) proj-7.2.0.tar.gz from "https://proj.org/download.html#current-release"
(d) libgeotiff-1.6.0.tar.gz from "https://download.osgeo.org/geotiff/libgeotiff/"
(e) geos-3.8.1.tar.bz2 from "https://trac.osgeo.org/geos"
(f) gdal-3.2.0.tar.gz from "https://gdal.org/download.html"

5. In the order given above, unpack each library and then execute the
    following commands:
% ./configure
% make
% sudo make install

6. Now you are ready to compile "rgdal" and "sf" from source. Using the R
    console,do:

> install.packages("rgdal", type = "source�)
> install.packages("sf", type = "source")

7. After those steps, both "rgdal" and "sf" are working on MacOS BigSur.

Hope this helps Mac users.

Best
Gilberto
===========================
Prof Dr Gilberto Camara
Secretariat Director
GEO - Group on Earth Observations
7 bis, Avenue de La Paix
CH-1211 Geneva - Switzerland
Tel: +41227308480
Web: www.earthobservations.org<http://www.earthobservations.org>




	[[alternative HTML version deleted]]



More information about the R-sig-Geo mailing list