Skip to content

Commit 32fbb9c

Browse files
committed
BLD: Updated conda recipe to point to tag
1 parent 73ccc72 commit 32fbb9c

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

conda-recipes/ocgis/meta.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ package:
33
version: 1.2.1
44

55
source:
6-
# git_url: https://github.com/NCPP/ocgis.git
7-
# git_tag: v1.2.1
8-
# tdk: rever to tag when tagged
9-
path: /ocgis
6+
git_url: https://github.com/NCPP/ocgis.git
7+
git_tag: v1.2.1
108

119
build:
1210
number: 0

doc/install.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,13 @@ An `Anaconda <https://store.continuum.io/cshop/anaconda/>`_ Python package is av
8686

8787
.. code-block:: sh
8888
89-
conda install -c nesii/channel/ocgis ocgis
89+
conda install -c nesii/channel/ocgis ocgis==1.2.1
9090
9191
Due to an issue with Anaconda's package solver, ESMPy must be installed separately.
9292

9393
.. code-block:: sh
9494
95-
conda install -c nesii esmpy==6.3.0rp1
96-
conda install -c nesii/channel/ocgis ocgis
95+
conda install -c nesii/channel/ocgis -c nesii ocgis==1.2.1 esmpy==6.3.0rp1
9796
9897
Build recipes may be found in the `conda-esmf GitHub repository <https://github.com/NESII/conda-esmf>`_.
9998

0 commit comments

Comments
 (0)