Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Rebuild for libprotobuf318 #48

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-linux.yml

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

4 changes: 3 additions & 1 deletion .ci_support/linux_64_bla_vendorGeneric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ liblapack:
liblapacke:
- 3.8 *netlib
libprotobuf:
- '3.16'
- '3.18'
libxml2:
- '2.9'
lzo:
- '2'
mkl_devel:
- '2021'
pin_run_as_build:
arpack:
max_pin: x.x.x
Expand Down
4 changes: 3 additions & 1 deletion .ci_support/linux_64_bla_vendorIntel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ liblapack:
liblapacke:
- 3.8 *netlib
libprotobuf:
- '3.16'
- '3.18'
libxml2:
- '2.9'
lzo:
- '2'
mkl_devel:
- '2021'
pin_run_as_build:
arpack:
max_pin: x.x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ __migrator:
kind: version
migration_number: 1
libprotobuf:
- '3.16'
migrator_ts: 1620379043.9019938
- '3.18'
migrator_ts: 1631764220.7977521
4 changes: 3 additions & 1 deletion .ci_support/osx_64_bla_vendorGeneric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ liblapack:
liblapacke:
- 3.8 *netlib
libprotobuf:
- '3.16'
- '3.18'
libxml2:
- '2.9'
lzo:
- '2'
macos_machine:
- x86_64-apple-darwin13.4.0
mkl_devel:
- '2021'
pin_run_as_build:
arpack:
max_pin: x.x.x
Expand Down
4 changes: 3 additions & 1 deletion .ci_support/osx_64_bla_vendorIntel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ liblapack:
liblapacke:
- 3.8 *netlib
libprotobuf:
- '3.16'
- '3.18'
libxml2:
- '2.9'
lzo:
- '2'
macos_machine:
- x86_64-apple-darwin13.4.0
mkl_devel:
- '2021'
pin_run_as_build:
arpack:
max_pin: x.x.x
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ source:

{% set lc, vs, ve, prefix, parbuild = "\\", "$", "", "$PREFIX", "-j $CPU_COUNT" %} # [unix]
build:
number: 11
number: 12
skip: true # [win32 or win]
merge_build_host: true # [linux and bla_vendor == "Generic"]
script: |
Expand Down