Skip to content
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

Maintainers of backports and adaptions? #879

Open
dominichofer opened this issue Nov 28, 2023 · 0 comments
Open

Maintainers of backports and adaptions? #879

dominichofer opened this issue Nov 28, 2023 · 0 comments
Labels

Comments

@dominichofer
Copy link
Contributor

Should backports, which exist in future versions of spack, such as

class PyCmake(PythonPackage):
"""CMake is an open-source, cross-platform family of tools designed to
build, test and package software
"""
homepage = "https://cmake.org"
git = "https://github.com/scikit-build/cmake-python-distributions.git"
pypi = "cmake/cmake-3.22.2.tar.gz"
version('3.22.2',
sha256=
'b5bd5eeb488b13cf64ec963800f3d979eaeb90b4382861b86909df503379e219')
version('3.21.4',
sha256=
'30fa5ed8a5ad66dcd263adb87f3ce3dc2d0ec0ac3958f5becff577e4b62cd065')
version('3.18.0',
sha256=
'52b98c5ee70b5fa30a8623e96482227e065292f78794eb085fdf0fecb204b79b')
depends_on('ninja', type='build')
depends_on('[email protected]:', type='build')
depends_on('py-setuptools@42:', type='build')
depends_on('git', type='build')
depends_on('[email protected]', type=('build', 'link', 'run'), when='@3.22.2')
depends_on('[email protected]', type=('build', 'link', 'run'), when='@3.21.4')
depends_on('[email protected]', type=('build', 'link', 'run'), when='@3.18.0')
def install_options(self, spec, prefix):
return ['-DBUILD_CMAKE_FROM_SOURCE=OFF']

and adaptions, such as
class Cdo(SpackCdo):
conflicts('%[email protected]')

class Eccodes(SpackEccodes):
version('2.19.0',
sha256=
'a1d080aed1b17a9d4e3aecccc5a328c057830cd4d54f451f5498b80b24c46404')

also have maintainers?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant