Skip to content

Commit fdce69d

Browse files
committed
Add blog post for installing
1 parent 29f9bb1 commit fdce69d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

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

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
layout: post
3+
title: "Installing HPX"
4+
date: 2024-08-13 14:34:25
5+
categories: building
6+
tags: cmake
7+
---
8+
In this blog post, we will provide more details on how to install HPX on your ssytem.
9+
10+
## Fedora Linux
11+
12+
On Fedora we mantain the [HPX package](https://packages.fedoraproject.org/pkgs/hpx/) and the package can be installed as follows:
13+
14+
15+
{% highlight bash %}
16+
# Shared memory version
17+
sudo dnf install hpx-devel
18+
# Distributed memory version
19+
sudo dnf install hpx-mpich-devel
20+
{% endhighlight %}
21+
22+

0 commit comments

Comments
 (0)