Skip to content

Commit

Permalink
try brew install gcc to get bits/c++-config to link
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Oct 7, 2021
1 parent a248baf commit bdb6273
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,22 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v1
with:
extra-packages: rcmdcheck

# multilib to ensure link to bits/c++-config in dgraph.h
- name: Install system dependencies
- name: Install linux dependencies
if: runner.os == 'Linux'
run: |
sudo apt-get install -y gcc-multilib g++-multilib
- name: Install macos dependencies
if: runner.os == 'macOS'
run: |
brew update
brew install gcc
- uses: r-lib/actions/setup-r-dependencies@v1
with:
extra-packages: rcmdcheck

- uses: r-lib/actions/check-r-package@v1

- name: Session info
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dodgr
Title: Distances on Directed Graphs
Version: 0.2.10.027
Version: 0.2.10.028
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre")),
person("Andreas", "Petutschnig", role = "aut"),
Expand Down
14 changes: 4 additions & 10 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"codeRepository": "https://github.com/ATFutures/dodgr",
"issueTracker": "https://github.com/ATFutures/dodgr/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.2.10.027",
"version": "0.2.10.28",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -383,10 +383,7 @@
],
"releaseNotes": "https://github.com/ATFutures/dodgr/blob/master/NEWS.md",
"readme": "https://github.com/ATFutures/dodgr/blob/main/README.md",
"contIntegration": [
"https://github.com/atfutures/dodgr/actions?query=workflow%3AR-CMD-check",
"https://codecov.io/gh/ATFutures/dodgr"
],
"contIntegration": ["https://github.com/atfutures/dodgr/actions?query=workflow%3AR-CMD-check", "https://codecov.io/gh/ATFutures/dodgr"],
"developmentStatus": "https://www.repostatus.org/#active",
"keywords": [
"distance",
Expand Down Expand Up @@ -415,15 +412,12 @@
"@type": "PublicationIssue",
"datePublished": "2019",
"isPartOf": {
"@type": [
"PublicationVolume",
"Periodical"
],
"@type": ["PublicationVolume", "Periodical"],
"name": "Transport Findings"
}
}
}
],
"relatedLink": "https://CRAN.R-project.org/package=dodgr",
"fileSize": "13908.223KB"
"fileSize": "13857.052KB"
}

0 comments on commit bdb6273

Please sign in to comment.