Skip to content

Commit

Permalink
Merge pull request #21 from traversaro/patch-1
Browse files Browse the repository at this point in the history
Fix wrong bz2 dependency in Windows .pc pkg-config file
  • Loading branch information
wolfv committed Nov 13, 2020
2 parents e58e9d7 + 6dba323 commit 2f2be18
Show file tree
Hide file tree
Showing 23 changed files with 253 additions and 275 deletions.
54 changes: 0 additions & 54 deletions .appveyor.yml

This file was deleted.

23 changes: 16 additions & 7 deletions .azure-pipelines/azure-pipelines-linux.yml

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

71 changes: 12 additions & 59 deletions .azure-pipelines/azure-pipelines-osx.yml

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

59 changes: 32 additions & 27 deletions .azure-pipelines/azure-pipelines-win.yml

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

6 changes: 5 additions & 1 deletion .ci_support/linux_.yaml → .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,24 @@ c_compiler:
- gcc
c_compiler_version:
- '7'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
docker_image:
- condaforge/linux-anvil-comp7
openssl:
- 1.1.1a
- 1.1.1
pin_run_as_build:
bzip2:
max_pin: x
openssl:
max_pin: x.x.x
zlib:
max_pin: x.x
target_platform:
- linux-64
zlib:
- '1.2'
8 changes: 4 additions & 4 deletions .ci_support/osx_.yaml → .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ bzip2:
c_compiler:
- clang
c_compiler_version:
- '4'
- '10'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
openssl:
- 1.1.1a
- 1.1.1
pin_run_as_build:
bzip2:
max_pin: x
openssl:
max_pin: x.x.x
zlib:
max_pin: x.x
target_platform:
- osx-64
zlib:
- '1.2'
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
bzip2:
- '1'
c_compiler:
- vs2008
- vs2017
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
openssl:
- 1.1.1a
- 1.1.1
pin_run_as_build:
bzip2:
max_pin: x
openssl:
max_pin: x.x.x
zlib:
max_pin: x.x
target_platform:
- win-64
zlib:
- '1.2'
19 changes: 0 additions & 19 deletions .ci_support/win_c_compilervs2015.yaml

This file was deleted.

Loading

1 comment on commit 2f2be18

@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.

  • @traversaro was added to this feedstock maintenance team.

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.