{"id":20027387,"url":"https://github.com/huidaecho/grass-conda","last_synced_at":"2026-05-12T10:35:30.980Z","repository":{"id":260680419,"uuid":"861883475","full_name":"HuidaeCho/grass-conda","owner":"HuidaeCho","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-04T16:39:41.000Z","size":147,"stargazers_count":2,"open_issues_count":3,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-04T18:34:01.738Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://grass-conda.isnew.info/","language":"Shell","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/HuidaeCho.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":"2024-09-23T17:07:18.000Z","updated_at":"2026-05-04T16:39:46.000Z","dependencies_parsed_at":"2024-11-01T20:18:12.527Z","dependency_job_id":"2a38199b-78c5-40b8-bf33-72a103429ab6","html_url":"https://github.com/HuidaeCho/grass-conda","commit_stats":null,"previous_names":["huidaecho/grass-conda","huidaecho/grass-conda-recipes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HuidaeCho/grass-conda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuidaeCho%2Fgrass-conda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuidaeCho%2Fgrass-conda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuidaeCho%2Fgrass-conda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuidaeCho%2Fgrass-conda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HuidaeCho","download_url":"https://codeload.github.com/HuidaeCho/grass-conda/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuidaeCho%2Fgrass-conda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32934798,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"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-11-13T09:10:02.876Z","updated_at":"2026-05-12T10:35:30.975Z","avatar_url":"https://github.com/HuidaeCho.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GRASS Conda Packages\n\nThis repository contains conda recipes for [GRASS](https://grass.osgeo.org/)\nand hosts pre-built daily development packages at\nhttps://grass-conda.isnew.info/. For official release conda packages, visit\n[here](https://anaconda.org/channels/conda-forge/packages/grass/overview).\n\n**grass** is the latest release and **grass-dev** is a daily development\nsnapshot.\n\nOn Linux and macOS:\n```bash\n# install micromamba\ncurl -L https://micro.mamba.pm/install.sh | env \\\n  BIN_FOLDER=\"$HOME/local/bin\" \\\n  PREFIX_LOCATION=\"$HOME/opt/micromamba\" \\\n  sh\n\n# source micromamba\nsource ~/.bashrc\n\n# install GRASS (c-compiler for g.extension)\nmicromamba create -n grass -yc https://grass-conda.isnew.info/ grass-dev c-compiler\n\n# run GRASS\nmicromamba run -n grass grass\n```\nOn Windows CMD.exe:\n```cmd\nrem install micromamba\nmkdir %USERPROFILE%\\local\\bin\ncurl -L https://github.com/mamba-org/micromamba-releases/releases/latest/download/micromamba-win-64.exe -o %USERPROFILE%\\local\\bin\\micromamba.exe\n\nrem if %USERPROFILE%\\local\\bin is not in PATH\nset PATH=%USERPROFILE%\\local\\bin;%PATH%\nsetx PATH %PATH%\n\nrem set the root prefix of micromamba\nset MAMBA_ROOT_PREFIX=%USERPROFILE%\\opt\\micromamba\nsetx MAMBA_ROOT_PREFIX %MAMBA_ROOT_PREFIX%\n\nrem initialize micromamba\nmicromamba shell init --shell cmd.exe\n\nrem setup conda-forge\nmicromamba config append channels conda-forge,nodefaults\nmicromamba config set channel_priority strict\n\nrem install GRASS (c-compiler for g.extension); type micromamba, NOT micromamba.exe\nmicromamba create -n grass -yc https://grass-conda.isnew.info/ grass-dev c-compiler\n\nrem run GRASS\nmicromamba run -n grass grass\n```\n\n## Acknowledgments\n\nThe modernization of the GRASS build system, including the transition to CMake, Windows MSVC support, and conda packaging, is supported in part by the National Science Foundation (NSF) POSE program [award 2303651](https://www.nsf.gov/awardsearch/show-award/?AWD_ID=2303651).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuidaecho%2Fgrass-conda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuidaecho%2Fgrass-conda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuidaecho%2Fgrass-conda/lists"}