[med-svn] [Git][med-team/simde][master] 4 commits: Testing: use g{cc, ++}-10 until we there is a new release of SIMDe with the...

Michael R. Crusoe (@crusoe) gitlab at salsa.debian.org
Wed Oct 13 10:18:20 BST 2021



Michael R. Crusoe pushed to branch master at Debian Med / simde


Commits:
2cf4d202 by Michael R. Crusoe at 2021-10-13T11:01:42+02:00
Testing: use g{cc,++}-10 until we there is a new release of SIMDe with the better GCC 11 support already available upstream.

Closes: #996281

- - - - -
9878c8ec by Michael R. Crusoe at 2021-10-13T11:01:42+02:00
Fix watchfile to detect new versions on github

- - - - -
1de23bbd by Michael R. Crusoe at 2021-10-13T11:01:42+02:00
routine-update: Standards-Version: 4.6.0

- - - - -
476a5eb2 by Michael R. Crusoe at 2021-10-13T11:01:42+02:00
routine-update: Ready to upload to unstable

- - - - -


6 changed files:

- debian/changelog
- debian/control
- debian/rules
- debian/tests/control
- debian/tests/run-unit-test
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+simde (0.7.2-5) unstable; urgency=medium
+
+  * Testing: use g{cc,++}-10 until we there is a new release of SIMDe
+    with the better GCC 11 support already available upstream.
+    Closes: #996281
+  * Fix watchfile to detect new versions on github
+  * Standards-Version: 4.6.0 (routine-update)
+
+ -- Michael R. Crusoe <crusoe at debian.org>  Wed, 13 Oct 2021 10:48:30 +0200
+
 simde (0.7.2-4) unstable; urgency=medium
 
   * debian/control: requires meson >= 0.54. Closes: #983094


=====================================
debian/control
=====================================
@@ -6,8 +6,9 @@ Uploaders: Michael R. Crusoe <crusoe at debian.org>
 Build-Depends: debhelper-compat (= 13),
                meson (>= 0.54),
                ninja-build,
+               gcc-10, g++-10,
                clang [!i386 !alpha !hppa !ia64 !kfreebsd-amd64 !kfreebsd-i386 !m68k !sh4 !x32] <!nocheck>
-Standards-Version: 4.5.1
+Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/med-team/simde
 Vcs-Git: https://salsa.debian.org/med-team/simde.git
 Homepage: https://github.com/simd-everywhere/simde


=====================================
debian/rules
=====================================
@@ -28,7 +28,7 @@ ifneq (,$(filter $(DEB_BUILD_ARCH),ppc64))
   export DEB_CFLAGS_MAINT_APPEND+=-maltivec
   export DEB_CXXFLAGS_MAINT_APPEND+=-maltivec
 endif
-	CC=gcc CXX=g++ dh_auto_configure --builddirectory=gcc_test
+	CC=gcc-10 CXX=g++-10 dh_auto_configure --builddirectory=gcc_test
 endif
 
 override_dh_auto_build:


=====================================
debian/tests/control
=====================================
@@ -1,3 +1,3 @@
 Tests: run-unit-test
-Depends: libsimde-dev, gcc, g++, meson, ninja-build, dpkg-dev
+Depends: libsimde-dev, gcc-10, g++-10, meson, ninja-build, dpkg-dev
 Restrictions: allow-stderr


=====================================
debian/tests/run-unit-test
=====================================
@@ -29,7 +29,7 @@ fi
 mkdir build-gcc build-clang
 
 cd build-gcc
-CC=gcc CXX=g++ meson ..
+CC=gcc-10 CXX=g++-10 meson ..
 ninja -j$(nproc) -v test
 
 # cd ../build-clang


=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
 version=4
 
 opts="filenamemangle=s%(?:.*?)?v(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
- https://github.com/simd-everywhere/simde/releases/latest .*/archive/v at ANY_VERSION@@ARCHIVE_EXT@
+ https://github.com/simd-everywhere/simde/releases/latest .*/v at ANY_VERSION@@ARCHIVE_EXT@



View it on GitLab: https://salsa.debian.org/med-team/simde/-/compare/e533927f68f894c84510e13e240d58f5230183f8...476a5eb24f93a8da9fe9f38c05e0739fe6176d71

-- 
View it on GitLab: https://salsa.debian.org/med-team/simde/-/compare/e533927f68f894c84510e13e240d58f5230183f8...476a5eb24f93a8da9fe9f38c05e0739fe6176d71
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/20211013/517c1ee1/attachment-0001.htm>


More information about the debian-med-commit mailing list