You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fpm run --args build
Key ver is not allowed in dependency M_CLI2
ERROR STOP 1
Error termination. Backtrace:
#0 0x7fc87742e131 in ??? #1 0x7fc87742ecd9 in ??? #2 0x7fc87742fe9b in ??? #3 0x404570 in fpm_MOD_cmd_build
at src/fpm.f90:101 #4 0x401977 in MAIN
at app/main.f90:22 #5 0x401a20 in main
at app/main.f90:8
The text was updated successfully, but these errors were encountered:
In the Fortran version if you use ver= with a dependency it fails
[dependencies.M_CLI2]
git = "https://github.com/urbanjost/M_CLI2.git"
ver = "a177b0077819571815fa6a8da6980bcb45443858"
fpm run --args build
Key ver is not allowed in dependency M_CLI2
ERROR STOP 1
Error termination. Backtrace:
#0 0x7fc87742e131 in ???
#1 0x7fc87742ecd9 in ???
#2 0x7fc87742fe9b in ???
#3 0x404570 in fpm_MOD_cmd_build
at src/fpm.f90:101
#4 0x401977 in MAIN
at app/main.f90:22
#5 0x401a20 in main
at app/main.f90:8
The text was updated successfully, but these errors were encountered: