-
-
Notifications
You must be signed in to change notification settings - Fork 686
test that #38159 is fixed #38214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
test that #38159 is fixed #38214
Changes from 9 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
ea9dca7
build/pkgs/tdlib: Update to 0.9.2+a494876a8b168b50fc1dfca2f26b6e10878…
mkoeppe 20bc999
src/sage/graphs/graph_decompositions/sage_tdlib.cpp: Apply https://gi…
mkoeppe 2a58434
build/pkgs/tdlib: It is autotools, use release tarball 0.9.1
mkoeppe 9841f95
build/pkgs/tdlib/dependencies: Add boost_cropped
mkoeppe 5dbf340
build/pkgs/tdlib/spkg-install.in: Use --without-python
mkoeppe ff2a360
build/pkgs/tdlib: Update to 0.9.3
mkoeppe 7b5750f
build/pkgs/tdlib/SPKG.rst: Update
mkoeppe f7d67f1
build/pkgs/tdlib: Patch out 'incomplete' message
mkoeppe 94e3671
test to check that #38159 is fixed
dimpase 6b236b3
two spaces before #optional tag
dimpase File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,32 +1,23 @@ | ||
| tdlib: Algorithms for computing tree decompositions | ||
| =================================================== | ||
| tdlib: Algorithms for computing tree decompositions of graphs | ||
| ============================================================= | ||
|
|
||
| Description | ||
| ----------- | ||
|
|
||
| Providing algorithms concerning treedecompositions | ||
| This library, now known as treedec, | ||
| provides algorithms concerning tree decompositions. | ||
|
|
||
| website: https://github.com/freetdi/tdlib | ||
|
|
||
| License | ||
| ------- | ||
|
|
||
| GNU General Public License v2 | ||
|
|
||
|
|
||
| SPKG Maintainers | ||
| ---------------- | ||
|
|
||
| Lukas Larisch ([email protected]) | ||
| - GNU General Public License v2 | ||
| - GNU General Public License v3 | ||
|
|
||
|
|
||
| Upstream Contact | ||
| ---------------- | ||
|
|
||
| - Lukas Larisch ([email protected]) | ||
| - git-repo: https://github.com/freetdi/tdlib | ||
|
|
||
| Dependencies | ||
| ------------ | ||
|
|
||
| - None | ||
| - https://gitlab.com/freetdi/treedec | ||
| - https://github.com/freetdi/tdlib | ||
| - https://github.com/felix-salfelder |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| tarball=tdlib-VERSION.tar.gz | ||
| sha1=8e200d0e3ac009030f3ada6658d20717e433220f | ||
| sha256=5a40375e738e9e6dbd37f53e54deb1efa6b58f154d83b7bfeaee9f47d47b444b | ||
| tarball=treedec-VERSION.tar.gz | ||
| sha1=355930ce66a14afed89d32ead280bfdd801d53d7 | ||
| sha256=16f9683af4c33e3e79fe36439cb4bb4b63216ad88d59f5dc00dd3fb9256aa4ae | ||
| upstream_url=https://www.algok.uni-bamberg.de/treedec/treedec-VERSION.tar.gz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| boost_cropped |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 0.3.1.p0 | ||
| 0.9.3.p0 |
25 changes: 25 additions & 0 deletions
25
build/pkgs/tdlib/patches/0001-src-exact_cutset.hpp-Suppress-incomplete-message.patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| From f9bea896a49ef909aeb910c140661ab06b3b6a0b Mon Sep 17 00:00:00 2001 | ||
| From: Matthias Koeppe <[email protected]> | ||
| Date: Fri, 7 Jun 2024 12:21:28 -0700 | ||
| Subject: [PATCH] src/exact_cutset.hpp: Suppress 'incomplete' message | ||
|
|
||
| --- | ||
| src/exact_cutset.hpp | 2 +- | ||
| 1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
|
||
| diff --git a/src/exact_cutset.hpp b/src/exact_cutset.hpp | ||
| index 782bb96..2caa7bd 100755 | ||
| --- a/src/exact_cutset.hpp | ||
| +++ b/src/exact_cutset.hpp | ||
| @@ -994,7 +994,7 @@ bool exact_cutset<G_t, config>::try_it(T_t &T, unsigned bagsize) | ||
| }else{ | ||
| // incomplete(); //no// | ||
| // messes up random tests, send to cerr instead | ||
| - std::cerr << "incomplete ../../src/exact_cutset.hpp:978:try_it\n"; | ||
| + // std::cerr << "incomplete ../../src/exact_cutset.hpp:978:try_it\n"; | ||
| } | ||
|
|
||
| typename boost::graph_traits<G_t>::vertex_iterator vIt, vEnd; | ||
| -- | ||
| 2.42.0 | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| cd src | ||
|
|
||
| sdh_configure | ||
| sdh_configure --with-python=no | ||
| sdh_make | ||
| sdh_make_install -j1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.