Skip to content

Commit

Permalink
Merge pull request #21 from regro-cf-autotick-bot/2.4.121_h521c83
Browse files Browse the repository at this point in the history
libdrm v2.4.121
  • Loading branch information
hmaarrfk authored Jun 20, 2024
2 parents c94196e + 19b921d commit af4c7cc
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 11 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

7 changes: 7 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -12,3 +16,6 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
7 changes: 7 additions & 0 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -16,3 +20,6 @@ docker_image:
- quay.io/condaforge/linux-anvil-aarch64
target_platform:
- linux-aarch64
zip_keys:
- - c_stdlib_version
- cdt_name
7 changes: 7 additions & 0 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -12,3 +16,6 @@ docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
target_platform:
- linux-ppc64le
zip_keys:
- - c_stdlib_version
- cdt_name
4 changes: 2 additions & 2 deletions .gitattributes

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

13 changes: 10 additions & 3 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .travis.yml

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

5 changes: 3 additions & 2 deletions build-locally.py

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

5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "libdrm" %}
{% set version = "2.4.120" %}
{% set version = "2.4.121" %}

# http://www.linuxfromscratch.org/blfs/view/8.2/x/libdrm.html

Expand All @@ -9,7 +9,7 @@ package:

source:
url: https://gitlab.freedesktop.org/mesa/drm/-/archive/libdrm-{{ version }}/drm-libdrm-{{ version }}.tar.gz
sha256: 66b40c776704145d8550c294bcea357ca2dafcc814aa5b48cff0dc57af174b16
sha256: a733c691080f13da94d830060e5139b6e3099a413f919a6b152c0f5020099dcb
patches:
# https://gitlab.freedesktop.org/mesa/drm/-/issues/72
- link_rt.patch
Expand All @@ -23,6 +23,7 @@ build:
requirements:
build:
- {{ compiler('c') }}
- {{ stdlib("c") }}
- meson
host:
- libpciaccess
Expand Down

0 comments on commit af4c7cc

Please sign in to comment.