Skip to content

Commit

Permalink
use jasp-stats fork of shuns fixes for freexl
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisGoosen committed Sep 5, 2024
1 parent 8f2c0cf commit d8f2695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
sudo apt install libglpk-dev #required by igraph packages
sudo apt install jags
sudo apt install libminizip-dev # required by freexl
git clone https://github.com/shun2wang/freexl.git
git clone https://github.com/jasp-stats/freexl.git
cd freexl && ./configure && make && sudo make install
- name: Install boost
Expand Down
2 changes: 1 addition & 1 deletion Docs/development/jasp-build-guide-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ make install
```

```
git clone https://github.com/shun2wang/freexl.git
git clone https://github.com/jasp-stats/freexl.git
cd freexl
autoreconf -i -f
./configure --host=x86_64-ucrt-mingw32 --build=x86_64-ucrt-mingw32
Expand Down

0 comments on commit d8f2695

Please sign in to comment.