File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,8 @@ package:
3
3
version : 1.2.1
4
4
5
5
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
10
8
11
9
build :
12
10
number : 0
Original file line number Diff line number Diff line change @@ -86,14 +86,13 @@ An `Anaconda <https://store.continuum.io/cshop/anaconda/>`_ Python package is av
86
86
87
87
.. code-block :: sh
88
88
89
- conda install -c nesii/channel/ocgis ocgis
89
+ conda install -c nesii/channel/ocgis ocgis==1.2.1
90
90
91
91
Due to an issue with Anaconda's package solver, ESMPy must be installed separately.
92
92
93
93
.. code-block :: sh
94
94
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
97
96
98
97
Build recipes may be found in the `conda-esmf GitHub repository <https://github.com/NESII/conda-esmf >`_.
99
98
You can’t perform that action at this time.
0 commit comments