{"id":22525456,"url":"https://github.com/wdbm/soil","last_synced_at":"2025-10-13T02:43:51.915Z","repository":{"id":22717941,"uuid":"26062362","full_name":"wdbm/soil","owner":"wdbm","description":"ROOT environment setup","archived":false,"fork":false,"pushed_at":"2019-05-16T20:52:46.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T03:46:21.776Z","etag":null,"topics":["root-cern"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wdbm.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}},"created_at":"2014-11-01T20:30:11.000Z","updated_at":"2019-05-16T20:52:47.000Z","dependencies_parsed_at":"2022-07-23T19:47:09.716Z","dependency_job_id":null,"html_url":"https://github.com/wdbm/soil","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wdbm/soil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdbm%2Fsoil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdbm%2Fsoil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdbm%2Fsoil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdbm%2Fsoil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wdbm","download_url":"https://codeload.github.com/wdbm/soil/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdbm%2Fsoil/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014015,"owners_count":26085346,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["root-cern"],"created_at":"2024-12-07T06:10:13.687Z","updated_at":"2025-10-13T02:43:51.892Z","avatar_url":"https://github.com/wdbm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# soil\n\nROOT environment setup\n\n# usage\n\nThe program `setup.sh` installs ROOT dependencies and a version of ROOT.\n\nThe program `soil.sh` sets up ROOT and PyROOT environment variables. It should be at the same directory as the directory \"root\" and sourced.\n\nThis program has been tested with the following ROOT versions:\n\n- 5.34.18\n- 6.00.00\n- 6.01.02\n- 6.03.01\n- 6.07.07\n- 6.08.00\n- 6.08.02\n\n---\n\n# compile ROOT 6.16.00 with Python 3 and JupyROOT for Ubuntu 18.04 LTS\n\n```Bash\nmkdir -p ~/ROOT/root_v6.16.00\ncd ~/ROOT/root_v6.16.00\nwget https://root.cern.ch/download/root_v6.16.00.source.tar.gz\ntar -xvf root_v6.16.00.source.tar.gz\nrm root_v6.16.00.source.tar.gz\n\nmkdir root\ncd root\ncmake ../root-6.16.00/ -DPYTHON_EXECUTABLE=/usr/bin/python3 -Dpython3=ON\ntime cmake --build . -- -j\"$(nproc)\"\n# 2019-05-16T1850Z 27m40.939s\n\ncmake ../root_v6.16.00.Linux-ubuntu16-x86_64-gcc5.4 -DPYTHON_EXECUTABLE=/usr/bin/python3 -Dpython3=ON\n\nsudo su\nsource /home/user/ROOT/root_v6.16.00/root/bin/thisroot.sh\n\ngit clone git://github.com/rootpy/root_numpy.git\ncd root_numpy\npython3 setup.py install\ncd ..\nrm -rf root_numpy\npip3 install root_pandas\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdbm%2Fsoil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwdbm%2Fsoil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdbm%2Fsoil/lists"}