Skip to content

Commit

Permalink
updated CCfits and cfitsio libraries, fix if multiple dust components…
Browse files Browse the repository at this point in the history
… and regions are used, fixed typo for case f_theta=1 (thanks to Johannes Martin), reduced terminal output, renamed functions (typo)
  • Loading branch information
mlietzow committed Sep 12, 2023
2 parents 46392bf + 0f8dc1a commit 5a9b744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: "Ubuntu compile.sh :: ${{ matrix.compiler }} :: ${{ matrix.generator }}"
runs-on: ubuntu-latest
steps:
- run: sudo apt-get update -yy && sudo apt-get install -yy ninja-build
- run: sudo apt-get update -yy && sudo apt-get install -yy ninja-build libomp-dev
- uses: actions/checkout@v3
- run: ./compile.sh -f -c ${{ matrix.compiler }} -g ${{ matrix.generator }}
- run: ./src/build/tests -as
Expand All @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt-get update -yy && sudo apt-get install -yy ninja-build libccfits-dev libcfitsio-dev
- run: sudo apt-get update -yy && sudo apt-get install -yy ninja-build libccfits-dev libcfitsio-dev libomp-dev
- run: |
mkdir build
cd build
Expand Down

0 comments on commit 5a9b744

Please sign in to comment.