Skip to content

Commit

Permalink
volk: update to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelld committed Jun 20, 2022
1 parent cd8c289 commit e66bf8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions science/volk/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ license GPL-3
platforms darwin
homepage https://libvolk.org/

github.setup gnuradio volk 2.5.0 v
github.setup gnuradio volk 2.5.1 v
revision 0

# bump the epoch because I moved the version from 20150707 to 1.0.1
Expand All @@ -43,7 +43,7 @@ long_description {*}${long_description} ${subport} \

set cpu_features_github_author google
set cpu_features_github_project cpu_features
set cpu_features_github_branch a8397ba4591237c17d18e4acc091f5f3ebe7391e
set cpu_features_github_branch 69d39934e83be9a0133d2850f15f5debd5eba06f

set main_distname ${distname}
set main_distfile ${distfiles}
Expand Down

3 comments on commit e66bf8e

@ra1nb0w
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I get

:info:checksum --->  Checksumming cpu_features-69d39934e83be9a0133d2850f15f5debd5eba06f.tar.gz
:debug:checksum Calculated (rmd160) is 6845fea19ef309fb81714600e9b5dbee29a951e2
:error:checksum Checksum (rmd160) mismatch for cpu_features-69d39934e83be9a0133d2850f15f5debd5eba06f.tar.gz
:info:checksum Portfile checksum: cpu_features-69d39934e83be9a0133d2850f15f5debd5eba06f.tar.gz rmd160 7221e014514170ed24a1d0294b8195cecd9b7465
:info:checksum Distfile checksum: cpu_features-69d39934e83be9a0133d2850f15f5debd5eba06f.tar.gz rmd160 6845fea19ef309fb81714600e9b5dbee29a951e2
:debug:checksum Calculated (sha256) is eec63919535abcf029f6fce1bca1192e67a5f5701d067d24094a54378c7f9563
:error:checksum Checksum (sha256) mismatch for cpu_features-69d39934e83be9a0133d2850f15f5debd5eba06f.tar.gz
:info:checksum Portfile checksum: cpu_features-69d39934e83be9a0133d2850f15f5debd5eba06f.tar.gz sha256 b47031a2a9ab04cb6514285103e51ba92c8f0bf28470cce911ac0c9af781c307
:info:checksum Distfile checksum: cpu_features-69d39934e83be9a0133d2850f15f5debd5eba06f.tar.gz sha256 eec63919535abcf029f6fce1bca1192e67a5f5701d067d24094a54378c7f9563
:debug:checksum Calculated (size) is 83271
:error:checksum Checksum (size) mismatch for cpu_features-69d39934e83be9a0133d2850f15f5debd5eba06f.tar.gz
:info:checksum Portfile checksum: cpu_features-69d39934e83be9a0133d2850f15f5debd5eba06f.tar.gz size 63263
:info:checksum Distfile checksum: cpu_features-69d39934e83be9a0133d2850f15f5debd5eba06f.tar.gz size 83271
:info:checksum The correct checksum line may be:
:info:checksum checksums           volk-2.5.1.tar.gz \
:info:checksum                     rmd160  294db185933e2c6e5f772827ae6d397a96a1e517 \
:info:checksum                     sha256  a935d284e6ea33fb6885a504e963bc4b92c170529a4268adf39a34c86e067e8d \
:info:checksum                     size    388203 \
:info:checksum                     cpu_features-69d39934e83be9a0133d2850f15f5debd5eba06f.tar.gz \
:info:checksum                     rmd160  6845fea19ef309fb81714600e9b5dbee29a951e2 \
:info:checksum                     sha256  eec63919535abcf029f6fce1bca1192e67a5f5701d067d24094a54378c7f9563 \
:info:checksum                     size    83271

maybe also move to python 3.10?

@michaelld
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ra1nb0w Yes and Yes ... I totally messed that one up! Patches also don't apply ... what was I thinking?

@ra1nb0w
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can happen ;-)

Please sign in to comment.