--- /srv/reproducible-results/rbuild-debian/r-b-build.jYVWn7EY/b1/clblast_1.6.3-1_amd64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.jYVWn7EY/b2/clblast_1.6.3-1_amd64.changes ├── Files │ @@ -1,8 +1,8 @@ │ │ 87d77a998530f94172a367de7f7ee134 124935860 debug optional clblast-tests-dbgsym_1.6.3-1_amd64.deb │ 1ac9ec989e761525486a00636a3fce38 2807700 math optional clblast-tests_1.6.3-1_amd64.deb │ 8861bfcb8467acb0f73fcd8826c1e36a 28907336 debug optional clblast-utils-dbgsym_1.6.3-1_amd64.deb │ 0b673b40d04f356f55456e17c54399da 715276 math optional clblast-utils_1.6.3-1_amd64.deb │ - 00a5872ac4b6f997969cc97bfbb18523 1085136 libdevel optional libclblast-dev_1.6.3-1_amd64.deb │ + c691a315a490a1238ab3966ed6a7232b 1084340 libdevel optional libclblast-dev_1.6.3-1_amd64.deb │ 198202b5a9a4a3abefee0b03f00de159 14621716 debug optional libclblast1-dbgsym_1.6.3-1_amd64.deb │ 14e97254c395d635d336f327b90202d6 968968 libs optional libclblast1_1.6.3-1_amd64.deb ├── libclblast-dev_1.6.3-1_amd64.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2024-06-14 05:57:08.000000 debian-binary │ │ -rw-r--r-- 0 0 0 1120 2024-06-14 05:57:08.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 1083824 2024-06-14 05:57:08.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 1083028 2024-06-14 05:57:08.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/lib/x86_64-linux-gnu/cmake/CLBlast/CLBlastConfig.cmake │ │ │ │ @@ -62,15 +62,15 @@ │ │ │ │ get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) │ │ │ │ get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) │ │ │ │ if(_IMPORT_PREFIX STREQUAL "/") │ │ │ │ set(_IMPORT_PREFIX "") │ │ │ │ endif() │ │ │ │ │ │ │ │ # Create imported target clblast │ │ │ │ -add_library(clblast STATIC IMPORTED) │ │ │ │ +add_library(clblast SHARED IMPORTED) │ │ │ │ │ │ │ │ set_target_properties(clblast PROPERTIES │ │ │ │ INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;/usr/include" │ │ │ │ ) │ │ │ │ │ │ │ │ # Load information for each installed configuration. │ │ │ │ file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/CLBlastConfig-*.cmake")