Skip to content

[heidrifx] Spack exercise #3

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

heidrifx
Copy link

I also added the capability to use the git branch main as a version.

@heidrifx
Copy link
Author

I should mention that I copied the YAML file into the container using docker cp.
Hence, there is no change to the Dockerfile.

Comment on lines +44 to +45
depends_on("yaml-cpp@0.7.0", when="@0.3.0")
depends_on("boost@1.65.1:", when="@0.2.0: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.

Suggested change
depends_on("yaml-cpp@0.7.0", when="@0.3.0")
depends_on("boost@1.65.1:", when="@0.2.0:0.3.0")
depends_on("yaml-cpp@0.7.0:", when="@0.3.0")
depends_on("boost@1.65.1:", when="@0.2.0:")

Here is a more accurate way to state the dependencies.

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

Successfully merging this pull request may close these issues.

2 participants