Skip to content

Commit

Permalink
update grass + qtWebKit to pass CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed Jan 24, 2025
1 parent ec9f8ae commit 4fa7b2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions easybuild/easyconfigs/g/GRASS/GRASS-8.4.0-foss-2023a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ toolchain = {'name': 'foss', 'version': '2023a'}

source_urls = ['https://grass.osgeo.org/grass%s/source' % ''.join(version.split('.')[:2])]
sources = [SOURCELOWER_TAR_GZ]
checksums = ['337f603fc05578aa754d56f85a4c6c98deb0f01f0e816fedc1e0954949956137']

builddependencies = [
('flex', '2.6.4'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies = [
('libjpeg-turbo', '2.1.5.1'),
]

configopts = "-G Ninja -DPORT=Qt -DCMAKE_BUILD_TYPE=Release -DUSE_LIBHYPHEN=OFF -DUSE_GSTREAMER=OFF "
configopts = "-G Ninja -DPORT=Qt -DUSE_LIBHYPHEN=OFF -DUSE_GSTREAMER=OFF "
# Starting from ICU 68 the TRUE/FALSE macros are not defined in standard header
# files, see https://unicode-org.github.io/icu/userguide/dev/codingguidelines.html
configopts += "-DCMAKE_CXX_FLAGS='-DU_DEFINE_FALSE_AND_TRUE=1' "
Expand Down

0 comments on commit 4fa7b2b

Please sign in to comment.