Changes between Initial Version and Version 1 of Ticket #68201


Ignore:
Timestamp:
Sep 20, 2023, 10:00:53 AM (12 months ago)
Author:
jmroot (Joshua Root)
Comment:

The repo moved from xianyi to OpenMathLib, which changes the directory name in the legacy tarball. This will have to be handled as a stealth update, and at the same time OpenBLAS should be changed to use github.tarball_from releases and OpenBLAS-devel to use github.tarball_from archive, so this can't happen again.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68201

    • Property Cc michaelld catap added
    • Property Owner set to NicosPavlov
    • Property Status changed from new to assigned
  • Ticket #68201 – Description

    initial v1  
    66- port upgrade OpenBLAS
    77I receive the message:
     8{{{
    89--->  Verifying checksums for OpenBLAS                                                       
    910Error: Checksum (rmd160) mismatch for OpenBLAS-0.3.24.tar.gz
     
    1112Error: Checksum (size) mismatch for OpenBLAS-0.3.24.tar.gz
    1213Error: Failed to checksum OpenBLAS: Unable to verify file checksums
    13 
     14}}}
    1415The file was fetched from https://codeload.github.com/xianyi/OpenBLAS/legacy.tar.gz/v0.3.24?dummy=
    1516The file is not corrupted as I was able to manually open the tgz file without any error. I have not seen any trace of stealth update (all files and directory at the root of the archive have the same date of 3 sep 22:58).
    1617
    1718In the log, the whole part about checksum is:
    18 
     19{{{
    1920:info:checksum --->  Checksumming OpenBLAS-0.3.24.tar.gz
    2021:debug:checksum Calculated (rmd160) is 85f2e73faae1137cfbac26d9c5b96246392b0798
     
    3536:info:checksum                     size    24274535
    3637:error:checksum Failed to checksum OpenBLAS: Unable to verify file checksums
    37 
    38 
    39 
     38}}}