Skip to content

Commit

Permalink
Merge pull request #8 from regro-cf-autotick-bot/2.5.0
Browse files Browse the repository at this point in the history
adios2 v2.5.0
  • Loading branch information
ax3l authored Oct 3, 2019
2 parents 383f578 + 626bf04 commit e23c92f
Show file tree
Hide file tree
Showing 14 changed files with 251 additions and 148 deletions.
54 changes: 0 additions & 54 deletions .appveyor.yml

This file was deleted.

25 changes: 1 addition & 24 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .azure-pipelines/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

156 changes: 156 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
---
kind: pipeline
name: linux_aarch64_mpimpichpython3.6target_platformlinux-aarch64

platform:
os: linux
arch: arm64

steps:
- name: Install and build
image: condaforge/linux-anvil-aarch64
environment:
CONFIG: linux_aarch64_mpimpichpython3.6target_platformlinux-aarch64
UPLOAD_PACKAGES: True
PLATFORM: linux-aarch64
BINSTAR_TOKEN:
from_secret: BINSTAR_TOKEN
commands:
- export FEEDSTOCK_ROOT="$CI_WORKSPACE"
- export RECIPE_ROOT="$FEEDSTOCK_ROOT/recipe"
- export CI=drone
- export GIT_BRANCH="$DRONE_BRANCH"
- sed -i '$ichown -R conda:conda "$FEEDSTOCK_ROOT"' /opt/docker/bin/entrypoint
- /opt/docker/bin/entrypoint $FEEDSTOCK_ROOT/.drone/build_steps.sh
- echo "Done building"

---
kind: pipeline
name: linux_aarch64_mpimpichpython3.7target_platformlinux-aarch64

platform:
os: linux
arch: arm64

steps:
- name: Install and build
image: condaforge/linux-anvil-aarch64
environment:
CONFIG: linux_aarch64_mpimpichpython3.7target_platformlinux-aarch64
UPLOAD_PACKAGES: True
PLATFORM: linux-aarch64
BINSTAR_TOKEN:
from_secret: BINSTAR_TOKEN
commands:
- export FEEDSTOCK_ROOT="$CI_WORKSPACE"
- export RECIPE_ROOT="$FEEDSTOCK_ROOT/recipe"
- export CI=drone
- export GIT_BRANCH="$DRONE_BRANCH"
- sed -i '$ichown -R conda:conda "$FEEDSTOCK_ROOT"' /opt/docker/bin/entrypoint
- /opt/docker/bin/entrypoint $FEEDSTOCK_ROOT/.drone/build_steps.sh
- echo "Done building"

---
kind: pipeline
name: linux_aarch64_mpinompipython3.6target_platformlinux-aarch64

platform:
os: linux
arch: arm64

steps:
- name: Install and build
image: condaforge/linux-anvil-aarch64
environment:
CONFIG: linux_aarch64_mpinompipython3.6target_platformlinux-aarch64
UPLOAD_PACKAGES: True
PLATFORM: linux-aarch64
BINSTAR_TOKEN:
from_secret: BINSTAR_TOKEN
commands:
- export FEEDSTOCK_ROOT="$CI_WORKSPACE"
- export RECIPE_ROOT="$FEEDSTOCK_ROOT/recipe"
- export CI=drone
- export GIT_BRANCH="$DRONE_BRANCH"
- sed -i '$ichown -R conda:conda "$FEEDSTOCK_ROOT"' /opt/docker/bin/entrypoint
- /opt/docker/bin/entrypoint $FEEDSTOCK_ROOT/.drone/build_steps.sh
- echo "Done building"

---
kind: pipeline
name: linux_aarch64_mpinompipython3.7target_platformlinux-aarch64

platform:
os: linux
arch: arm64

steps:
- name: Install and build
image: condaforge/linux-anvil-aarch64
environment:
CONFIG: linux_aarch64_mpinompipython3.7target_platformlinux-aarch64
UPLOAD_PACKAGES: True
PLATFORM: linux-aarch64
BINSTAR_TOKEN:
from_secret: BINSTAR_TOKEN
commands:
- export FEEDSTOCK_ROOT="$CI_WORKSPACE"
- export RECIPE_ROOT="$FEEDSTOCK_ROOT/recipe"
- export CI=drone
- export GIT_BRANCH="$DRONE_BRANCH"
- sed -i '$ichown -R conda:conda "$FEEDSTOCK_ROOT"' /opt/docker/bin/entrypoint
- /opt/docker/bin/entrypoint $FEEDSTOCK_ROOT/.drone/build_steps.sh
- echo "Done building"

---
kind: pipeline
name: linux_aarch64_mpiopenmpipython3.6target_platformlinux-aarch64

platform:
os: linux
arch: arm64

steps:
- name: Install and build
image: condaforge/linux-anvil-aarch64
environment:
CONFIG: linux_aarch64_mpiopenmpipython3.6target_platformlinux-aarch64
UPLOAD_PACKAGES: True
PLATFORM: linux-aarch64
BINSTAR_TOKEN:
from_secret: BINSTAR_TOKEN
commands:
- export FEEDSTOCK_ROOT="$CI_WORKSPACE"
- export RECIPE_ROOT="$FEEDSTOCK_ROOT/recipe"
- export CI=drone
- export GIT_BRANCH="$DRONE_BRANCH"
- sed -i '$ichown -R conda:conda "$FEEDSTOCK_ROOT"' /opt/docker/bin/entrypoint
- /opt/docker/bin/entrypoint $FEEDSTOCK_ROOT/.drone/build_steps.sh
- echo "Done building"

---
kind: pipeline
name: linux_aarch64_mpiopenmpipython3.7target_platformlinux-aarch64

platform:
os: linux
arch: arm64

steps:
- name: Install and build
image: condaforge/linux-anvil-aarch64
environment:
CONFIG: linux_aarch64_mpiopenmpipython3.7target_platformlinux-aarch64
UPLOAD_PACKAGES: True
PLATFORM: linux-aarch64
BINSTAR_TOKEN:
from_secret: BINSTAR_TOKEN
commands:
- export FEEDSTOCK_ROOT="$CI_WORKSPACE"
- export RECIPE_ROOT="$FEEDSTOCK_ROOT/recipe"
- export CI=drone
- export GIT_BRANCH="$DRONE_BRANCH"
- sed -i '$ichown -R conda:conda "$FEEDSTOCK_ROOT"' /opt/docker/bin/entrypoint
- /opt/docker/bin/entrypoint $FEEDSTOCK_ROOT/.drone/build_steps.sh
- echo "Done building"

38 changes: 38 additions & 0 deletions .drone/build_steps.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env bash

# PLEASE NOTE: This script has been automatically generated by conda-smithy. Any changes here
# will be lost next time ``conda smithy rerender`` is run. If you would like to make permanent
# changes to this script, consider a proposal to conda-smithy so that other feedstocks can also
# benefit from the improvement.

set -xeuo pipefail
export PYTHONUNBUFFERED=1
export FEEDSTOCK_ROOT="${FEEDSTOCK_ROOT:-/home/conda/feedstock_root}"
export RECIPE_ROOT="${RECIPE_ROOT:-/home/conda/recipe_root}"
export CI_SUPPORT="${FEEDSTOCK_ROOT}/.ci_support"
export CONFIG_FILE="${CI_SUPPORT}/${CONFIG}.yaml"

cat >~/.condarc <<CONDARC
conda-build:
root-dir: ${FEEDSTOCK_ROOT}/build_artifacts
CONDARC

conda install --yes --quiet conda-forge-ci-setup=2 conda-build -c conda-forge

# set up the condarc
setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"

run_conda_forge_build_setup
# make the build number clobber
make_build_number "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"

conda build "${RECIPE_ROOT}" -m "${CI_SUPPORT}/${CONFIG}.yaml" \
--clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml"

if [[ "${UPLOAD_PACKAGES}" != "False" ]]; then
upload_package "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"
fi

touch "${FEEDSTOCK_ROOT}/build_artifacts/conda-forge-build-done-${CONFIG}"
15 changes: 15 additions & 0 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .travis/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

1 comment on commit e23c92f

@conda-forge-linter
Copy link

Choose a reason for hiding this comment

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

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Feel free to join the community chat room.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details here

Please sign in to comment.