[med-svn] [Git][med-team/simde][debian/experimental] d/rules: fix typo
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Sun Jan 22 17:19:03 GMT 2023
Michael R. Crusoe pushed to branch debian/experimental at Debian Med / simde
Commits:
56c7f94d by Michael R. Crusoe at 2023-01-22T18:18:03+01:00
d/rules: fix typo
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+simde (0.7.3~0git20230118123246.d1e75cd-3) UNRELEASED; urgency=medium
+
+ * d/rules: fix tab typos
+
+ -- Michael R. Crusoe <crusoe at debian.org> Sun, 22 Jan 2023 18:06:09 +0100
+
simde (0.7.3~0git20230118123246.d1e75cd-2) experimental; urgency=medium
* d/rules: -O0 for arm64; as -O2 causes one of the complex tests to
=====================================
debian/rules
=====================================
@@ -44,18 +44,17 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# ifeq (,$(filter $(DEB_HOST_ARCH),$(CLANG_SKIP)))
# CC=clang CXX=clang++ dh_auto_configure --builddirectory=clang_test
# endif
-
# https://github.com/simd-everywhere/simde/issues/867
ifneq (,$(filter $(DEB_BUILD_ARCH),i386))
- sed -i "/'dbsad'/d" meson.build
- rm test/x86/avx512/dbsad.c
+ sed -i "/'dbsad'/d" meson.build
+ rm test/x86/avx512/dbsad.c
endif
# According to https://wiki.debian.org/ArchitectureSpecificsMemo#Architecture_baselines
# It is odd that gcc doesn't include this automatically, but clang does
ifneq (,$(filter $(DEB_BUILD_ARCH),ppc64))
- export DEB_CFLAGS_MAINT_APPEND+=-maltivec
- export DEB_CXXFLAGS_MAINT_APPEND+=-maltivec
+ export DEB_CFLAGS_MAINT_APPEND+=-maltivec
+ export DEB_CXXFLAGS_MAINT_APPEND+=-maltivec
endif
CC=gcc CXX=g++ dh_auto_configure --builddirectory=gcc_test
endif
View it on GitLab: https://salsa.debian.org/med-team/simde/-/commit/56c7f94d594ad258d7b1187309a341d8f4618c3a
--
View it on GitLab: https://salsa.debian.org/med-team/simde/-/commit/56c7f94d594ad258d7b1187309a341d8f4618c3a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20230122/669fd4ec/attachment-0001.htm>
More information about the debian-med-commit
mailing list