I'm trying to install Xyce with Spack but i get th...
# xyce
m
I'm trying to install Xyce with Spack but i get this error. 45 -- Looking for Trilinos - found >> 46 CMake Error at CMakeLists.txt:55 (message): 47 ERROR: Trilinos version 13.0 is less than the required minimum of 13.5. 48 Install a version of Trilinos of 13.5 or greater. 49 I searched for Trilinos 13.5 but the latest version is Trilinos 13.4. Does anyone know how to solve this error?
e
There have been a lot of recent updates to the CMake build system and possibly those updates are out of phase with spack. I’ll look into this.
👍 1
What happens if you try:
spack install xyce@7.5.0+pymi
. (or do it w/o the pymi part:
spack install xyce@7.5.0
)
m
I tried both. and I get the same error. I ended up installing Xyce@7.4 which installed fine.
e
The requirement for Trilinos 13.5 is in the Xyce CMake files on our master branch. But that requirement wouldn’t have been there yet on the 7.5 release branch. Of course, if you really need more recent Xyce features (as 7.5 came out in June 2022), then you might have to wait until this gets fixed.
👍 1
OK, thanks for the info. I’ll report this back to the guys who have been working on CMake.
They report to me that the requirement for Trilinos 13.5 got added to the CMakeLists file recently, so it should not have been in the 7.5 branch of Xyce. So, I am surprised that you got the same error for 7.5.
m
Not sure. but Thanks for your response.
c
is xyce@7.4 installation parallel?