-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18705 from SebastianAchilles/20230903165758_new_p…
…r_libpciaccess017 {devel,system}[GCCcore/13.2.0] libpciaccess v0.17, xorg-macros v1.20.0
- Loading branch information
Showing
2 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
easybuild/easyconfigs/l/libpciaccess/libpciaccess-0.17-GCCcore-13.2.0.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
easyblock = 'ConfigureMake' | ||
|
||
name = 'libpciaccess' | ||
version = '0.17' | ||
|
||
homepage = 'https://cgit.freedesktop.org/xorg/lib/libpciaccess/' | ||
description = """Generic PCI access library.""" | ||
|
||
toolchain = {'name': 'GCCcore', 'version': '13.2.0'} | ||
|
||
source_urls = ['https://www.x.org/releases/individual/lib/'] | ||
sources = [SOURCE_TAR_GZ] | ||
checksums = ['bf6985a77d2ecb00e2c79da3edfb26b909178ffca3f2e9d14ed0620259ab733b'] | ||
|
||
builddependencies = [ | ||
('binutils', '2.40'), | ||
('Autotools', '20220317'), | ||
('xorg-macros', '1.20.0'), | ||
] | ||
|
||
sanity_check_paths = { | ||
'files': ['include/pciaccess.h', 'lib/libpciaccess.a'], | ||
'dirs': ['lib/pkgconfig'], | ||
} | ||
|
||
moduleclass = 'system' |
27 changes: 27 additions & 0 deletions
27
easybuild/easyconfigs/x/xorg-macros/xorg-macros-1.20.0-GCCcore-13.2.0.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
easyblock = 'ConfigureMake' | ||
|
||
name = 'xorg-macros' | ||
version = '1.20.0' | ||
|
||
homepage = 'https://gitlab.freedesktop.org/xorg/util/macros' | ||
description = """X.org macros utilities.""" | ||
|
||
toolchain = {'name': 'GCCcore', 'version': '13.2.0'} | ||
|
||
source_urls = ['https://gitlab.freedesktop.org/xorg/util/macros/-/archive/util-macros-%(version)s'] | ||
sources = ['macros-util-macros-%(version)s.tar.gz'] | ||
checksums = ['efd8eefab568981e47dd64d3e9b5ee2b7165a30d4feca105770f249f9b59979c'] | ||
|
||
builddependencies = [ | ||
('binutils', '2.40'), | ||
('Autotools', '20220317'), | ||
] | ||
|
||
preconfigopts = './autogen.sh && ' | ||
|
||
sanity_check_paths = { | ||
'files': ['share/pkgconfig/xorg-macros.pc'], | ||
'dirs': [], | ||
} | ||
|
||
moduleclass = 'devel' |