We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdce69d commit 5eecff2Copy full SHA for 5eecff2
_posts/2024-08-13-build-hpx.markdown
@@ -19,4 +19,23 @@ sudo dnf install hpx-devel
19
sudo dnf install hpx-mpich-devel
20
{% endhighlight %}
21
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
41
0 commit comments