-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Libmesh out-of-date on spack #3870
Comments
Hello @Heinrich-BR, sorry, I don't know much about spack. Does it say somewhere who originally created the libmesh one? We might be able to tag them in this Issue and ask them for an update. At this point 1.7.1 is pretty old as well, so I'm not even sure updating to that will get you new enough PETSc versions either. |
Hi,
you can install the master version from git directly using spack specifying
***@***.***
If you need a released version, adding new packaged versions is quite easy:
libmesh configuration options have not changed in a long time.
Have a look here for an example
spack/spack@01ef40c
…On Tue, Jun 11, 2024 at 3:23 PM John W. Peterson ***@***.***> wrote:
Hello @Heinrich-BR <https://github.com/Heinrich-BR>, sorry, I don't know
much about spack. Does it say somewhere who originally created the libmesh
one? We might be able to tag them in this Issue and ask them for an update.
At this point 1.7.1 is pretty old as well, so I'm not even sure updating to
that will get you new enough PETSc versions either.
—
Reply to this email directly, view it on GitHub
<#3870 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABR2RWMQRM3FNWPV3N7UADZG323RAVCNFSM6AAAAABJCI2U52VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRQG42TMMBWGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Antonio Cervone
|
Hi @jwpeterson, thank you for your message! I'm looking at the libmesh package on the spack repo and it seems to have been updated 5 years ago by @manavbhatia. @capitalaslash, thank you for the tip! I'll try it out! |
Hi,
I have been trying to use spack to build dependencies for my stack, and I have noticed that the most recent version of libmesh that can be built with spack is 1.4.1, whereas at time of writing, the most recent version of libmesh is 1.7.1. Because of this, you can't use spack to build libmesh with any relatively recent versions of PETSc, since there are deprecated PETSc functions still in use in libmesh 1.4.1. I was wondering if it would be possible to update the libmesh build on spack to include the most recent versions. Thank you!
The text was updated successfully, but these errors were encountered: