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

Commit

Permalink
Merge pull request #108 from pelson/biggus_update
Browse files Browse the repository at this point in the history
Updated biggus, and pinned down to 27 and 34 builds. Python 3.5 needs to be done as a subsequent PR.
  • Loading branch information
pelson committed Sep 16, 2015
2 parents e2696a4 + 15636b6 commit 616e9e5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ install:
- obvci_install_conda_build_tools.py

script:
- obvci_conda_build_dir.py ./ SciTools --channel main --build-condition "numpy >=1.8" "python >=2.7,<3|>=3.4"
- obvci_conda_build_dir.py ./ SciTools --channel main --build-condition "numpy >=1.8" "python >=2.7,<3|>=3.4,<3.5"

4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ environment:
PY_CONDITION: "python >=2.7,<3"
- TARGET_ARCH: "x86"
CONDA_PY: "34"
PY_CONDITION: "python >=3.4"
PY_CONDITION: "python >=3.4,<3.5"
- TARGET_ARCH: "x64"
CONDA_PY: "27"
PY_CONDITION: "python >=2.7,<3"
- TARGET_ARCH: "x64"
CONDA_PY: "34"
PY_CONDITION: "python >=3.4"
PY_CONDITION: "python >=3.4,<3.5"

# We always use a 64-bit machine, but can build x86 distributions
# with the TARGET_ARCH variable (which is used by CMD_IN_ENV).
Expand Down
4 changes: 2 additions & 2 deletions biggus/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: biggus
version: "0.11.0"
version: "0.12.0"

source:
git_url: https://github.com/SciTools/biggus.git
git_tag: v0.11.0
git_tag: v0.12.0

build:
number: 0
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ conda info
unset LANG
yum install -y expat-devel git autoconf libtool texinfo check-devel
obvci_conda_build_dir.py /conda-recipes $UPLOAD_OWNER --build-condition "numpy >=1.8" "python >=2.7,<3|>=3.4"
obvci_conda_build_dir.py /conda-recipes $UPLOAD_OWNER --build-condition "numpy >=1.8" "python >=2.7,<3|>=3.4,<3.5"
EOF

0 comments on commit 616e9e5

Please sign in to comment.