pkgsrc-Changes archive

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

CVS commit: pkgsrc/biology/htslib



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  7 09:51:44 UTC 2024

Modified Files:
        pkgsrc/biology/htslib: Makefile

Log Message:
htslib: Disable ARM NEON on NetBSD due to build failures.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/biology/htslib/Makefile

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

Modified files:

Index: pkgsrc/biology/htslib/Makefile
diff -u pkgsrc/biology/htslib/Makefile:1.36 pkgsrc/biology/htslib/Makefile:1.37
--- pkgsrc/biology/htslib/Makefile:1.36 Wed May 29 16:31:26 2024
+++ pkgsrc/biology/htslib/Makefile      Sun Jul  7 09:51:44 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2024/05/29 16:31:26 adam Exp $
+# $NetBSD: Makefile,v 1.37 2024/07/07 09:51:44 nia Exp $
 
 DISTNAME=      htslib-1.17
 PKGREVISION=   5
@@ -19,6 +19,10 @@ PKGCONFIG_OVERRIDE=  htslib.pc.in
 TEST_TARGET=           test
 MAKE_ENV+=             BUILT_TEST_PROGRAMS=''
 
+# Causes build failures:
+# error: incompatible type for argument 1 of 'vreinterpret_u16_u8'
+CONFIGURE_ENV.NetBSD+= hts_cv_have_neon=no
+
 SUBST_CLASSES+=                version
 SUBST_STAGE.version=   pre-configure
 SUBST_SED.version=     -e "s|m4_esyscmd_s(\[./version.sh 2>/dev/null\])|[${PKGVERSION_NOREV}]|"



Home | Main Index | Thread Index | Old Index