{"id":24862000,"url":"https://github.com/hpcflow/matflow-environments","last_synced_at":"2026-02-13T23:32:02.649Z","repository":{"id":185947928,"uuid":"674367158","full_name":"hpcflow/matflow-environments","owner":"hpcflow","description":"Sources for generating matflow environments via conda and docker","archived":false,"fork":false,"pushed_at":"2025-07-09T14:46:07.000Z","size":101,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-21T11:53:10.935Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/hpcflow.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-03T19:18:17.000Z","updated_at":"2025-07-09T14:39:37.000Z","dependencies_parsed_at":"2023-11-23T00:24:15.746Z","dependency_job_id":"a18a09df-b290-4e5d-8e96-e2f1140ae25e","html_url":"https://github.com/hpcflow/matflow-environments","commit_stats":null,"previous_names":["hpcflow/matflow-environments"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hpcflow/matflow-environments","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpcflow%2Fmatflow-environments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpcflow%2Fmatflow-environments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpcflow%2Fmatflow-environments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpcflow%2Fmatflow-environments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hpcflow","download_url":"https://codeload.github.com/hpcflow/matflow-environments/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpcflow%2Fmatflow-environments/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29423534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T22:20:51.549Z","status":"ssl_error","status_checked_at":"2026-02-13T22:20:49.838Z","response_time":78,"last_error":"SSL_read: 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":"2025-01-31T22:21:14.245Z","updated_at":"2026-02-13T23:32:02.627Z","avatar_url":"https://github.com/hpcflow.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# matflow-environments\nSources for generating matflow environments via conda and docker\n\n## Unpacking/installing a \"packed\" conda environment\n\n### Linux/MacOS\n\n- Download the compressed tarball (e.g. `damask_parse_env-linux.tar.gz` from the GitHub actions artifacts)\n- Extract and unpack like so (where you might need to change `env_name`):\n\n  ```bash\n  env_name=damask_parse_env-linux\n  mkdir $env_name\n  tar -xzf ${env_name}.tar.gz -C $env_name\n  source $env_name/bin/activate\n  conda-unpack\n  ```\n- Once extracted, the environment can be activated and deactivate like so:\n\n  ```bash\n  source /path/to/env/bin/activate\n  source /path/to/env/bin/deactivate\n  ```\n\n### Windows\n\n\n- Download the compressed tarball (e.g. `damask_parse_env-win.tar.gz` from the GitHub actions artifacts)\n- Extract and unpack like so, using Powershell, (where you might need to change `env_name`):\n\n  ```powershell\n  $env_name = \"damask_parse_env-win\"\n  mkdir $env_name\n  tar -xzf .\\${env_name}.tar.gz -C $env_name\n  cmd /c \".\\${env_name}\\Scripts\\activate.bat \u0026\u0026 ${env_name}\\Scripts\\conda-unpack.exe\"\n  ```\n\n- Once extracted, activation/deactivation must be performed within cmd.exe (not Powershell), like so:\n\n  ```powershell\n  cmd\n  \\path\\to\\env\\Scripts\\activate.bat\n  \\path\\to\\env\\Scripts\\deactivate.bat\n  ```\n\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhpcflow%2Fmatflow-environments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhpcflow%2Fmatflow-environments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhpcflow%2Fmatflow-environments/lists"}