Skip to content

Commit

Permalink
Bump p4est version
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas committed Mar 27, 2024
1 parent 521f0bf commit 782329b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Tests ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
env:
P4EST_ROOT_DIR: "/opt/p4est/2.2/"
P4EST_ROOT_DIR: "/opt/p4est/2.3/"
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -37,10 +37,10 @@ jobs:
sudo apt-get install -y wget gfortran g++ openmpi-bin openmpi-common libopenmpi-dev
- name: Install p4est
run: |
# Install p4est 2.2 from sources
# Install p4est 2.3 from sources
CURR_DIR=$(pwd)
PACKAGE=p4est
VERSION=2.2
VERSION=2.3
INSTALL_ROOT=/opt
P4EST_INSTALL=$INSTALL_ROOT/$PACKAGE/$VERSION
TAR_FILE=$PACKAGE-$VERSION.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
authors = ["Victor Sande <vsande@cimne.upc.edu>", "Alberto F. Martin <alberto.f.martin@anu.edu.au>"]
name = "P4est_wrapper"
uuid = "3743d7c0-8adf-11ea-380b-7d33b0ecc1da"
version = "0.2.1"
version = "0.2.2"

[compat]
CEnum = "0.4"
MPI = "0.20"
P4est_jll = "2.2.0"
P4est_jll = "2.3.0"
julia = "1.0"

[deps]
Expand Down

0 comments on commit 782329b

Please sign in to comment.