{"id":21045057,"url":"https://github.com/quansight/conda-recipe-cudatoolkit-dev","last_synced_at":"2026-06-20T20:31:44.370Z","repository":{"id":98604983,"uuid":"141332267","full_name":"Quansight/conda-recipe-cudatoolkit-dev","owner":"Quansight","description":"conda recipe for a \"full\" cudatoolkit package","archived":false,"fork":false,"pushed_at":"2018-07-27T18:28:21.000Z","size":97,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":45,"default_branch":"master","last_synced_at":"2026-01-19T22:57:20.036Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Quansight.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-17T19:09:08.000Z","updated_at":"2018-07-27T18:28:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"b83c9a58-4290-4f68-bfa6-928bebf19d2b","html_url":"https://github.com/Quansight/conda-recipe-cudatoolkit-dev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Quansight/conda-recipe-cudatoolkit-dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quansight%2Fconda-recipe-cudatoolkit-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quansight%2Fconda-recipe-cudatoolkit-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quansight%2Fconda-recipe-cudatoolkit-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quansight%2Fconda-recipe-cudatoolkit-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quansight","download_url":"https://codeload.github.com/Quansight/conda-recipe-cudatoolkit-dev/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quansight%2Fconda-recipe-cudatoolkit-dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34585195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":[],"created_at":"2024-11-19T14:19:47.262Z","updated_at":"2026-06-20T20:31:44.352Z","avatar_url":"https://github.com/Quansight.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/Quansight/conda-recipe-cudatoolkit-dev.svg?branch=master)](https://travis-ci.org/Quansight/conda-recipe-cudatoolkit-dev)\n\n# conda-recipe-cudatoolkit-dev\nconda recipe for a \"full\" cudatoolkit package\n\n\n## Build and Install the package \n\n    conda create -n cudatest python=3.6 conda-build numba conda-verify -y\n\n    source activate cudatest \n\n    conda build condarecipe9.2/\n\n    conda install --use-local $CONDA_PREFIX/conda-bld/linux-64/cudatoolkit-dev-9.2-0.tar.bz2 -v\n\n\n## Testing the package\n\nTo confirm that the compiler was properly installed, run:\n\n    which nvcc\n\nThis returns the installation path\n\n    /home/ubuntu/miniconda3/envs/cudatest/bin/nvcc  \n\nTo find the compiler's version, run:\n\n    nvcc --version\n\nYou get:\n\n    vcc: NVIDIA (R) Cuda compiler driver\n    Copyright (c) 2005-2018 NVIDIA Corporation\n    Built on Tue_Jun_12_23:07:04_CDT_2018\n    Cuda compilation tools, release 9.2, V9.2.148\n\nThis repo contains both python (numba) tests and cuda tests.\n\nTo run python (numba) tests, run:\n \n\n    cd tests\n    python run_test.py\n\nIf everything is configured properly, you get:\n\n```\nFinding cublas\n\tlocated at /home/ubuntu/miniconda3/envs/cudatest/lib/libcublas.so.9.2.148\n\ttrying to open library...\tok\nFinding cusparse\n\tlocated at /home/ubuntu/miniconda3/envs/cudatest/lib/libcusparse.so.9.2.148\n\ttrying to open library...\tok\nFinding cufft\n\tlocated at /home/ubuntu/miniconda3/envs/cudatest/lib/libcufft.so.9.2.148\n\ttrying to open library...\tok\nFinding curand\n\tlocated at /home/ubuntu/miniconda3/envs/cudatest/lib/libcurand.so.9.2.148\n\ttrying to open library...\tok\nFinding nvvm\n\tlocated at /home/ubuntu/miniconda3/envs/cudatest/lib/libnvvm.so.3.2.0\n\ttrying to open library...\tok\n\tfinding libdevice for compute_20...\tok\n\tfinding libdevice for compute_30...\tok\n\tfinding libdevice for compute_35...\tok\n\tfinding libdevice for compute_50...\tok\nNVVM version (1, 5)\n```\n\nTo run CUDA (Thrust) tests, run:\n\n    nvcc -o version thrust_version.cu\n    ./version\n\nYou get:\n\n    Thrust v1.9\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquansight%2Fconda-recipe-cudatoolkit-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquansight%2Fconda-recipe-cudatoolkit-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquansight%2Fconda-recipe-cudatoolkit-dev/lists"}