Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jul 1, 2021
2 parents 358323e + 009b8e4 commit 922dbd7
Show file tree
Hide file tree
Showing 8 changed files with 79 additions and 29 deletions.
3 changes: 3 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ pin_run_as_build:
max_pin: x.x.x
target_platform:
- linux-64
zip_keys:
- - cdt_name
- docker_image
22 changes: 19 additions & 3 deletions .scripts/build_steps.sh

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

30 changes: 30 additions & 0 deletions .scripts/logging_utils.sh

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

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

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

34 changes: 16 additions & 18 deletions .scripts/run_osx_build.sh

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

2 changes: 1 addition & 1 deletion LICENSE.txt

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

4 changes: 2 additions & 2 deletions README.md

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

7 changes: 2 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{% set name = "blis" %}
{% set version = "0.8.0" %}
{% set version = "0.8.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/flame/blis/archive/{{ version }}.tar.gz
sha256: 5e05868c4a6cf5032a7492f8861653e939a8f907a4fa524bbb6e14394e170a3d
patches:
# upstreamed already (commit 787adad73b); can be dropped on next release
- patches/xerbla.patch
sha256: 729694128719801e82fae7b5f2489ab73e4a467f46271beff09588c9265a697b

build:
number: 0
Expand Down

0 comments on commit 922dbd7

Please sign in to comment.