mirror of https://git.FreeBSD.org/ports.git
math/spfft: update 1.1.0 → 1.1.1
This commit is contained in:
parent
e9f013ce52
commit
0ba89e25b0
|
@ -1,11 +1,8 @@
|
|||
PORTNAME= spfft
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.1.0
|
||||
DISTVERSION= 1.1.1
|
||||
CATEGORIES= math
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES= c91e7ec9f420d477a8144dee2bc36cd8dde434c4.patch:-p1 # https://github.com/eth-cscs/SpFFT/pull/57
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Sparse 3D FFT library
|
||||
WWW= https://github.com/eth-cscs/SpFFT
|
||||
|
@ -60,4 +57,6 @@ post-test:
|
|||
./run_local_tests && \
|
||||
./run_mpi_tests
|
||||
|
||||
# tests as of 1.1.1: [ PASSED ] 6500 tests.
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
TIMESTAMP = 1711106034
|
||||
SHA256 (eth-cscs-SpFFT-v1.1.0_GH0.tar.gz) = d4673b3135aebfa1c440723226fe976d518ff881285b3d4787f1aa8210eac81e
|
||||
SIZE (eth-cscs-SpFFT-v1.1.0_GH0.tar.gz) = 364222
|
||||
SHA256 (c91e7ec9f420d477a8144dee2bc36cd8dde434c4.patch) = ef24018e565693e805cccb56f36aa0ed2dc9a31b3d6bf26a5aaceeb5f15f253b
|
||||
SIZE (c91e7ec9f420d477a8144dee2bc36cd8dde434c4.patch) = 1657
|
||||
TIMESTAMP = 1737351085
|
||||
SHA256 (eth-cscs-SpFFT-v1.1.1_GH0.tar.gz) = 675a048124a96b8c7f89d59d3ac0355833e28b38622e76c4d478ee91b25d766c
|
||||
SIZE (eth-cscs-SpFFT-v1.1.1_GH0.tar.gz) = 364351
|
||||
|
|
|
@ -32,5 +32,5 @@ lib/cmake/SpFFT/modules/FindFFTWF.cmake
|
|||
lib/cmake/SpFFT/modules/FindMKLSequential.cmake
|
||||
lib/libspfft.so
|
||||
lib/libspfft.so.1
|
||||
lib/libspfft.so.1.1.0
|
||||
lib/libspfft.so.1.1.1
|
||||
libdata/pkgconfig/SpFFT.pc
|
||||
|
|
Loading…
Reference in New Issue