Skip to content

Commit

Permalink
adding proj headers for INLA
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Jul 12, 2024
1 parent 7289f2f commit 44c80c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/onlabel_Fedora_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
dnf -y install libcurl-devel # rCurls package (for INLA)
dnf -y install openssl-devel # s2 package
dnf -y install libjpeg-devel # jpeg package
dnf -y install proj-devel # sf package
dnf -y install gdal-devel # terra package
- name: install INLA
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/onlabel_Macos_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
brew install udunits
brew install openssl@1.1 # s2 package
brew install gdal # s2 package for fmesher
brew install proj # sf package
- name: install INLA
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/onlabel_Ubuntu_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
sudo apt-get install -y --no-install-recommends libudunits2-dev
sudo apt -y install libcurl4-openssl-dev # rCurl for (for INLA)
sudo apt-get -y install libssl-dev # s2 package
sudo apt-get -y install libproj-dev # sf package
sudo apt-get -y install libgdal-dev # terra package
- name: install INLA
Expand Down

0 comments on commit 44c80c0

Please sign in to comment.