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
spack install gmds +lima gives the following error : /tmp/oudotmp/spack-stage/spack-stage-gmds-1.2.1-rasrjyfcex6wsqa7ff7c3aq6msvgtts7/spack-src/pygmds/src/gmds_binding.cpp:2:10: fatal error: gmds/blocking/CurvedBlocking.h: No such file or directory
It seems that lima option depends on blocking option spack install gmds +blocking +lima works
The text was updated successfully, but these errors were encountered:
It is actually the python bindings that require blocking, and since the python variant is True by default the installation encounters this problem.
I will close this issue and pursue in the newer issue #374
spack install gmds +lima
gives the following error :/tmp/oudotmp/spack-stage/spack-stage-gmds-1.2.1-rasrjyfcex6wsqa7ff7c3aq6msvgtts7/spack-src/pygmds/src/gmds_binding.cpp:2:10: fatal error: gmds/blocking/CurvedBlocking.h: No such file or directory
It seems that lima option depends on blocking option
spack install gmds +blocking +lima
worksThe text was updated successfully, but these errors were encountered: