Search Criteria
Package Details: libmesh 1.3.1-1
Git Clone URL: | https://aur.archlinux.org/libmesh.git (read-only, click to copy) |
---|---|
Package Base: | libmesh |
Description: | A C++ Finite Element Library |
Upstream URL: | http://libmesh.github.io/ |
Licenses: | |
Submitter: | xantares |
Maintainer: | entshuld |
Last Packager: | entshuld |
Votes: | 2 |
Popularity: | 0.005980 |
First Submitted: | 2016-02-26 20:41 |
Last Updated: | 2020-05-12 05:00 |
Dependencies (9)
- boost-libs (boost171, boost-libs-git)
- eigen (eigen-git, eigen32)
- glpk (glpk-git)
- hdf5 (hdf5-git, hdf5-openmpi-java, hdf5-java, hdf5-openmpi)
- intel-tbb (intel-tbb-gcc6, tbb)
- netcdf (netcdf-openmpi)
- nlopt
- vtk (vtk-visit, vtk-raytracing-git, vtk-git, vtk9)
- bison (byacc-bison, bison-git) (make)
Latest Comments
Kunda commented on 2020-01-17 08:50
bump
Kunda commented on 2020-01-02 13:14
Anyone willing to adopt this package? Current stable is at 1.5.1 https://github.com/libMesh/libmesh/releases/tag/v1.5.1
jnvandermeer commented on 2017-03-17 05:47
Hi all,
Libmesh 0.9.5 won't build in Arch currently... some issue with variable types not matching, and the compiler complains about it - and stops building!
I've no idea why or how, so I just took the shortcut route, went to the libmesh website and tried to follow their instructions -> it compiles without errors. Then I noticed that the version increased.
https://github.com/libMesh/libmesh/releases
So you could modify your PKGBUILD to use version 1.1.0 instead!
(and skip the md5 checksum) This should probably work.
I'm still quite new to Arch, so I don't know exactly (yet) how to update a PKGBUILD myself (but I guess it's not possible, right?) Also I think would be nice to do a git pull with the PKGBUILD.. but I also don't know how to do that.
Anyway, hope it's useful!
Johan