Skip to content

Commit

Permalink
rely on sysdeps for fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Jul 28, 2024
1 parent 58474c2 commit 9542985
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/Fedora_setup_pak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,13 @@ jobs:
- name: install config and build dependencies
run: |
dnf -y install pkg-config
dnf -y install cmake
dnf -y install libcurl-devel # needef for pak
dnf -y install R-devtools
- name: install pak
run: |
install.packages('pak', repos=c(CRAN="https://cran.r-project.org"))
shell: Rscript {0}

- name: install GSL
run: |
dnf -y install gsl-devel
- name: install JAGS
run: |
wget -O /tmp/jags.tar.gz https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Source/JAGS-${{ env.JAGS }}.tar.gz/download
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
SystemRequirements: Gnu Scientific Library version >= 1.12, jpeg, gdal, geos, proj, udunits-2, openssl, libcurl
SystemRequirements: pkg-config, cmake, gsl, jpeg, gdal, geos, proj, udunits-2, openssl, libcurl

0 comments on commit 9542985

Please sign in to comment.