{"id":23867051,"url":"https://github.com/a1exxd0/scc-modules","last_synced_at":"2025-02-22T15:18:09.425Z","repository":{"id":245945486,"uuid":"819628195","full_name":"a1exxd0/scc-modules","owner":"a1exxd0","description":"An alternative to modulecmd with flavours built-in, written in C++.","archived":false,"fork":false,"pushed_at":"2024-07-01T09:51:49.000Z","size":53,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-03T10:14:06.986Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/a1exxd0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-06-24T22:34:15.000Z","updated_at":"2024-07-02T19:44:12.000Z","dependencies_parsed_at":"2024-06-25T00:26:01.381Z","dependency_job_id":"cbdd43c0-e799-414e-8417-01d2e1acd59d","html_url":"https://github.com/a1exxd0/scc-modules","commit_stats":null,"previous_names":["a1exxd0/scc-modules"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a1exxd0%2Fscc-modules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a1exxd0%2Fscc-modules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a1exxd0%2Fscc-modules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a1exxd0%2Fscc-modules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a1exxd0","download_url":"https://codeload.github.com/a1exxd0/scc-modules/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240191288,"owners_count":19762609,"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":[],"created_at":"2025-01-03T10:14:11.041Z","updated_at":"2025-02-22T15:18:09.403Z","avatar_url":"https://github.com/a1exxd0.png","language":"C++","readme":"# SCC Module System\nAn alternative to the standard modulecmd, using C++, with no TCL. It ties in together\na \"module load\" type system from modulecmd, with flavours. What does this mean for you?\n\nUpon doing a \"module avail\", you may be presented with 100s of modules, but with a flavours\nsystem, it will only show relevant modules to ones you have already loaded, reducing 100s to\na clear few of the specific modules you require.\n\nThis is tested for `ubuntu-latest` and `macos-latest`.\n# Why?\nWe needed flavours to work, but it was buggy and written in TCL and Perl.\nIt didn't seem too complicated to do so why not?\n\n# Dependencies\nCTest requires you to have the Google Test framework installed. If you haven't already,\nrun to install it for:\n\n**Ubuntu**:\n```sh\nsudo apt-get update\nsudo apt-get install libgtest-dev\n```\n**RHEL/Rocky**:\n```sh\nsudo dnf -y update\nsudo dnf -y install cmake gtest-devel\n```\n**MACOS**:\n```sh\nbrew update\nbrew install cmake\nbrew install googletest\n```\n# Quick build\nNavigate into the project root directory, and run:\n```sh\nmkdir build\ncd build \u0026\u0026 cmake ..\ncmake --build . --config release\n\n# Verify installation\nctest\n```\nThe final executable will be:\n```sh\n${PROJECT_SOURCE_DIR}/build/src/smodule\n```\nTo install it into `/usr/local/bin`, you can run (optionally):\n```sh\ncd ${PROJECT_SOURCE_DIR}/build\nsudo cmake --install .\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa1exxd0%2Fscc-modules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa1exxd0%2Fscc-modules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa1exxd0%2Fscc-modules/lists"}