JCSDA / spack

A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
https://spack.io
Other
0 stars 14 forks source link

mapl: add v2.46.1 #436

Closed mathomp4 closed 5 months ago

mathomp4 commented 5 months ago

Adds MAPL 2.46.1.

My testing shows this works with mainline spack, so should work here!

mathomp4 commented 5 months ago

Thanks! Does this PR make our mapl package identical to the one in spack develop?

Alllllmost. You all have:

    # https://github.com/JCSDA/spack-stack/issues/769
    conflicts("+pflogger", when="@:2.40.3 %intel@2021.7:")
    conflicts("+extdata2g", when="@:2.40.3 %intel@2021.7:")

in your copy. I'm going to make a PR to mainline spack to get that in so that they are identical.

climbfuji commented 5 months ago

Thanks! Does this PR make our mapl package identical to the one in spack develop?

Alllllmost. You all have:

    # https://github.com/JCSDA/spack-stack/issues/769
    conflicts("+pflogger", when="@:2.40.3 %intel@2021.7:")
    conflicts("+extdata2g", when="@:2.40.3 %intel@2021.7:")

in your copy. I'm going to make a PR to mainline spack to get that in so that they are identical.

Great, thanks!

mathomp4 commented 5 months ago

Here it is: https://github.com/spack/spack/pull/44350