Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Fixing issues with ARPACK 3.6, related to igraph issue #1107
· 3bdfb20a
Andreas Tille
authored
Dec 21, 2018
3bdfb20a
The patch is unfortunately not sufficient
· ba8ed3da
Andreas Tille
authored
Dec 21, 2018
ba8ed3da
Expand all
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
ba8ed3da
...
...
@@ -7,16 +7,13 @@ igraph (0.7.1-3) UNRELEASED; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Versioned Build-Depends: libarpack2-dev (>= 3.6.2-1~)
* Versioned Build-Depends: libarpack2-dev (>= 3.6.2-1~) and
Fixing issues with ARPACK 3.6, related to igraph issue #1107
Closes: #902760
* Exclude tests requiring remote access
* Secure URI in copyright format
* Drop useless get-orig-source target
* Remove trailing whitespace in debian/changelog
TODO: Observe until upstream has dealt with
https://github.com/igraph/igraph/issues/1107
or apply
https://github.com/szhorvat/igraph/commit/6391d0c.patch
-- Andreas Tille <tille@debian.org> Fri, 14 Sep 2018 14:34:51 +0200
...
...
debian/patches/fix_test_arpack-3.6.patch
0 → 100644
View file @
ba8ed3da
This diff is collapsed.
Click to expand it.
debian/patches/series
View file @
ba8ed3da
...
...
@@ -3,3 +3,4 @@ fix_test_cases.patch
cppflags_restore.patch
drl_spelling_fix.patch
skip_tests_accessing_remote.patch
fix_test_arpack-3.6.patch