{math}[GCCcore/13.2.0] mcqd v1.0.0#21283
Conversation
|
@boegelbot please test @ generoso |
|
@PetrKralCZ: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 2317627188 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
@boegelbot please test @ jsc-zen3 |
|
@PetrKralCZ: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 2317632540 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
Test report by @boegel |
| ('binutils', '2.40'), | ||
| ] | ||
|
|
||
| cmds_map = [('.*', 'echo here && pwd && ls -lh && $CXX $CXXFLAGS $LDFLAGS mcqd.cpp -o mcqd')] |
There was a problem hiding this comment.
@PetrKralCZ There's some debug stuff in here, please remove?
| homepage = 'https://gitlab.com/janezkonc/mcqd' | ||
| description = """MaxCliqueDyn is a fast exact algorithm for finding a maximum clique in an undirected graph.""" | ||
|
|
||
| toolchain = {'name': 'GCCcore', 'version': '13.2.0'} |
There was a problem hiding this comment.
@PetrKralCZ Let's use GCC for this one, because the compiler used (GCC or Intel compilers) may imply impact on performance. Note that this implies also dropping the binutils build dep and renaming the easyconfig
| cmds_map = [('.*', 'echo here && pwd && ls -lh && $CXX $CXXFLAGS $LDFLAGS mcqd.cpp -o mcqd')] | ||
|
|
||
| files_to_copy = [ | ||
| (['%(name)s'], 'bin'), |
There was a problem hiding this comment.
In general using %(name)s doesn't make a whole lot of sense, since that doesn't change across versions of the software.
So just use mcqd everywhere here (also in sources, and below)
|
@boegelbot please test @ generoso |
|
@PetrKralCZ: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 2321161129 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
@boegelbot please test @ jsc-zen3 |
|
@PetrKralCZ: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 2322886687 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
Test report by @boegel |
|
Going in, thanks @PetrKralCZ! |
(created using
eb --new-pr)