Skip to content

Commit

Permalink
Merge pull request #32 from boegel/libx11-2016aa
Browse files Browse the repository at this point in the history
minor style fixes in X lib easyconfigs
  • Loading branch information
Balázs Hajgató committed Mar 1, 2016
2 parents 178df22 + dabd9c3 commit 3611310
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/l/libXau/libXau-1.0.8-intel-2016a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ builddependencies = [
]

sanity_check_paths = {
'files': ['lib/%s' % x for x in ['libXau.a', 'libXau.%s' % SHLIB_EXT]],
'files': ['lib/libXau.a', 'lib/libXau.%s' % SHLIB_EXT],
'dirs': [],
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ builddependencies = [
('xproto', '7.0.28'),
]
sanity_check_paths = {
'files': ['lib/%s' % x for x in ['%(name)s.a', '%(name)s.so']],
'files': ['lib/%(name)s.a', 'lib/%%(name)s.%s' % SHLIB_EXT],
'dirs': [],
}

Expand Down
8 changes: 4 additions & 4 deletions easybuild/easyconfigs/l/libxcb/libxcb-1.11.1-intel-2016a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ dependencies = [
]

sanity_check_paths = {
'files': ['lib/libxcb%s.a' % x for x in ["", "-composite", "-damage", "-dpms", "-dri2", "-glx",
"-randr", "-record", "-render", "-res", "-screensaver",
"-shape", "-shm", "-sync", "-xevie", "-xf86dri", "-xfixes",
"-xinerama", "-xprint", "-xtest", "-xv", "-xvmc"]],
'files': ['lib/libxcb%s.a' % x for x in ['', '-composite', '-damage', '-dpms', '-dri2', '-glx',
'-randr', '-record', '-render', '-res', '-screensaver',
'-shape', '-shm', '-sync', '-xevie', '-xf86dri', '-xfixes',
'-xinerama', '-xprint', '-xtest', '-xv', '-xvmc']],
'dirs': ['include/xcb', 'lib/pkgconfig'],
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
description = """XExtProto protocol headers."""

toolchain = {'name': 'intel', 'version': '2016a'}
toolchainopts = {'optarch': True}

sources = [SOURCE_TAR_GZ]
source_urls = ['http://xorg.freedesktop.org/archive/individual/proto/']
Expand Down
1 change: 0 additions & 1 deletion easybuild/easyconfigs/x/xtrans/xtrans-1.3.5-intel-2016a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ description = """xtrans includes a number of routines to make X implementations
"""

toolchain = {'name': 'intel', 'version': '2016a'}
toolchainopts = {'optarch': True}

sources = [SOURCE_TAR_GZ]
source_urls = [XORG_LIB_SOURCE]
Expand Down

0 comments on commit 3611310

Please sign in to comment.