amdvlk: update to 2020.Q1.2.
This commit is contained in:
parent
df5f580dc7
commit
6f98dfa8bc
2 changed files with 23 additions and 21 deletions
|
@ -1,13 +1,5 @@
|
||||||
--- pal/shared/gpuopen/cmake/AMD.cmake 2019-10-18 11:06:42.000000000 +0200
|
--- pal/shared/gpuopen/cmake/AMD.cmake 2019-10-18 11:06:42.000000000 +0200
|
||||||
+++ - 2019-10-29 19:06:00.059615384 +0100
|
+++ - 2019-10-29 19:06:00.059615384 +0100
|
||||||
@@ -89,6 +89,7 @@
|
|
||||||
-fno-exceptions # Disable exception handling support.
|
|
||||||
-fno-rtti # Disable run-time type information support.
|
|
||||||
-fno-math-errno # Single instruction math operations do not set ERRNO.
|
|
||||||
+ -Wno-error=deprecated-copy
|
|
||||||
)
|
|
||||||
|
|
||||||
elseif(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
|
|
||||||
@@ -119,6 +120,7 @@
|
@@ -119,6 +120,7 @@
|
||||||
-Wall # Enable warnings about questionable language constructs.
|
-Wall # Enable warnings about questionable language constructs.
|
||||||
-Wextra # Enable extra warnings that are not enabled by -Wall.
|
-Wextra # Enable extra warnings that are not enabled by -Wall.
|
||||||
|
@ -16,3 +8,13 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
elseif(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
|
elseif(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
|
||||||
|
--- pal/shared/gpuopen/cmake/AMD.cmake 2020-02-22 23:54:22.199302309 +0100
|
||||||
|
+++ - 2020-02-22 23:55:03.296546762 +0100
|
||||||
|
@@ -94,6 +94,7 @@
|
||||||
|
-fno-math-errno # Single instruction math operations do not set ERRNO.
|
||||||
|
-fvisibility=hidden # Hide export symbols by default
|
||||||
|
-fvisibility-inlines-hidden # Also hide inline export symbols
|
||||||
|
+ -Wno-error=deprecated-copy
|
||||||
|
)
|
||||||
|
|
||||||
|
elseif(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'amdvlk'
|
# Template file for 'amdvlk'
|
||||||
pkgname=amdvlk
|
pkgname=amdvlk
|
||||||
version=2019.Q4.5
|
version=2020.Q1.2
|
||||||
revision=1
|
revision=1
|
||||||
_llpc_commit=2efe41812964c88aa38a80c66939ce44ae493fd4
|
_llpc_commit=f5268c3f6f906a3ae430a1aada7f54f70df091e8
|
||||||
_xgl_commit=7e13a8bd0bb57d3cfb3bc014f6b26a8c9bb8bfd9
|
_xgl_commit=8024f27f9457e3235bf4fcde0d2879bbaae7b0f2
|
||||||
_pal_commit=40af910391fb8c287cb37bf520c41310bf88d405
|
_pal_commit=45f531beaf2c2b0bc2272e63a2da0022f1b07ccf
|
||||||
_llvm_project_commit=40fbaf4c5446a361269c241d9112fff26575b5d0
|
_llvm_project_commit=a163b38723cbc05f3014d4eaa1936c82bbfbf3ea
|
||||||
_spvgen_commit=ce06cb5e3116ba77a22c3278dfeadfd865a8977c
|
_spvgen_commit=e9b2bc3a889ed6ac4f5a47b6c4c58460988e352e
|
||||||
_MetroHash_commit=2b6fee002db6cc92345b02aeee963ebaaf4c0e2f
|
_MetroHash_commit=2b6fee002db6cc92345b02aeee963ebaaf4c0e2f
|
||||||
_CWPack_commit=b601c88aeca7a7b08becb3d32709de383c8ee428
|
_CWPack_commit=b601c88aeca7a7b08becb3d32709de383c8ee428
|
||||||
archs="i686* x86_64*"
|
archs="i686* x86_64*"
|
||||||
|
@ -17,7 +17,7 @@ configure_args="-DBUILD_WAYLAND_SUPPORT=ON
|
||||||
-DXGL_METROHASH_PATH=../../metrohash
|
-DXGL_METROHASH_PATH=../../metrohash
|
||||||
-DXGL_CWPACK_PATH=../../cwpack"
|
-DXGL_CWPACK_PATH=../../cwpack"
|
||||||
hostmakedepends="pkg-config python3 perl"
|
hostmakedepends="pkg-config python3 perl"
|
||||||
makedepends="libxml2-devel xorg-server-devel libXrandr-devel"
|
makedepends="libxml2-devel xorg-server-devel libXrandr-devel libffi-devel"
|
||||||
depends="vulkan-loader"
|
depends="vulkan-loader"
|
||||||
short_desc="AMD Open Source Driver For Vulkan"
|
short_desc="AMD Open Source Driver For Vulkan"
|
||||||
maintainer="John <johnz@posteo.net>"
|
maintainer="John <johnz@posteo.net>"
|
||||||
|
@ -31,12 +31,12 @@ distfiles="https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${version}.tar.gz
|
||||||
https://github.com/GPUOpen-Drivers/spvgen/archive/${_spvgen_commit}.tar.gz
|
https://github.com/GPUOpen-Drivers/spvgen/archive/${_spvgen_commit}.tar.gz
|
||||||
https://github.com/GPUOpen-Drivers/MetroHash/archive/${_MetroHash_commit}.tar.gz
|
https://github.com/GPUOpen-Drivers/MetroHash/archive/${_MetroHash_commit}.tar.gz
|
||||||
https://github.com/GPUOpen-Drivers/CWPack/archive/${_CWPack_commit}.tar.gz"
|
https://github.com/GPUOpen-Drivers/CWPack/archive/${_CWPack_commit}.tar.gz"
|
||||||
checksum="153241810c1edc00717a6e0d02f1178de29994387bf296356f7cfd8aae472467
|
checksum="4efa42755db31b4c0663757a42d9e624f6d79038bafe621735c1020cf98862fa
|
||||||
4784fc36a20fd1bbba735850d5f4158141a259323f40d12f50212c89f6a8d782
|
c0cc57bfd962f061deea21684086fee93ff05f98a411082f8017097534cff53a
|
||||||
126a808f4b97f77a05e3691c86f8c9bbb899632644606dd0b193913df27db53c
|
bd4f8ee2e9d8f034849050a1696aa1a0999552688147ebe58ef529cbb51c9b51
|
||||||
98c9b26dbd762ac02ec3fdb37df404fbe9defbe00598cba38d88be0f930c5d61
|
b42d1285b52aed10e6bb2d58aa71e79ed1cd02a3cb53df20dc6e440e14053cb4
|
||||||
6f469cac7c2deaff595cd689a83067da6cfbee0f97362f6fa9f6c50b5bb23b56
|
616f31c857fa925f9074404204bfd0541582efd6e499da59d107ea5ac84fbf32
|
||||||
cc7d224612c4f3c369aac9511b77ce09473f62b95a41dac6b1cfb7ab7d080b03
|
3dc82f3f60b449f7a6a461e893a388d6561377ab24dc4f7939a73927beb70ce4
|
||||||
e8ecf026584dd953e39c3abba2eb04d28b28ed4577482ee70265f0d421fef398
|
e8ecf026584dd953e39c3abba2eb04d28b28ed4577482ee70265f0d421fef398
|
||||||
58ca397f33d62bcfecaecd89eb4ad466a6c33e1c619e5cf742822074f1f7d664"
|
58ca397f33d62bcfecaecd89eb4ad466a6c33e1c619e5cf742822074f1f7d664"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue