-
Notifications
You must be signed in to change notification settings - Fork 772
Add missing build deps for X stack (REVIEW) #3222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@wdpypere please make this |
|
@hajgato This might also interest you. This PR has all the changes I needed to build Qt5 on a machine without any system X libraries present. In a nutshell: the build deps should also be copied. If you put |
|
Test report by @wpoely86 |
|
@wpoely86 failed test report? |
|
Test report by @wpoely86 |
|
Test report by @wpoely86 |
* origin/develop: (70 commits) style changes style changes clarify 7595 w/ comment define $SVN_REVISION to supress 'Not a git repository' messages IMa2 with foss optarch true removed icmake with foss 2016a Stacks with foss 2016a rename TVB-bundle to TVB-deps add libpng as direct dep in Pillow easyconfig minor typo use HOME in the path to the license file add ALDEx2 to bundles for Bioconductor 3.2 don't hard specify toolchain for binutils build dep in likwid easyconfig, since it matches parent toolchain use TVB-bundle for deps, fix sanity check for tvb-framework moved sanity checks to easyblock use correct commits for TVB 1.4.1 bump psutil, h5py & numexpr versions remove old version rename file ...
|
Test report by @wpoely86 |
| sources = [SOURCE_TAR_GZ] | ||
| source_urls = [XORG_PROTO_SOURCE] | ||
|
|
||
| builddependencies = [('xorg-macros', '1.19.0')] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wpoely86 also apply this to the foss/2016a easyocnfig please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
preferably, no. It's manually copying. My goal with this PR is to have a solid base to build Mesa 12 with 2016b for both intel and foss.
|
@wpoely86 can you please make the changes consistent across toolchains? I know it's a pain, but it'll bite us in the ass later if we don't... |
|
I'm happy to do that, starting with the 2016b toolchains. |
|
Test report by @boegel edit: unpack issue with Qt 5.7.0 tarball, probably because it was downloading twice in parallel |
|
Test report by @boegel |
|
Test report by @boegel edit: hmm, tarball got corrupted, will remove so it'll redownload |
|
Test report by @boegel |
|
@wpoely86 do you mind fleshing out the |
remove Qt 5.7.0 easyconfig
|
going in, thanks @wpoely86! |
@boegel please review