Skip to content

Building HPX  #6459

@Hassnaa9

Description

@Hassnaa9

Behavior

while building hpx i get some errors and try to fix it so i found an easy way to build the source code directly without facing a lot of errors

Steps to Reproduce the Problem

to build hpx using linux
run this commands in your terminal

1-in the directory which you install hpx source code
mkdir build && cd build

2-make install folder in a place you know well

3-run the following commands in terminal :
cmake -DBOOST_ROOT=path/boost_1_82_0
-DHWLOC_ROOT=path/hwloc-2.10.0
-DASIO_ROOT=path/asio-1.28.0
-DCMAKE_INSTALL_PREFIX=/the path of/ install dir
-DHPX_WITH_MALLOC=system ..

4-
cmake --build . --target install

... Please describe your environment
Linux Ubuntu

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions