{"id":15118778,"url":"https://github.com/rdkit/conda-rdkit","last_synced_at":"2025-04-12T13:33:05.550Z","repository":{"id":16069831,"uuid":"18814208","full_name":"rdkit/conda-rdkit","owner":"rdkit","description":"Conda build recipe for the rdkit","archived":false,"fork":false,"pushed_at":"2022-01-11T05:44:22.000Z","size":209,"stargazers_count":51,"open_issues_count":21,"forks_count":28,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-26T08:22:13.539Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","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/rdkit.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2014-04-15T20:11:09.000Z","updated_at":"2024-10-17T21:28:11.000Z","dependencies_parsed_at":"2022-08-31T11:51:08.023Z","dependency_job_id":null,"html_url":"https://github.com/rdkit/conda-rdkit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdkit%2Fconda-rdkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdkit%2Fconda-rdkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdkit%2Fconda-rdkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdkit%2Fconda-rdkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdkit","download_url":"https://codeload.github.com/rdkit/conda-rdkit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248573590,"owners_count":21126865,"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":"2024-09-26T01:53:37.934Z","updated_at":"2025-04-12T13:33:05.283Z","avatar_url":"https://github.com/rdkit.png","language":"C","funding_links":[],"categories":["Ranked by starred repositories"],"sub_categories":[],"readme":"Conda recipes for the RDKit\n###########################\n\nNOTE\n====\n\nThis repo is now only used to provide the occasional nightly or beta build of the RDKit. Production RDKit conda builds are provided by [conda-forge](https://anaconda.org/conda-forge/rdkit)\n\n\nConda\n=====\n\nConda is an open-source, cross-platform, software package manager. It supports the packaging and distribution of software components, and manages their installation inside isolated execution environments. It has several analogies with pip and virtualenv, but it is designed to be more \"python-agnostic\" and more suitable for the distribution of binary packages and their dependencies.\n\nHow to get conda\n----------------\n\nThe easiest way to get Conda is having it installed as part of the `Anaconda Python distribution \u003chttp://docs.continuum.io/anaconda/install.html\u003e`_. A possible (but a bit more complex to use) alternative is provided with the smaller and more self-contained `Miniconda \u003chttp://conda.pydata.org/miniconda.html\u003e`_. The conda source code repository is available on `github \u003chttps://github.com/conda\u003e`_ and additional documentation is provided by the project `website \u003chttp://conda.pydata.org/\u003e`_. \n\nHow to build the packages\n=========================\n\nSoftware and system requirements\n--------------------------------\n\nA recent version of conda must be installed and included in the user's PATH. If not already included by the available anaconda/miniconda installation, the 'conda build' subcommand must also be installed:: \n\n  $ conda install conda-build\n\nThe recipes provided with this repository perform the automated download and management of the Avalon and InChI source code distributions as part of the RDKit build process, and most of the other 3rd party dependencies are readily available from the Anaconda Python distribution. Compared to the usual RDKit build procedure, the setup and configuration part is therefore strongly simplified, but depending on the operating system a few additional components may be required:\n\nLinux\n.....\n\nIf not already installed as a dependency of the conda-build package, the patchelf utility mush be also present. It can be available with the operating system or it may be installed inside the conda root environment with the following command::\n\n  $ conda install patchelf\n\nWindows\n.......\n\nThe recipes assume the availability of the Microsoft Visual C++ 2010 commmand-line toolchain. The freely available Express edition should provide all the necessary.\n\nThe cmake build utility should be also installed.\n\nA git client is optionally required for building the version of the recipes which is available from the development branch.\n\nBuilding the packages\n---------------------\n\nThe latest stable version of these recipes (building the most recent RDKit release) may be downloaded from the following `link \u003chttps://github.com/rdkit/conda-rdkit/archive/master.zip\u003e`_. Alternatively, users may directly clone this repository from github::\n\n  $ git clone https://github.com/rdkit/conda-rdkit.git\n\nRecipes for building the current development version of the RDKit are available from the development branch of the same repository.\n\nAll commands in the described build procedure are assumed to run in a shell or windows command prompt already configured to make available conda and the compiler toolchain that may be needed for the specific platform. Moreover, the working directory for the build commands described in this section is assumed to correspond with the top level directory of the recipes distribution (where this README file is located).\n\nThe build process doesn't require activating and configuring a dedicated python environment. The build commands may run within the root environment and conda will take care of automating all of the process, starting from downloading the source code and proceeding to unpacking it into a suitable working directory, creating the necessary build and test environments with the required dependencies, compiling, testing and finally storing the resulting binary packages into a local directory.\n\nIf all of the necessary conditions are satisfied, building the RDKit may then reduce to running the following two commands::\n\n  $ conda build boost\n  $ conda build rdkit\n\nFor the linux platform an additional recipe is available, supporting the build of the postgresql cartridge::\n\n  $ conda build rdkit-postgresql\n\nConda will store the produced packages into a local repository/channel, by default placed inside the anaconda installation (e.g. on a linux 64 bits system the packages would be found by default under ~/anaconda/conda-bld/linux-64).\n\nInstalling and using the packages\n---------------------------------\n\nCreating a new conda environment with the RDKit installed using these  packages requires one single command similar to the following::\n\n  $ conda create -c \u003cchannel-url\u003e -n my-rdkit-env rdkit\n\nwhere '\u003cchannel-url\u003e' is to be replaced with the URL of the package repository where the packages have been placed for distribution.\n\nIf the packages have been built locally and are still available inside the user's conda build directories, then specifying the '--use-local' option should be sufficient and configuring a distribution channel is not necessary::\n\n  $ conda create --use-local -n my-rdkit-env rdkit\n \nA new environment will be created including the required dependencies::\n\n  Fetching package metadata: ...\n  Solving package specifications: .\n  Package plan for installation in environment /home/ric/anaconda/envs/my-rdkit-env:\n  \n  The following packages will be linked:\n  \n      package                    |            build\n      ---------------------------|-----------------\n      boost-1.55.0               |           py27_1   hard-link\n      bzip2-1.0.6                |                0   hard-link\n      numpy-1.8.1                |           py27_0   hard-link\n      openssl-1.0.1g             |                0   hard-link\n      python-2.7.6               |                1   hard-link\n      rdkit-2014.03.1pre         |       np18py27_1   hard-link\n      readline-6.2               |                2   hard-link\n      sqlite-3.7.13              |                0   hard-link \n      system-5.8                 |                1   hard-link\n      tk-8.5.15                  |                0   hard-link\n      zlib-1.2.7                 |                0   hard-link\n  \n  Proceed ([y]/n)? y\n\nFinally, the new environment must be activated, so that the corresponding python interpreter becomes available in the same shell::\n\n  $ source activate my-rdkit-env\n\nWindows users will use a slightly different command::\n\n  C:\\\u003e activate my-rdkit-env\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdkit%2Fconda-rdkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdkit%2Fconda-rdkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdkit%2Fconda-rdkit/lists"}