Skip to content

Commit

Permalink
Add blog post for installing
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Diehl committed Aug 14, 2024
1 parent 29f9bb1 commit fdce69d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions _posts/2024-08-13-build-hpx.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: post
title: "Installing HPX"
date: 2024-08-13 14:34:25
categories: building
tags: cmake
---
In this blog post, we will provide more details on how to install HPX on your ssytem.

## Fedora Linux

On Fedora we mantain the [HPX package](https://packages.fedoraproject.org/pkgs/hpx/) and the package can be installed as follows:


{% highlight bash %}
# Shared memory version
sudo dnf install hpx-devel
# Distributed memory version
sudo dnf install hpx-mpich-devel
{% endhighlight %}


0 comments on commit fdce69d

Please sign in to comment.