ecmwf-ifs / fiat

The Fortran IFS and Arpege Toolkit
Apache License 2.0
9 stars 24 forks source link

Tags for fiat #9

Closed climbfuji closed 1 year ago

climbfuji commented 1 year ago

We've been making up our own tags ("fake tags") for fiat so that we can install it properly with spack. So far we have:

    version("main", branch="main", no_cache=True)
    # Defined for spack use only
    version("1.0.0", commit="1295120464c3905e5edcbb887e4921686653eab8")

and we'd like to add

    version("1.1.0", commit="9398e04fd5d00887b9598151abfa31c388e605d5")

but I think it would make sense if those tags were created in the repository as well. It doesn't need to be exactly those hashes and/or those tags, just something for us to work with. Of course it would be easiest for us if 1295120 became tag 1.0.0, but we can work around other choices, too.

climbfuji commented 1 year ago

@wdeconinck Do you have any feedback or suggestions on creating tags for fiat? Thanks!

wdeconinck commented 1 year ago

Hi @climbfuji I have added tags now 🙂: 1.0.0 and 1.1.0 (containing latest changes)

climbfuji commented 1 year ago

Excellent, thank you very much!