Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libprotobuf v3.12.0 #53

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .azure-pipelines/azure-pipelines-linux.yml

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

66 changes: 8 additions & 58 deletions .azure-pipelines/azure-pipelines-osx.yml

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

44 changes: 22 additions & 22 deletions .azure-pipelines/azure-pipelines-win.yml

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

Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
c_compiler:
- vs2015
- vs2017
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- vs2015
- vs2017
pin_run_as_build:
vc:
max_pin: x
zlib:
max_pin: x.x
vc:
- '14'
zip_keys:
- - vc
- c_compiler
- cxx_compiler
zlib:
- '1.2'
2 changes: 1 addition & 1 deletion .drone.yml

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

2 changes: 1 addition & 1 deletion .gitattributes

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

2 changes: 1 addition & 1 deletion .scripts/build_steps.sh

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

6 changes: 4 additions & 2 deletions .scripts/run_docker_build.sh

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

55 changes: 55 additions & 0 deletions .scripts/run_osx_build.sh

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

8 changes: 4 additions & 4 deletions README.md

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

10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "3.11.4" %}
{% set version = "3.12.0" %}

package:
name: libprotobuf
version: {{ version }}

source:
- url: https://github.com/google/protobuf/archive/v{{ version }}/libprotobuf-v{{ version }}.tar.gz
sha256: a79d19dcdf9139fa4b81206e318e33d245c4c9da1ffed21c87288ed4380426f9
sha256: 946ba5371e423e1220d2cbefc1f65e69a1e81ca5bab62a03d66894172983cfcd
patches:
- 0001-remove-Werror-from-test-flags.patch # [ppc64le or aarch64]
# these are git submodules from the 3.10.1 release
Expand All @@ -19,9 +19,9 @@ source:
folder: third_party/googletest

build:
number: 1
number: 0
# Requires C++ 11, VS 2008 is not supported
skip: True # [win and vc<14]
skip: true # [win and vc<14]
run_exports:
# breaks backwards compatibility and new SONAME each minor release
# https://abi-laboratory.pro/tracker/timeline/protobuf/
Expand Down Expand Up @@ -53,7 +53,7 @@ about:
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: "Protocol Buffers - Google's data interchange format. C++ Libraries and protoc, the protobuf compiler."
summary: Protocol Buffers - Google's data interchange format. C++ Libraries and protoc, the protobuf compiler.
description: |
Protocol buffers are Google's language-neutral,
platform-neutral, extensible mechanism for serializing structured data-
Expand Down