Skip to content

Commit

Permalink
Merge pull request #2624 from hajgato/R-X
Browse files Browse the repository at this point in the history
{lang}[intel-2016a] R 3.2.3 with libX11 1.6.3 (REVIEW)
  • Loading branch information
boegel committed Mar 8, 2016
2 parents e2c5f12 + ffad529 commit a7ac7a1
Show file tree
Hide file tree
Showing 2 changed files with 480 additions and 0 deletions.
25 changes: 25 additions & 0 deletions easybuild/easyconfigs/l/libXmu/libXmu-1.1.2-intel-2016a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
easyblock = 'ConfigureMake'

name = 'libXmu'
version = '1.1.2'

homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
description = """libXmu provides a set of miscellaneous utility convenience functions for X libraries to use.
libXmuu is a lighter-weight version that does not depend on libXt or libXext"""

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

sources = [SOURCE_TAR_GZ]
source_urls = [XORG_LIB_SOURCE]

dependencies = [
('libXt', '1.1.5'),
('libXpm', '3.5.11'),
]
sanity_check_paths = {
'files': ['lib/%s' % x for x in ['%(name)s.a', '%%(name)s.%s' % SHLIB_EXT]],
'dirs': [],
}

moduleclass = 'vis'
Loading

0 comments on commit a7ac7a1

Please sign in to comment.