Skip to content

Conversation

@prasithbasky
Copy link

Added a Spack package for spack-exercise.

It supports versions 0.1.0, 0.2.0, 0.3.0 with correct dependencies.

also have installed and executed inside the Docker container

	new file:   package.py
version("0.1.0", sha256="f1c212a58376fd78e9854576627e6927d7cb93ccffe3a162b1664570c491e3a7")

depends_on('boost@1.65.1:', when='@0.2.0:')
depends_on('yaml-cpp@0.7.0', when='@0.3.0:')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can also be when="@0.3.0" to make it futureproof.

@IshaanDesai
Copy link
Member

Good 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants