forked from conda-forge/libjpeg-turbo-feedstock
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MNT: Re-rendered with conda-smithy 3.1.9 and pinning 2018.07.24
- Loading branch information
Showing
7 changed files
with
87 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
c_compiler: | ||
- toolchain_c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
#!/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 | ||
|
||
cat >~/.condarc <<CONDARC | ||
channels: | ||
- loopbio | ||
- conda-forge | ||
- defaults | ||
conda-build: | ||
root-dir: /home/conda/feedstock_root/build_artifacts | ||
show_channel_urls: true | ||
CONDARC | ||
|
||
# A lock sometimes occurs with incomplete builds. The lock file is stored in build_artifacts. | ||
conda clean --lock | ||
|
||
conda install --yes --quiet conda-forge-ci-setup=1 conda-build | ||
source run_conda_forge_build_setup | ||
|
||
conda build /home/conda/recipe_root -m /home/conda/feedstock_root/.ci_support/${CONFIG}.yaml --quiet | ||
upload_or_check_non_existence /home/conda/recipe_root loopbio --channel=main -m /home/conda/feedstock_root/.ci_support/${CONFIG}.yaml | ||
|
||
touch "/home/conda/feedstock_root/build_artifacts/conda-forge-build-done-${CONFIG}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,25 @@ | ||
<!-- | ||
Thanks for reporting your issue. | ||
|
||
|
||
Please fill out the sections below. | ||
--> | ||
Issue: | ||
|
||
|
||
Example (code snippet, shell command, or screenshot): | ||
|
||
<details> | ||
|
||
|
||
|
||
</details> | ||
|
||
<br> | ||
Environment (`conda env export`): | ||
<br> | ||
<br> | ||
|
||
<br/> | ||
Environment (<code>conda list</code>): | ||
<details> | ||
|
||
```yaml | ||
name: test | ||
channels: | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
# Please fill these in. :) | ||
- | ||
``` | ||
$ conda list | ||
``` | ||
</details> | ||
|
||
<br> | ||
Details about `conda` and system (`conda info`): | ||
<br> | ||
<br> | ||
|
||
<br/> | ||
Details about <code>conda</code> and system ( <code>conda info</code> ): | ||
<details> | ||
|
||
``` | ||
$ conda info | ||
``` | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
<!-- | ||
Thank you for pull request. | ||
|
||
Below are a few things we ask you kindly to self-check before getting a review. | ||
|
||
Below are a few things we ask you kindly to self-check before getting a review. Remove checks that are not relevant. | ||
--> | ||
Checklist | ||
* [ ] Used a fork of the feedstock to propose changes | ||
* [ ] Bump the build number (if the version is unchanged) | ||
* [ ] Bumped the build number (if the version is unchanged) | ||
* [ ] Reset the build number to `0` (if the version changed) | ||
* [ ] [Re-render]( https://conda-forge.org/docs/conda_smithy.html#how-to-re-render ) with the latest `conda-smithy` | ||
* [ ] Ensure the license file is being packaged. | ||
* [ ] [Re-rendered]( https://conda-forge.org/docs/conda_smithy.html#how-to-re-render ) with the latest `conda-smithy` (`@conda-forge-admin, please rerender`) | ||
* [ ] Ensured the license file is being packaged. | ||
|
||
<!-- | ||
Please note any issues this fixes using [closing keywords]( https://help.github.com/articles/closing-issues-using-keywords/ ): | ||
--> | ||
|
||
|
||
|
||
<!-- | ||
Please add any other relevant info below: | ||
|
||
|
||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters