Skip to content

Commit

Permalink
Graphviz/7.0.6: GCCcore/12.2.0 --> GCC/12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPinches committed Nov 8, 2023
1 parent f25d056 commit 434afd2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = """Graphviz is open source graph visualization software. Graph vis
bioinformatics, software engineering, database and web design, machine learning,
and in visual interfaces for other technical domains."""

toolchain = {'name': 'GCCcore', 'version': '12.2.0'}
toolchain = {'name': 'GCC', 'version': '12.2.0'}

source_urls = ['https://gitlab.com/graphviz/graphviz/-/archive/%(version)s']
sources = [SOURCELOWER_TAR_GZ]
Expand Down Expand Up @@ -44,7 +44,7 @@ dependencies = [
('expat', '2.4.9'),
('poppler', '23.01.0'),
('librsvg', '2.56.0'),
('libwebp', '1.3.0'),
('libwebp', '1.3.1'),
]

preconfigopts = './autogen.sh NOCONFIG && '
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ checksums = ['194b5097d9cd107495f49c291cf0da65ec2b4bb55e5628369751a3f44ba222b3']

builddependencies = [
('binutils', '2.39'),
('pkgconfig', '1.5.5', '-python'),
('Rust', '1.65.0'),
]

Expand Down
44 changes: 0 additions & 44 deletions easybuild/easyconfigs/l/libwebp/libwebp-1.3.0-GCCcore-12.2.0.eb

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ version = '23.01.0'
homepage = 'https://poppler.freedesktop.org'
description = "Poppler is a PDF rendering library"

toolchain = {'name': 'GCCcore', 'version': '12.2.0'}
toolchain = {'name': 'GCC', 'version': '12.2.0'}

builddependencies = [
('binutils', '2.39'),
('CMake', '3.24.3'),
('pkgconf', '1.9.3'),
('Python', '3.10.8', '-bare'),
('Python', '3.10.8'),
]

dependencies = [
Expand All @@ -22,7 +22,7 @@ dependencies = [
('libpng', '1.6.38'),
('NSS', '3.85'),
('LibTIFF', '4.4.0'),
('Qt6', '6.4.2'),
('Qt6', '6.5.2'),
('Boost', '1.81.0'),
('cairo', '1.17.4'),
('OpenJPEG', '2.5.0'),
Expand Down

0 comments on commit 434afd2

Please sign in to comment.