{vis}[GCCcore/13.3.0] GTKWave-GTK3 v3.3.123#23020
{vis}[GCCcore/13.3.0] GTKWave-GTK3 v3.3.123#23020Crivella merged 5 commits intoeasybuilders:developfrom
Conversation
| GTKWave is a fully featured GTK+ based wave viewer for Unix | ||
| """ | ||
|
|
||
| toolchain = {'name': 'GCC', 'version': '13.3.0'} |
There was a problem hiding this comment.
any particular reason for this to be at GCC level instead of GCCcore?
There was a problem hiding this comment.
Our users are slowly getting used to using modules. To avoid confusion in the module names we are using only GCC and FOSS tool chains. So not a technical reason. I already "downgraded" the names/toolchains from foss-2024a to GCC-13.3.0 for the newer versions and back then it created a lot of tickets.
There was a problem hiding this comment.
in the EB repo we prefer to use GCCcore over GCC for software that is not performance-critical, so it can be reused as dependency in other toolchains (e.g. intel).
There was a problem hiding this comment.
Indeed, it avoids unnecessary duplication of easyconfigs across multiple toolchains.
Locally, you can of course do what you like - keeping it at GCC level with custom easyconfigs or hooks
There was a problem hiding this comment.
Good points, I'll update this to GCCcore.
Updated software
|
|
Test report by @Crivella |
|
From the configure step I see that Also @alainvanhoof , are GTK and Tcl/Tk mutually exclusive or should we try to cover all possible deps? |
@Crivella that's something we're not consistent on in other easyconfigs, so I wouldn't worry about it too much. If we wanted consistency, we would really need to introduce some (optional) sanity checks in EB that ensure direct dependencies are specified in the easyconfig |
|
@boegelbot please test @ jsc-zen3 |
|
@Crivella: 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 2962605403 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
@Crivella It looks like ( https://gtkwave.sourceforge.net/ ) the software is favoring GTK and considers Tcl/Tk legacy, so I never looked at the TCL/TK option and i do not think we need to include it. |
|
Test report by @Crivella |
|
Going in, thanks @alainvanhoof! |
(created using
eb --new-pr)