{"id":22272795,"url":"https://github.com/davidace/simasmas","last_synced_at":"2026-02-17T23:02:17.347Z","repository":{"id":266084654,"uuid":"764716777","full_name":"DavidAce/Simasmas","owner":"DavidAce","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-02T13:07:53.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-23T08:52:47.143Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CMake","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/DavidAce.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-02-28T15:31:30.000Z","updated_at":"2024-12-02T13:07:57.000Z","dependencies_parsed_at":"2024-12-02T19:35:47.539Z","dependency_job_id":null,"html_url":"https://github.com/DavidAce/Simasmas","commit_stats":null,"previous_names":["davidace/simasmas"],"tags_count":0,"template":false,"template_full_name":"DavidAce/CMakeTemplate","purl":"pkg:github/DavidAce/Simasmas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidAce%2FSimasmas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidAce%2FSimasmas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidAce%2FSimasmas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidAce%2FSimasmas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DavidAce","download_url":"https://codeload.github.com/DavidAce/Simasmas/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidAce%2FSimasmas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29561783,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T21:50:49.831Z","status":"ssl_error","status_checked_at":"2026-02-17T21:46:15.313Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-12-03T13:08:24.229Z","updated_at":"2026-02-17T23:02:17.329Z","avatar_url":"https://github.com/DavidAce.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Ubuntu 22.04](https://github.com/DavidAce/CMakeTemplate/actions/workflows/ubuntu-22.04.yml/badge.svg)](https://github.com/DavidAce/CMakeTemplate/actions/workflows/ubuntu-22.04.yml)\n\n# CMake Template\nA template for building C++ projects using modern CMake with dependencies handled by Conan.\n\n## Features\n- Unit testing with CTest \n- Conan integration for dependencies\n\n## Requirements\n- C++17 compiler. Tested with\n    - GNU GCC version 12,\n    - LLVM Clang version 15\n- CMake version 3.24 or above.\n- conan version 2 **(Recommended)**\n\n## Dependencies\nBy default, the direct dependencies are:\n- [h5pp](https://github.com/DavidAce/h5pp) For fast and simple binary storage (includes hdf5, eigen, spdlog and fmt)\n- [Eigen3](http://eigen.tuxfamily.org/)  For linear algebra\n- [fmt](https://github.com/fmtlib/fmt)  For string formatting\n- [spdlog](https://github.com/gabime/spdlog)  For logging\n\nThese dependencies are installed automatically when using the bundled CMake Presets `release-conan` or `debug-conan`.\n\nNote that `h5pp` itself has the same dependencies, so they should already be present if `h5pp` was installed previously.\n\n\n## Compatibility\nThis template has only been tested in Linux environments.\n\n\n## Usage with CMake Presets\nBuild as any regular out-of-source CMake project after installing the dependencies above.\n\nUse the bundled CMake Presets to opt-in to automatic dependency installation with conan.\n\n#### Step 1: Install conan\n\n    pip install conan\n    conan profile detect\n\n#### Step 2: Clone CMakeTemplate and list its presets\nOpen a terminal and run\n\n    git clone https://github.com/DavidAce/CMakeTemplate.git\n    cd CMakeTemplate\n    cmake --list-presets\n    -------------------------------------------------------\n    \u003e    Available configure presets:\n    \u003e\n    \u003e      \"release-conan\" - Release|conan package manager\n    \u003e      \"debug-conan\"   - Debug|conan package manager\n\n#### Step 3: Configure and build\nSelect a preset listed in the previous step, and run\n\n    cmake --preset=release-conan\n    cmake --build --preset=release-conan\n\nThese commands configure the project and builds the executable at `./build/release-conan/CMT`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidace%2Fsimasmas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidace%2Fsimasmas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidace%2Fsimasmas/lists"}