Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

⛔️ [DEPRECATED] Conda recipes for the SciTools anaconda channel. Please see conda-forge for a replacement.

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

SciTools/conda-recipes-scitools

Repository files navigation

This repository is deprecated

Please note that due to the uptake of ideas from this repository into the far more general conda-forge organisation, conda-recipes-scitools is no longer maintained. We strongly encourage use of the conda-forge channel over the scitools one.


Conda Recipes SciTools

Build Status   Build status Circle CI

(C) British Crown Copyright 2014, Met Office

Conda recipes SciTools provides conda build recipes for SciTools Python libraries and their required dependencies. Build recipes are provided for 64-bit Linux, 64-bit Mac OSX, and 32-bit and 64-bit Windows Operating Systems.

Built recipes are available on the SciTools binstar channel. They can be installed using the conda tool. For example, to install the latest released version of Iris from binstar:

$ conda install -c SciTools iris

Further information on installing and using conda can be found at http://conda.pydata.org/docs/index.html and http://conda.pydata.org/docs/custom-channels.html.

Build recipes

A conda build recipe must contain the certain files. These are described in the conda build recipe reference documentation.

The build recipes in conda recipes SciTools are run automatically on Travis-CI and AppVeyor. These runs are initiated when:

  • A pull request against conda recipes SciTools is raised. The conda recipes relevant to the pull request are built for testing purposes only.
  • A pull request against conda recipes SciTools is merged. The recipes relevant to the merge are built and uploaded to the SciTools channel.

Updating an existing build recipe

Existing build recipes will need to be updated from time to time. This may be caused by:

  • a new version of the library being released, or
  • a bug being detected in the existing build.

If you are changing an existing recipe but not changing the release version of the library being built you must iterate the build number in the recipe's meta.yaml file:

build:
    - number: 1

Iterating the build number notifies the build environment that a new version of the recipe is available. This means the build will be run in the next execution of the conda recipes SciTools. The changes made to the build recipe will be included in the built library.

Building from a conda recipe

Building a SciTools conda recipe requires installing a version of conda and certain pre-requisite conda packages. These steps assume that you have cloned the source of this repo to a local directory:

  1. Download the version of Miniconda relevant to your Operating System from http://conda.pydata.org/miniconda.html.

  2. Update conda to the latest version:

    $ conda update conda
    
  3. Install the packages conda-build and binstar to the root conda environment:

    $ conda install -n root conda-build binstar
    

    These packages are necessary to build and upload the build recipe, respectively.

  4. If you are building on Windows you will also need Visual Studio and CMake. See also this very handy guide for more information.

  5. With the pre-requisites in place you can now build SciTools conda recipes. This step must take place in the local directory to which you cloned the source of this repo. To build a SciTools conda recipe, for example Iris:

    $ conda build iris
    

    This will run the commands specified by the meta.yaml and build.sh or bld.bat, whichever is relevant to your Operating System. Any build dependencies that also need to be built will be built automatically.

Note that runtime dependencies are not automatically built by conda. On account of this the conda recipe for pyepsg must be built before building the conda recipe for Cartopy.

Copyright and licence

(C) British Crown Copyright 2014, Met Office

This file is part of conda-recipes-scitools.

Iris is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Conda recipes SciTools is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with Conda recipes SciTools. If not, see http://www.gnu.org/licenses/.

About

⛔️ [DEPRECATED] Conda recipes for the SciTools anaconda channel. Please see conda-forge for a replacement.

Topics

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published