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

Reformulate dependencies #97

Merged
merged 1 commit into from
Oct 22, 2023
Merged

Reformulate dependencies #97

merged 1 commit into from
Oct 22, 2023

Conversation

fangohr
Copy link
Owner

@fangohr fangohr commented Oct 12, 2023

The old version seems to stun the concretizer (see #96)

The old version seems to stun the concretizer (see
#96)
@fangohr fangohr requested a review from iamashwin99 October 12, 2023 17:49
@iamashwin99 iamashwin99 merged commit cc13a90 into main Oct 22, 2023
3 checks passed
@iamashwin99 iamashwin99 deleted the fix-issue-96 branch October 22, 2023 18:41
@fangohr
Copy link
Owner Author

fangohr commented Oct 23, 2023

Nice, thank you!

We should make the same MR in upstream space to fix the Octopus package on devel before a new release is made.

Can you do that, @iamashwin99 ?

1 similar comment
@fangohr
Copy link
Owner Author

fangohr commented Oct 23, 2023

Nice, thank you!

We should make the same MR in upstream space to fix the Octopus package on devel before a new release is made.

Can you do that, @iamashwin99 ?

@@ -108,7 +109,8 @@ class Octopus(AutotoolsPackage, CudaPackage):
depends_on("libvdwxc~mpi", when="+libvdwxc")
depends_on("arpack-ng~mpi", when="+arpack")
depends_on("elpa~mpi", when="+elpa")
depends_on("netcdf-fortran ^netcdf-c~~mpi", when="+netcdf")
depends_on("netcdf-fortran", when="+netcdf")
Copy link
Collaborator

Choose a reason for hiding this comment

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

since this line is repeated in both conditions (with and without mpi) its a good idea to push it out of the condition

@iamashwin99
Copy link
Collaborator

added an MR upstream at spack/spack#40685

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