{"id":23197002,"url":"https://github.com/brakmic/hello_component_hpx","last_synced_at":"2025-04-05T08:42:03.699Z","repository":{"id":265731867,"uuid":"861314890","full_name":"brakmic/hello_component_hpx","owner":"brakmic","description":"A simple component running in HPX","archived":false,"fork":false,"pushed_at":"2024-09-22T20:19:56.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T20:14:21.497Z","etag":null,"topics":["cpp","hpx","hpx-library"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brakmic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-22T15:15:34.000Z","updated_at":"2024-09-22T20:19:59.000Z","dependencies_parsed_at":"2024-12-06T07:45:35.967Z","dependency_job_id":"abfd57e4-870a-4475-a27f-9edd6de2e557","html_url":"https://github.com/brakmic/hello_component_hpx","commit_stats":null,"previous_names":["brakmic/hello_component_hpx"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brakmic%2Fhello_component_hpx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brakmic%2Fhello_component_hpx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brakmic%2Fhello_component_hpx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brakmic%2Fhello_component_hpx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brakmic","download_url":"https://codeload.github.com/brakmic/hello_component_hpx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247312098,"owners_count":20918341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","hpx","hpx-library"],"created_at":"2024-12-18T14:27:34.790Z","updated_at":"2025-04-05T08:42:03.636Z","avatar_url":"https://github.com/brakmic.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HPX HelloWorld Component\n\nThis project demonstrates how to create a basic **HPX component** that returns the number 42 when called.\nThe project is structured as follows:\n\n- **Component**: The core logic for returning a number is encapsulated inside an HPX component.\n- **Action**: HPX actions are used to expose component functionality for asynchronous execution across distributed nodes.\n- **Main**: The entry point where we create the component, call it, and print the result.\n  \n## Getting Started\n\n### Prerequisites\n- Install HPX following the [HPX installation guide](https://hpx-docs.stellar-group.org/latest/html/quickstart.html#).\n- Install [Boost](https://www.boost.org/).\n- Make sure you have CMake 3.19+ and a C++ compiler that supports C++23 (or change the CMake settings).\n\n### Project Structure\n\n```text\n.\n├── CMakeLists.txt           # Build configuration\n├── include                  # Header files\n│   └── hello_component.hpp  # HPX component header\n├── src                      # Source files\n│   ├── hello_component.cpp  # HPX component implementation\n│   └── main.cpp             # Entry point of the application\n├── LICENSE                  # MIT License\n└── README                   # This file\n```\n\n### Building the Project\n\nTo build the project:\n\n```bash\nmkdir build\ncd build\ncmake ..\nmake\n```\n\n### Running the Program\n\nTo run the `fibonacci_demo_hpx` program:\n\n```bash\n./hello_component_hpx\n```\n\nIt will output the number `42` returned by the component.\n\n### LICENSE\n[MIT](./LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrakmic%2Fhello_component_hpx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrakmic%2Fhello_component_hpx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrakmic%2Fhello_component_hpx/lists"}