Skip to content

Commit

Permalink
Fix: Boost library link (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
ASHISHBVB authored Feb 17, 2025
1 parent 26bbae7 commit f3c8161
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ git submodule update --init

You will need to download and unzip the Boost library:
```
wget -O boost_1_76_0.tar.bz2 https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2
wget -O boost_1_76_0.tar.bz2 https://archives.boost.io/release/1.76.0/source/boost_1_76_0.tar.bz2
tar xjf boost_1_76_0.tar.bz2
rm boost_1_76_0.tar.bz2
```
Expand Down
2 changes: 1 addition & 1 deletion tutorials/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To do so, you need to run

Now get the `boost` library:

wget -O boost_1_76_0.tar.bz2 https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2
wget -O boost_1_76_0.tar.bz2 https://archives.boost.io/release/1.76.0/source/boost_1_76_0.tar.bz2
tar xjf boost_1_76_0.tar.bz2
rm boost_1_76_0.tar.bz2

Expand Down
2 changes: 1 addition & 1 deletion tutorials/dingo_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@
},
"outputs": [],
"source": [
"!wget -O boost_1_76_0.tar.bz2 https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2 &> /dev/null\n",
"!wget -O boost_1_76_0.tar.bz2 https://archives.boost.io/release/1.76.0/source/boost_1_76_0.tar.bz2 &> /dev/null\n",
"!tar xjf boost_1_76_0.tar.bz2 &> /dev/null\n",
"!rm boost_1_76_0.tar.bz2 &> /dev/null"
]
Expand Down

0 comments on commit f3c8161

Please sign in to comment.