add easyconfig for FLAC audio codec#2824
add easyconfig for FLAC audio codec#2824boegel merged 4 commits intoeasybuilders:developfrom stanford-rc:develop_flac
Conversation
|
Automatic reply from Jenkins: Can I test this? |
|
Jenkins: ok to test |
|
Test report by @boegel |
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7315/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
@thiell Did this work for you? I'm running into weird issues like: |
| source_urls = ['http://downloads.xiph.org/releases/flac/'] | ||
|
|
||
| sanity_check_paths = { | ||
| 'files': ['bin/flac', 'include/FLAC/all.h', 'lib/libFLAC.so'], |
There was a problem hiding this comment.
please use SHLIB_EXT rather than hardcoding .so:
'files': ['bin/flac', 'include/FLAC/all.h', 'lib/libFLAC.%s' % SHLIB_EXT],|
Test report by @boegel |
|
@thiell Hmm, the installation does work on CentOS7/Haswell, but not on SL6/Sandy Bridge? |
|
Grr. :) Looks like this error occurs when using a recent GCC [1]. I'm using a modified foss-2015a including binutils-2.25 (like foss-2015b), that's why I didn't catch that. I'm not sure what to do. It's not a strong dependency for SoX (my main goal for Torch) so I could just drop the FLAC dep there... |
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7321/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
@thiell just include |
add binutils as build dep for FLAC, also run tests
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7327/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
Test report by @boegel |
|
Test report by @boegel |
|
Going in, thanks @thiell! |
No description provided.