Skip to content

Commit

Permalink
#476 debug Qt5WebKit + Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed Dec 19, 2024
1 parent 0f3948f commit 886837e
Show file tree
Hide file tree
Showing 6 changed files with 5,440 additions and 7 deletions.
3 changes: 0 additions & 3 deletions 476_QGIS/grass.eb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ toolchain = {'name': 'foss', 'version': '2023a'}

source_urls = ['https://grass.osgeo.org/grass%s/source' % ''.join(version.split('.')[:2])]
sources = [SOURCELOWER_TAR_GZ]
# patches = ['%(name)s-%(version)s_GCC_ldlibs.patch']

builddependencies = [
('flex', '2.6.4'),
Expand Down Expand Up @@ -47,8 +46,6 @@ dependencies = [
('FFTW', '3.3.10'),
]

# parallel = 1

preconfigopts = "sed -i -e 's/-lblas/$LIBBLAS/g' -e 's/-llapack/$LIBLAPACK/g' configure && "
preconfigopts += "sed -i 's/LDFLAGS=\"-Wl,--export-dynamic\"/LDFLAGS=\"-pthread -lm -Wl,--export-dynamic\"/g' configure && "

Expand Down
Loading

0 comments on commit 886837e

Please sign in to comment.