pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

hisat2: Remove simde support until wip/simde passes do-test



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Mar 17 10:10:35 2022 -0500
Changeset:	36c49209d932044c73d66349e2480240e018b70c

Modified Files:
	hisat2/Makefile
	hisat2/distinfo
Removed Files:
	hisat2/patches/patch-aligner__sw.h
	hisat2/patches/patch-sse__util.h

Log Message:
hisat2: Remove simde support until wip/simde passes do-test

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=36c49209d932044c73d66349e2480240e018b70c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 hisat2/Makefile                    |  1 -
 hisat2/distinfo                    |  2 --
 hisat2/patches/patch-aligner__sw.h | 22 ----------------------
 hisat2/patches/patch-sse__util.h   | 22 ----------------------
 4 files changed, 47 deletions(-)

diffs:
diff --git a/hisat2/Makefile b/hisat2/Makefile
index b23125be6e..05d74679e2 100644
--- a/hisat2/Makefile
+++ b/hisat2/Makefile
@@ -27,7 +27,6 @@ WRKSRC=			${WRKDIR}/hisat2-2.2.1
 post-patch:
 	${MV} ${WRKSRC}/VERSION ${WRKSRC}/HISAT2_VERSION
 
-.include "../../wip/simde/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/hisat2/distinfo b/hisat2/distinfo
index 0f331bc61f..13767c5c01 100644
--- a/hisat2/distinfo
+++ b/hisat2/distinfo
@@ -4,7 +4,5 @@ BLAKE2s (hisat2-2.2.1.tar.gz) = 1cc424a10f1fcf25c70294bef3b21e67b07cebcb7b73e36c
 SHA512 (hisat2-2.2.1.tar.gz) = a5a688ad0ccfaf326b3ec6dc97206995306aa6f5b6e58223c2113adbca2745f1e8205b436fdf8e01f42da7a38718f9f3bf214b951fb5360d53247d99a0bdbf46
 Size (hisat2-2.2.1.tar.gz) = 6761242 bytes
 SHA1 (patch-Makefile) = 067b766ecebacd840db4a287bba25d2d2264b339
-SHA1 (patch-aligner__sw.h) = 628c14bfd6b26185eada73013175e35de2b38227
 SHA1 (patch-hisat2) = 6010f5fcc1e7dfcb383a4defc4e3d9f06322370d
 SHA1 (patch-processor__support.h) = 56d9cd4ba18e37879acba521a0f431fe2b4290af
-SHA1 (patch-sse__util.h) = f0bbe72dfe3a2567e614683e3aecc10f3d6583ef
diff --git a/hisat2/patches/patch-aligner__sw.h b/hisat2/patches/patch-aligner__sw.h
deleted file mode 100644
index 7aba6299e5..0000000000
--- a/hisat2/patches/patch-aligner__sw.h
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD$
-
-# Support non-x86
-
---- aligner_sw.h.orig	2020-07-24 20:07:54.000000000 +0000
-+++ aligner_sw.h
-@@ -66,11 +66,14 @@
- 
- #define INLINE_CUPS
- 
-+#define	SIMDE_ENABLE_NATIVE_ALIASES
-+
-+#include <simde/x86/sse2.h>
- #include <stdint.h>
- #include <iostream>
- #include <limits>
- #include "threading.h"
--#include <emmintrin.h>
-+// #include <emmintrin.h>	// Replace this with simde when possible
- #include "aligner_sw_common.h"
- #include "aligner_sw_nuc.h"
- #include "ds.h"
diff --git a/hisat2/patches/patch-sse__util.h b/hisat2/patches/patch-sse__util.h
deleted file mode 100644
index 22bbf22180..0000000000
--- a/hisat2/patches/patch-sse__util.h
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD$
-
-# Support non-x86
-
---- sse_util.h.orig	2020-07-24 20:07:54.000000000 +0000
-+++ sse_util.h
-@@ -20,11 +20,14 @@
- #ifndef SSE_UTIL_H_
- #define SSE_UTIL_H_
- 
-+#define SIMDE_ENABLE_NATIVE_ALIASES
-+#include <simde/x86/sse2.h>
-+
- #include "assert_helpers.h"
- #include "ds.h"
- #include "limit.h"
- #include <iostream>
--#include <emmintrin.h>
-+// #include <emmintrin.h>		// Replace with simde when possible
- 
- class EList_m128i {
- public:


Home | Main Index | Thread Index | Old Index