amdvlk: update to 2019.Q2.5.

This commit is contained in:
John 2019-06-10 19:18:42 +02:00
parent 9cc41403cc
commit f490b43dd4
No known key found for this signature in database
GPG key ID: 778558807E4FFC55
2 changed files with 16 additions and 17 deletions

View file

@ -35,17 +35,16 @@ index df54bfe..55d707c 100644
#include <stdio.h>
#include <stdlib.h>
--- pal/shared/gpuopen/CMakeLists.txt 2019-03-04 16:34:47.139749973 +0100
+++ - 2019-03-04 17:31:07.508510970 +0100
@@ -119,7 +119,10 @@
--- pal/shared/gpuopen/CMakeLists.txt 2019-06-06 14:52:37.000000000 +0200
+++ - 2019-06-10 19:23:05.932195923 +0200
@@ -72,6 +72,10 @@
set(THREADS_PREFER_PTHREAD_FLAG ON)
find_package(Threads REQUIRED)
target_link_libraries(${GPUOPEN_LIB_NAME} Threads::Threads)
-
+ check_symbol_exists(seed48_r stdlib.h HAVE_RAND48)
+ if(NOT HAVE_RAND48)
+ target_link_libraries(${GPUOPEN_LIB_NAME} rand48_r)
+ endif()
if(CMAKE_CXX_COMPILER_ID MATCHES "^(GNU|(Apple)?Clang)$")
target_compile_options(${GPUOPEN_LIB_NAME} PRIVATE
-fno-exceptions
endif()
### Build Defines ######################################################################################################

View file

@ -1,11 +1,11 @@
# Template file for 'amdvlk'
pkgname=amdvlk
version=2019.Q2.4
version=2019.Q2.5
revision=1
_llpc_commit=b153a902b0a574fb0ab2356c87c3446d9a9d80b2
_xgl_commit=4d91a4045078cf6884ee05007eac9eec2b881dbb
_pal_commit=9a1f99f049f3b417242dc7c09b86c52fd7d9ceaf
_llvm_commit=4305f776f1207189667a383e22661ccd1e99cd25
_llpc_commit=ddb909580e9996356c3bbe23bc1b14c44987eb4c
_xgl_commit=96d84068b622b2c3ce8cf9aa8ff597260aa5ad3f
_pal_commit=135258ac31901e1293fea5e2f599659ee438ba1f
_llvm_commit=b9910c8bfcccc63c07c959963fa567120d11f024
_wsa_commit=f558403d3292039de4d17334e562bda58abfc72c
_spvgen_commit=64013f150c2d41965a3d36fa159b55fba52b727a
archs="i686* x86_64*"
@ -27,11 +27,11 @@ distfiles="https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${version}.tar.gz
https://github.com/GPUOpen-Drivers/llvm/archive/${_llvm_commit}.tar.gz
https://github.com/GPUOpen-Drivers/wsa/archive/${_wsa_commit}.tar.gz
https://github.com/GPUOpen-Drivers/spvgen/archive/${_spvgen_commit}.tar.gz"
checksum="24e78dfc6b4f16da6ab158e27d35671b6873fa515d36f918a36b77cb664c5238
ffe19cb54421720cede69b23bcbfd6fa076f007101b2ec2a7a04fc4fc1ad9e1c
b4980757d848dff0b7060a25f38fa11a948c76fc6c4e6c201900552958a5ec22
1982ebf4260fa36a354b2eb0dff485f685f669fc211f98a0902b559b7bac9fb0
139d391fe0f31a6e3ae1862260506f5ffa9bb6320186bc5a9b380f9c3ac0162e
checksum="4017d5ef9deacbbe0d1d952ce9f79242212f1ac94c39ed4daf267cb703618974
32e6f6e330a7ff82bd7840e43a81d7950878c9eae93f0e1e376c37c27426c244
49f6cfd63f89db1a2cbf1bb5be882919af45443e057efb1715785e0983b3cd32
dfebaf29c6dedb9c6fcbe4d02407a4267703aa7ae570d105ef146f2df455486f
8b0052682f0665e18ea3f4b7a9b533dce95949c366c0d82a9e388056706383ae
b23e9453fa7b14bb13157fb645936ec74b18b12cdef301758452a92b23f27705
01b156285b25c4f84fc098f334b3959d8fd1d7f77589618449288506eadb92d4"
nocross=yes