Skip to content

Commit

Permalink
Merge pull request #122 from pynbody/gadgethdf
Browse files Browse the repository at this point in the history
Preparatory work for HDF5 support
  • Loading branch information
apontzen authored Apr 16, 2024
2 parents 7a17b2f + b2bbfa4 commit d610188
Show file tree
Hide file tree
Showing 2,918 changed files with 181,861 additions and 157,867 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.11]
cxx: [g++-9, g++-13]
os: [ubuntu-latest]
python-version: ["3.10"]
cxx: [g++-10, g++-11, g++-12]
include:
- os: macos-latest
python-version: "3.10"
cxx: g++-12
runs-on: ${{ matrix.os }}
env:
CXX: ${{ matrix.cxx }}
Expand All @@ -36,12 +40,12 @@ jobs:
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update -qq
sudo apt install libfftw3-dev libgsl0-dev
sudo apt install gcc-9 g++-9 gcc-13 g++-13
sudo apt install gcc-10 g++-10 gcc-11 g++-11 gcc-12 g++-12
- name: Install dependencies
if: matrix.os == 'macos-latest'
shell: bash
run: |
brew install gcc@9 gcc@13 fftw gsl
brew install gcc@12 fftw gsl
brew link gsl
- name: Compile code
working-directory: genetIC
Expand Down
86 changes: 0 additions & 86 deletions genetIC/boost/algorithm/cxx11/all_of.hpp

This file was deleted.

Loading

0 comments on commit d610188

Please sign in to comment.