Skip to content

Commit

Permalink
Rel 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Apr 27, 2024
1 parent 27c8ac7 commit faddd58
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/scripts/stan.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
JULIA_CMDSTAN_HOME="$HOME/cmdstan-2.28.2/"
JULIA_CMDSTAN_HOME="$HOME/cmdstan-2.34.1/"
OLDWD=`pwd`
cd ~
wget https://github.com/stan-dev/cmdstan/releases/download/v2.28.2/cmdstan-2.28.2.tar.gz
tar -xzpf cmdstan-2.28.2.tar.gz
wget https://github.com/stan-dev/cmdstan/releases/download/v2.34.1/cmdstan-2.34.1.tar.gz
tar -xzpf cmdstan-2.34.1.tar.gz
make -C $JULIA_CMDSTAN_HOME build
cd $OLDWD
18 changes: 9 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
JULIA_CMDSTAN_HOME: "/home/worker/cmdstan-2.33.0/"
JULIA_CMDSTAN_HOME: "/home/worker/cmdstan-2.34.1/"

jobs:
test:
Expand Down Expand Up @@ -41,17 +41,17 @@ jobs:
OLDWD=`pwd`
cd ~
pwd
wget https://github.com/stan-dev/cmdstan/releases/download/v2.33.0/cmdstan-2.33.0.tar.gz
tar -xzpf cmdstan-2.33.0.tar.gz
wget https://github.com/stan-dev/cmdstan/releases/download/v2.34.1/cmdstan-2.34.1.tar.gz
tar -xzpf cmdstan-2.34.1.tar.gz
ls -lia .
ls -lia ./cmdstan-2.33.0
ls -lia ./cmdstan-2.33.0/make
touch ./cmdstan-2.33.0/make/local
echo "STAN_THREADS=true" > ./cmdstan-2.33.0/make/local
ls -lia ./cmdstan-2.34.1
ls -lia ./cmdstan-2.34.1/make
touch ./cmdstan-2.34.1/make/local
echo "STAN_THREADS=true" > ./cmdstan-2.34.1/make/local
make -C $JULIA_CMDSTAN_HOME build
cd $OLDWD
env:
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.33.0/"
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.34.1/"
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
Expand All @@ -70,7 +70,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
env:
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.33.0/"
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.34.1/"
- uses: julia-actions/julia-processcoverage@v1
if: matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.num_threads == 1
- uses: codecov/codecov-action@v1
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DiffEqBayesStan"
uuid = "086cc5bb-2461-57d8-8068-0aed7f5b5cd1"
authors = ["Vaibhavdixit02 <[email protected]>"]
version = "3.2.0"
version = "3.2.1"

[deps]
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
Expand Down

0 comments on commit faddd58

Please sign in to comment.