Skip to content

Commit 5eecff2

Browse files
committedAug 14, 2024·
Add mac os
1 parent fdce69d commit 5eecff2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
 

‎_posts/2024-08-13-build-hpx.markdown

+19
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,23 @@ sudo dnf install hpx-devel
1919
sudo dnf install hpx-mpich-devel
2020
{% endhighlight %}
2121

22+
## Mac OS
23+
24+
On Mac OS, we recommend to install the depencies with ´brew´ and compile HPX using CMake as follows:
25+
26+
{% highlight bash %}
27+
brew install hwloc cmake boost
28+
git clone https://github.com/STEllAR-GROUP/hpx.git
29+
cd hpx
30+
mkdir build
31+
cd build
32+
cmake ..
33+
make -j 8
34+
{% endhighlight %}
35+
36+
37+
38+
39+
40+
2241

0 commit comments

Comments
 (0)
Please sign in to comment.