Skip to content

Commit 9750436

Browse files
authored
Merge pull request #57 from jrenaud90/ver0.5.3
Ver0.5.3
2 parents edab615 + b6932db commit 9750436

25 files changed

+3206
-611
lines changed

.github/workflows/build_wheels_main_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
conda install pytest matplotlib numba numpy scipy cython
6363
python -m pip install --upgrade build
6464
export CC='gcc-13'
65-
export CPPFLAGS="$CPPFLAGS -Xpreprocessor -fopenmp"
65+
export CPPFLAGS="$CPPFLAGS -Xpreprocessor -fopenmp -lgomp"
6666
python -m build --wheel --outdir ./wheelhouse/
6767
6868
- uses: actions/upload-artifact@v4

.github/workflows/push_tests_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
conda install pytest matplotlib numba numpy scipy cython
5656
export CC='gcc-13'
57-
export CPPFLAGS="$CPPFLAGS -Xpreprocessor -fopenmp"
57+
export CPPFLAGS="$CPPFLAGS -Xpreprocessor -fopenmp -lgomp"
5858
python -m pip install -v .
5959
6060
- name: Run pytest

Benchmarks & Performance/Multilayer - Tobie+2005 - Roberts & Nimmo 2008.py

Lines changed: 0 additions & 265 deletions
This file was deleted.

Benchmarks & Performance/RadialSolver/Dynamic Stability.ipynb

Lines changed: 73 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)