Package: plink1.9 / 1.90~b7.7-241022-2

Metadata

Package Version Patches format
plink1.9 1.90~b7.7-241022-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_makefile.patch | (download)

Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix makefile for debian packaging.
blas.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 do not try to link against atlas
Bug-Debian: https://bugs.debian.org/1056682
handle sse2.patch | (download)

SFMT.h | 2 1 + 1 - 0 !
plink_common.h | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 use the system's simde library.
 This allows building plink1.9 for arm64 (and probably other
 architectures too).
 .
 Forwarding upstream is not needed because they use an embedded copy of
 simde instead of the operating system's.