Skip to content

Commit b2c769d

Browse files
authored
Removed dedicated doc on Apple Silicon as it is properly supported now (#58)
1 parent 65dca93 commit b2c769d

4 files changed

Lines changed: 1 addition & 113 deletions

File tree

_posts/2023-06-13-version.1.8.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags: ['new version']
88
We are happy to announce the next stable releases of Storm and stormpy in version 1.8.0.
99
<!--more-->
1010

11-
Storm 1.8.0 provides revised implementations of value iteration algorithms and its variants, improved and novel algorithms for POMDPs as well as experimental support for [compiling on Apple Silicon]({{ '/documentation/obtain-storm/apple-silicon.html' | relative_url }}).
11+
Storm 1.8.0 provides revised implementations of value iteration algorithms and its variants, improved and novel algorithms for POMDPs as well as experimental support for compiling on Apple Silicon.
1212

1313
The Python bindings [stormpy](https://stormchecker.github.io/stormpy/) are also released in a new version which is compatible with the new Storm release.
1414

documentation/obtain-storm/apple-silicon.md

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

documentation/obtain-storm/dependencies.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ You need to download and install Xcode or its command line tools (CLT) to have t
5858

5959
Furthermore, we recommend the usage of [Homebrew](https://brew.sh){:target="_blank"} to install the missing packages.
6060

61-
{:.alert .alert-danger}
62-
For troubleshooting building on ARM-based <i class="fa fa-apple" aria-hidden="true"></i> Apple Silicon CPUs and for building using x86 emulations, please refer to [this page](apple-silicon.html){:.alert-link}.
63-
6461
- Required:
6562
``` console
6663
$ brew install automake cmake boost cln ginac gmp

documentation/obtain-storm/troubleshooting.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ We list common issues for specific operating systems.
3737
$ open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
3838
```
3939
For more infos see this [GitHub issue](https://github.com/neovim/neovim/issues/9050#issuecomment-424417456).
40-
41-
- Additional steps and common issues for ARM-based Apple Silicon CPUs are outlined on [this](apple-silicon.html) page.
4240

4341
## File an issue
4442

0 commit comments

Comments
 (0)