Skip to content

[ahmedsa] Spack exercise #4

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

SyedMustafaAhmad
Copy link

@SyedMustafaAhmad SyedMustafaAhmad commented Nov 27, 2024

From Github User: SyedMustafaAhmad
Gitlab: ahmedsa

Spack info with links and dependecies
Screenshot from 2024-11-27 16-59-22

Spack yaml parsing:
Screenshot from 2024-11-27 16-53-55

@SyedMustafaAhmad SyedMustafaAhmad changed the title [ahmedsa] Spack Exercise [ahmedsa] Spack exercise Nov 27, 2024
Comment on lines +35 to +36
depends_on("boost", when="spack-exercise@0.2.0:")
depends_on("yaml-cpp", when="spack-exercise@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("boost", when="spack-exercise@0.2.0:")
depends_on("yaml-cpp", when="spack-exercise@0.3.0:")
depends_on("boost@1.65.1:", when="spack-exercise@0.2.0:")
depends_on("yaml-cpp@0.7.0:", when="spack-exercise@0.3.0:")

The versions of the dependencies need to be enforced explicitly.

Comment on lines +38 to +40
def cmake_args(self):
args = []
return args
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
def cmake_args(self):
args = []
return args

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