{"id":23832033,"url":"https://github.com/csdms/csdms-stack","last_synced_at":"2025-10-12T00:33:00.286Z","repository":{"id":68276636,"uuid":"43401671","full_name":"csdms/csdms-stack","owner":"csdms","description":"The CSDMS software stack.","archived":false,"fork":false,"pushed_at":"2016-10-02T03:46:13.000Z","size":218,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-01-02T14:16:55.119Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/csdms.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}},"created_at":"2015-09-30T00:12:11.000Z","updated_at":"2016-04-20T22:10:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"3a4761dc-2a5f-4fff-ba5c-24ee75751ff6","html_url":"https://github.com/csdms/csdms-stack","commit_stats":{"total_commits":243,"total_committers":3,"mean_commits":81.0,"dds":"0.15226337448559668","last_synced_commit":"f5258ab17abfadace94819ee88c4eb973c6fd9f5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csdms%2Fcsdms-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csdms%2Fcsdms-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csdms%2Fcsdms-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csdms%2Fcsdms-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csdms","download_url":"https://codeload.github.com/csdms/csdms-stack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240118427,"owners_count":19750491,"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-02T14:17:02.016Z","updated_at":"2025-10-12T00:32:55.257Z","avatar_url":"https://github.com/csdms.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"The CSDMS Software Stack\n========================\n\nInstallation (Mac)\n------------------\n\nCreate a new folder to hold the Python installation, will contain the\nCSDMS stack, and grab the Miniconda installer.\n\n``` bash\n$ mkdir py-csdms\n$ cd py-csdms\n$ curl http://repo.continuum.io/miniconda/Miniconda-latest-MacOSX-x86_64.sh -o miniconda.sh\n```\n\nInstall a fresh Python and add it to your path,\n``` bash\n$ bash miniconda.sh -f -b -p $(pwd)/conda\n$ export PATH=$(pwd)/conda/bin:$PATH\n```\nRemember this only changes your path for this session. You will have to\neither add this Python to your `PATH` whenever you start a new shell or add\nit to your startup rc file (`.bashrc`, or `.bash_profile`, etc.).\n\nInstall CSDMS packages into this new Python,\n``` bash\n$ conda install csdms-rafem csdms-cem -c csdms\n```\n\nFor Linux, the link to the miniconda installer is: http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh\n\nThe full archive is at: http://repo.continuum.io/miniconda/index.html\n\nTo Build the Stack\n------------------\n\nGet a fresh Python installation.\n``` bash\n$ wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh\n$ bash Miniconda-latest-Linux-x86_64.sh -f -b -p \u003cprefix\u003e\n$ export PATH=\u003cprefix\u003e/bin:$PATH\n```\n\nRun the build script.\n``` bash\n$ cd conda-recipes\n$ bash ./build-stack.sh # Go for coffee.\n```\n\nYou will need a fortran compiler to build everything. On Mac, I use the fortran compilers here: https://gcc.gnu.org/wiki/GFortranBinaries. These are installed under ``/usr/local/gfortran`` so make sure that is in your path when building.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsdms%2Fcsdms-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsdms%2Fcsdms-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsdms%2Fcsdms-stack/lists"}