-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from isuruf/compiler
Add toolchain cb3 compilers
- Loading branch information
Showing
21 changed files
with
161 additions
and
53 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
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 @@ | ||
This file is automatically generated by conda-smithy. To change any matrix elements, you should change conda-smithy's input conda_build_config.yaml and re-render the recipe, rather than editing these files directly. |
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 @@ | ||
{} |
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,6 @@ | ||
MACOSX_DEPLOYMENT_TARGET: | ||
- '10.9' | ||
macos_machine: | ||
- x86_64-apple-darwin13.4.0 | ||
macos_min_version: | ||
- '10.9' |
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 @@ | ||
{} |
File renamed without changes.
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,24 +1,26 @@ | ||
version: 2 | ||
|
||
jobs: | ||
build: | ||
build_linux_: | ||
working_directory: ~/test | ||
machine: true | ||
environment: | ||
- CONFIG: "linux_" | ||
steps: | ||
- checkout | ||
- run: | ||
name: Fast finish outdated PRs and merge PRs | ||
command: | | ||
./ci_support/fast_finish_ci_pr_build.sh | ||
./ci_support/checkout_merge_commit.sh | ||
./.circleci/fast_finish_ci_pr_build.sh | ||
./.circleci/checkout_merge_commit.sh | ||
- run: | ||
command: docker pull condaforge/linux-anvil | ||
- run: | ||
# Run, test and (if we have a BINSTAR_TOKEN) upload the distributions. | ||
command: ./ci_support/run_docker_build.sh | ||
command: ./.circleci/run_docker_build.sh | ||
|
||
workflows: | ||
version: 2 | ||
build_and_test: | ||
jobs: | ||
- build | ||
- build_linux_ |
2 changes: 1 addition & 1 deletion
2
ci_support/fast_finish_ci_pr_build.sh → .circleci/fast_finish_ci_pr_build.sh
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,4 +1,4 @@ | ||
#!/bin/bash | ||
|
||
curl https://raw.githubusercontent.com/conda-forge/conda-forge-build-setup-feedstock/master/recipe/ff_ci_pr_build.py | \ | ||
curl https://raw.githubusercontent.com/conda-forge/conda-forge-ci-setup-feedstock/master/recipe/ff_ci_pr_build.py | \ | ||
python - -v --ci "circle" "${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}" "${CIRCLE_BUILD_NUM}" "${CIRCLE_PR_NUMBER}" |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Thanks for your interest in helping out conda-forge. | ||
|
||
Whether you are brand new or a seasoned maintainer, we always appreciate | ||
feedback from the community about how we can improve conda-forge. If you | ||
are submitting a PR or issue, please fill out the respective template. Should | ||
any questions arise please feel free to ask the maintainer team of the | ||
respective feedstock or reach out to `@conda-forge/core` for more complex | ||
issues. | ||
|
||
In the case of any issues reported, please be sure to demonstrate the relevant | ||
issue (even if it is an absence of a feature). Providing this information will | ||
help busy maintainers understand what it is you hope to accomplish. Also this | ||
will help provide them clues as to what might be going wrong. These examples | ||
can also be reused as tests in the build to ensure further packages meet these | ||
criteria. This is requested to help you get timely and relevant feedback. :) |
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,25 @@ | ||
<!-- | ||
Thanks for reporting your issue. | ||
Please fill out the sections below. | ||
--> | ||
Issue: | ||
|
||
<br/> | ||
Environment (<code>conda list</code>): | ||
<details> | ||
|
||
``` | ||
$ conda list | ||
``` | ||
</details> | ||
|
||
<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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!-- | ||
Thank you for pull request. | ||
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 | ||
* [ ] Bumped the build number (if the version is unchanged) | ||
* [ ] Reset the build number to `0` (if the version changed) | ||
* [ ] [Re-rendered]( https://conda-forge.org/docs/conda_smithy.html#how-to-re-render ) with the latest `conda-smithy` | ||
* [ ] 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
*.pyc | ||
|
||
build_artefacts | ||
build_artifacts |
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
Empty file.
Empty file.
File renamed without changes.
File renamed without changes.
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