Search Criteria
Package Details: gmsh 4.13.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/gmsh.git (read-only, click to copy) |
---|---|
Package Base: | gmsh |
Description: | An automatic 3D finite element mesh generator with pre and post-processing facilities |
Upstream URL: | https://gmsh.info |
Licenses: | GPL-2.0-or-later |
Submitter: | S1G1 |
Maintainer: | gborzi (carlosal1015, gpettinello) |
Last Packager: | carlosal1015 |
Votes: | 63 |
Popularity: | 0.41 |
First Submitted: | 2006-04-04 23:31 (UTC) |
Last Updated: | 2025-03-01 15:08 (UTC) |
Dependencies (29)
- alglib
- annAUR
- cairo (cairo-gitAUR)
- cgns (cgns-parallelAUR)
- fltk (fltk-gitAUR)
- glu (glu-gitAUR)
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blas-mklAUR, aocl-libflameAUR, openblas-lapackAUR, blas-openblas)
- med-openmpi
- metisAUR (metis-gitAUR)
- opencascade (opencascade-gitAUR)
- alglib (make)
- annAUR (make)
- cairo (cairo-gitAUR) (make)
- cgns (cgns-parallelAUR) (make)
- cmake (cmake-gitAUR) (make)
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- fltk (fltk-gitAUR) (make)
- glu (glu-gitAUR) (make)
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blas-mklAUR, aocl-libflameAUR, openblas-lapackAUR, blas-openblas) (make)
- med-openmpi (make)
- Show 9 more dependencies...
Required by (15)
- deal-ii (optional)
- feelpp
- getdp
- neper
- octave-msh (optional)
- python-bempp-git (optional)
- python-fenics-dolfinx (optional)
- python-fenics-dolfinx-git (optional)
- python-fipy (optional)
- python-gmsh_interop
- python-pygmsh
- python-pymor (optional)
- python-pyxel-fedic
- python-trimesh (optional)
- sparselizard
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 21 Next › Last »
drwells commented on 2022-02-28 21:48 (UTC) (edited on 2022-02-28 21:49 (UTC) by drwells)
On my machine I see
with a fresh install of gmsh. I didn't exhaustively check the build logs but it appears that gmsh will link against CGNS when present (none of its dependencies do, so its not captured transitively AFAICT). Would you please add CGNS as an optional dependency? Thanks!
gborzi commented on 2021-09-26 12:38 (UTC)
I've just recompiled gmsh with gcc 11.1.0, I'm unable to reproduce the bug.
trougnouf commented on 2021-09-26 08:21 (UTC)
v4.8.4 wont' compile with gcc11, needs this patch https://gitlab.onelab.info/gmsh/gmsh/-/commit/9156f54032dd4048332b92903d8f87e324dbc13f or to wait until the next release.
carlosal1015 commented on 2021-08-03 22:52 (UTC)
Thank you so much for the clarification @gborzi, @lahwaacz, I will manually add
PYTHONPATH="/usr/share/gmsh/api/python/$PYTHONPATH"
since it is a better and cleaner option for the reasons explained, for work withpython-pygmsh
.lahwaacz commented on 2021-08-03 18:40 (UTC)
@gborzi That's not a problem, that's the Arch way.
gborzi commented on 2021-08-03 16:16 (UTC)
@carlosal1015 The problem with putting gmsh.py under /usr/lib/python3.9 is that every time python is upgraded to a release with a different major.minor number the package needs to be recompiled. I.e. when python changes to 3.10 PYTHONPATH is /usr/lib/python3.10, but the file is still under /usr/lib/python3.9. You can manually move it, but it's the same now, that is to say move gmsh.py to the required python directory as root.
carlosal1015 commented on 2021-08-03 05:25 (UTC)
Hi, thanks for the packaging, it will be amazing that after installing
gmsh
, and the optional dependencypython
, the python module gmsh keep active inPYTHONPATH
. If we runbut with
works :-)
In debian package python3-gmsh, they put in
/usr/lib/python3/dist-packages/gmsh.py
. Will be correct put in${pkgdir}/usr/lib/python3.9/site-packages/gmsh
or create a symbolic link from${pkgdir}/usr/share/gmsh/api/python/gmsh.py
to${pkgdir}/usr/lib/python3.9/site-packages/gmsh
? Maybe works something likeexport PYTHONPATH="/usr/share/gmsh/api/python/$PYTHONPATH"
in/etc/profile.d/gmsh.sh
.Cheers.
libreliu commented on 2021-05-05 07:26 (UTC)
Thanks for the package ;)
Got the following error while trying to install with
yay -S gmsh
:The error was probably raised in
LC_ALL=C make doc
.capitalaslash commented on 2021-02-16 10:22 (UTC)
please update python installation path to 3.9
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 21 Next › Last »