{lang}[GCCcore/6.4.0] FriBidi v1.0.2#6181
Conversation
|
|
||
| sanity_check_paths = { | ||
| 'files': [], | ||
| 'dirs': ["."] |
There was a problem hiding this comment.
|
|
||
| preconfigopts = """ | ||
| ./autogen.sh | ||
| """ |
There was a problem hiding this comment.
@JackPerdue Are you sure this is needed? Worked fine in https://github.com/easybuilders/easybuild-easyconfigs/blob/develop/easybuild/easyconfigs/f/FriBidi/FriBidi-1.0.1-foss-2018a.eb without autogen.sh...
| builddependencies = [ | ||
| ('Autotools', '20170619'), | ||
| ('binutils', '2.28'), | ||
| ('libtool', '2.4.6'), |
There was a problem hiding this comment.
libtool is already part of the Autotools bundle?
|
|
||
| builddependencies = [ | ||
| ('Autotools', '20170619'), | ||
| ('binutils', '2.28'), |
There was a problem hiding this comment.
@JackPerdue missing 'pkg-config build dep? It's effectively used, see configure output
add missing pkg-config build dep for FriBidi
|
Test report by @boegel |
|
Test report by @boegel |
|
Going in, thanks @JackPerdue! |
(created using
eb --new-pr)