[med-svn] [Git][med-team/igraph][master] 3 commits: As per https://github.com/igraph/igraph/issues/2450 we ignore random failures on mips64el

Andreas Tille (@tille) gitlab at salsa.debian.org
Mon Dec 11 12:47:23 GMT 2023



Andreas Tille pushed to branch master at Debian Med / igraph


Commits:
32039ac7 by Andreas Tille at 2023-12-11T13:21:22+01:00
As per https://github.com/igraph/igraph/issues/2450 we ignore random failures on mips64el

- - - - -
159b51ab by Andreas Tille at 2023-12-11T13:21:37+01:00
routine-update: No tab in license text

- - - - -
df8fb396 by Andreas Tille at 2023-12-11T13:41:52+01:00
routine-update: Ready to upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/copyright
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+igraph (0.10.8+ds-2) unstable; urgency=medium
+
+  * As per https://github.com/igraph/igraph/issues/2450 we ignore random
+    failures on mips64el
+    Closes: #970497
+  * No tab in license text (routine-update)
+
+ -- Andreas Tille <tille at debian.org>  Mon, 11 Dec 2023 13:21:53 +0100
+
 igraph (0.10.8+ds-1) unstable; urgency=medium
 
   * New upstream micro version.


=====================================
debian/control
=====================================
@@ -5,7 +5,7 @@ Uploaders: Jerome Benoit <calculus at rezozer.net>,
 Section: science
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
-               cmake (>= 3.18),
+               cmake,
                d-shlibs,
                bison,
                flex,
@@ -15,7 +15,7 @@ Build-Depends: debhelper-compat (= 13),
                libarpack2-dev,
                libblas-dev,
                liblapack-dev,
-               libglpk-dev (>= 5.0),
+               libglpk-dev,
                libf2c2-dev,
                liblzma-dev
 Build-Depends-Indep: python3,


=====================================
debian/copyright
=====================================
@@ -29,8 +29,8 @@ Copyright: 2014-2019 Melissa O'Neill <oneill at pcg-random.org>
 License: Apache-2.0 or MIT
 
 Files:
-	vendor/cs/cs.h
-	vendor/cs/*.c
+        vendor/cs/cs.h
+        vendor/cs/*.c
 Copyright: 2006 Timothy A. Davis <http://www.suitesparse.com>
 License: LGPL-2.1+
 Comment:


=====================================
debian/rules
=====================================
@@ -7,6 +7,11 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 BUILDIR_STATIC=_BUILD_STATIC
 BUILDIR_SHARED=_BUILD_SHARED
 
+# as per https://github.com/igraph/igraph/issues/2450 we ignore random failures on mips64el
+ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH), mips64el))
+    TESTIGNOREFAIL=|| true
+endif
+
 %:
 	dh $@ --buildsystem=cmake --builddirectory=$(BUILDIR_SHARED)
 
@@ -38,7 +43,7 @@ override_dh_auto_build-indep:
 	make -C $(BUILDIR_SHARED)/doc clean
 
 override_dh_auto_build-arch:
-	dh_auto_build -a -B$(BUILDIR_STATIC)
+	dh_auto_build -a -B$(BUILDIR_STATIC) $(TESTIGNOREFAIL)
 	dh_auto_build -a -B$(BUILDIR_SHARED)
 
 override_dh_auto_test-indep:



View it on GitLab: https://salsa.debian.org/med-team/igraph/-/compare/bffff04e172ff68dc151925cfa23ca3322b6db63...df8fb3965deac29cb84c66f82315cc3ed91c9e74

-- 
View it on GitLab: https://salsa.debian.org/med-team/igraph/-/compare/bffff04e172ff68dc151925cfa23ca3322b6db63...df8fb3965deac29cb84c66f82315cc3ed91c9e74
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/20231211/d7152bb4/attachment-0001.htm>


More information about the debian-med-commit mailing list