Skip to content

Commit 5d38aa3

Browse files
committed
Modified how variants are handled for conda package.
1 parent 62ef2b6 commit 5d38aa3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

python/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ if [ "$CONDA" == "YES" ]; then
163163
cp build.sh.in ../build.sh
164164
cp conda_build_config.yaml.in ../conda_build_config.yaml
165165
cd ..
166-
conda-build . --python=3.6 --python=3.7 --python=3.8
166+
conda-build .
167167
cd python
168168

169169
fi

python/meta.yaml.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ package:
88
source:
99
path: .
1010

11+
build:
12+
string: _py{{ python | replace(".", "") }}
13+
1114
requirements:
1215
host:
1316
- python {{ python }}

0 commit comments

Comments
 (0)