Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Pin conda-build to version 1.x #27

Merged
merged 6 commits into from
Aug 31, 2016
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: conda-forge-build-setup
version: 3.1.1
version: 3.1.2

build:
number: 0
Expand Down
3 changes: 3 additions & 0 deletions recipe/run_conda_forge_build_setup_linux
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ conda config --set add_pip_as_python_dependency false
conda update -n root --yes --quiet conda conda-build
conda install -n root --yes --quiet jinja2 anaconda-client

# KLUDGE to work around changes in conda-build 2.0.0
conda install -n root --yes --quiet conda-build=1

conda info
conda config --get
3 changes: 3 additions & 0 deletions recipe/run_conda_forge_build_setup_osx
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ conda config --set add_pip_as_python_dependency false
conda update -n root --yes --quiet conda
conda install -n root --yes --quiet jinja2 conda-build anaconda-client

# KLUDGE to work around changes in conda-build 2.0.0
conda install -n root --yes --quiet conda-build=1

conda info
conda config --get
3 changes: 3 additions & 0 deletions recipe/run_conda_forge_build_setup_win
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ conda config --set add_pip_as_python_dependency false
conda update -n root --yes --quiet conda
conda install -n root --yes --quiet jinja2 conda-build anaconda-client

# KLUDGE to work around changes in conda-build 2.0.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# -> ::

conda install -n root --yes --quiet conda-build=1

conda info
conda config --get