Skip to content

Commit

Permalink
Merge pull request #16024 from boegel/20220810220038_new_pr_scikit-bu…
Browse files Browse the repository at this point in the history
…ild0150

{lib}[GCCcore/10.2.0,GCCcore/10.3.0,GCCcore/11.2.0,GCCcore/11.3.0] scikit-build v0.15.0 w/ Python  3.8.6 + 3.9.5 + 3.9.6 + 3.10.4
  • Loading branch information
SebastianAchilles authored Aug 11, 2022
2 parents 2c2effe + 5684e63 commit 8679f1c
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
easyblock = 'PythonBundle'

name = 'scikit-build'
version = '0.15.0'

homepage = 'https://scikit-build.readthedocs.io/en/latest'
description = """Scikit-Build, or skbuild, is an improved build system generator
for CPython C/C++/Fortran/Cython extensions."""

toolchain = {'name': 'GCCcore', 'version': '10.2.0'}

builddependencies = [
('binutils', '2.35'),
]

dependencies = [
('Python', '3.8.6'),
]

use_pip = True
sanity_pip_check = True

exts_list = [
('distro', '1.7.0', {
'checksums': ['151aeccf60c216402932b52e40ee477a939f8d58898927378a02abbe852c1c39'],
}),
(name, version, {
'checksums': ['e723cd0f3489a042370b9ea988bbb9cfd7725e8b25b20ca1c7981821fcf65fb9'],
'modulename': 'skbuild',
}),
]

moduleclass = 'lib'
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
easyblock = 'PythonBundle'

name = 'scikit-build'
version = '0.15.0'

homepage = 'https://scikit-build.readthedocs.io/en/latest'
description = """Scikit-Build, or skbuild, is an improved build system generator
for CPython C/C++/Fortran/Cython extensions."""

toolchain = {'name': 'GCCcore', 'version': '10.3.0'}

builddependencies = [
('binutils', '2.36.1'),
]

dependencies = [
('Python', '3.9.5'),
]

use_pip = True
sanity_pip_check = True

exts_list = [
('distro', '1.7.0', {
'checksums': ['151aeccf60c216402932b52e40ee477a939f8d58898927378a02abbe852c1c39'],
}),
(name, version, {
'checksums': ['e723cd0f3489a042370b9ea988bbb9cfd7725e8b25b20ca1c7981821fcf65fb9'],
'modulename': 'skbuild',
}),
]

moduleclass = 'lib'
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
easyblock = 'PythonBundle'

name = 'scikit-build'
version = '0.15.0'

homepage = 'https://scikit-build.readthedocs.io/en/latest'
description = """Scikit-Build, or skbuild, is an improved build system generator
for CPython C/C++/Fortran/Cython extensions."""

toolchain = {'name': 'GCCcore', 'version': '11.2.0'}

builddependencies = [
('binutils', '2.37'),
]

dependencies = [
('Python', '3.9.6'),
]

use_pip = True
sanity_pip_check = True

exts_list = [
('distro', '1.7.0', {
'checksums': ['151aeccf60c216402932b52e40ee477a939f8d58898927378a02abbe852c1c39'],
}),
(name, version, {
'checksums': ['e723cd0f3489a042370b9ea988bbb9cfd7725e8b25b20ca1c7981821fcf65fb9'],
'modulename': 'skbuild',
}),
]

moduleclass = 'lib'
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
easyblock = 'PythonBundle'

name = 'scikit-build'
version = '0.15.0'

homepage = 'https://scikit-build.readthedocs.io/en/latest'
description = """Scikit-Build, or skbuild, is an improved build system generator
for CPython C/C++/Fortran/Cython extensions."""

toolchain = {'name': 'GCCcore', 'version': '11.3.0'}

builddependencies = [
('binutils', '2.38'),
]

dependencies = [
('Python', '3.10.4'),
]

use_pip = True
sanity_pip_check = True

exts_list = [
('distro', '1.7.0', {
'checksums': ['151aeccf60c216402932b52e40ee477a939f8d58898927378a02abbe852c1c39'],
}),
(name, version, {
'checksums': ['e723cd0f3489a042370b9ea988bbb9cfd7725e8b25b20ca1c7981821fcf65fb9'],
'modulename': 'skbuild',
}),
]

moduleclass = 'lib'

0 comments on commit 8679f1c

Please sign in to comment.