PCRE2 with foss2016a#3325
PCRE2 with foss2016a#3325boegel merged 3 commits intoeasybuilders:developfrom rug-cit-hpc:PCRE2-foss2016a
Conversation
| sources = [SOURCELOWER_TAR_GZ] | ||
|
|
||
| configopts = "--with-pic --disable-cpp --enable-jit" | ||
|
|
|
Test report by @boegel |
|
Test report by @boegel |
|
test failed because SourceForge is down... |
| toolchain = {'name': 'foss', 'version': '2016a'} | ||
| toolchainopts = {'optarch': True, 'pic': True} | ||
|
|
||
| source_urls = [SOURCEFORGE_SOURCE] |
There was a problem hiding this comment.
@RvDijk using SOURCEFORGE_SOURCE doesn't work here, because the project is named pcre on SourceForge, not pcre2
So, you'll need to use this:
source_urls = ['http://download.sourceforge.net/pcre']|
Test report by @boegel |
|
Test report by @boegel |
|
lgtm |
|
Test report by @boegel edit: please ignore, environment was not clean (another |
|
Test report by @boegel |
|
Going in, thanks @RvDijk! |
No description provided.