Search Criteria
Package Details: gmsh 4.13.1-1
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: | 62 |
Popularity: | 0.005861 |
First Submitted: | 2006-04-04 23:31 (UTC) |
Last Updated: | 2024-05-25 16:15 (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, opencascade-rcAUR, opencascade-f3dAUR)
- 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)
- metisAUR (metis-gitAUR) (make)
- opencascade (opencascade-gitAUR, opencascade-rcAUR, opencascade-f3dAUR) (make)
- sed (busybox-coreutilsAUR, sed-gitAUR) (make)
- swig (swig-gitAUR) (make)
- texlive-meta (make)
- voro++AUR (make)
- gmsh-docsAUR (gmsh-git-docsAUR) (optional) – docs for gmsh
- julia (julia-nightly-binAUR, julia-beta-binAUR, julia-gitAUR, juliaupAUR, juliaup-binAUR, julia-binAUR) (optional) – for gmsh.jl
- python (python37AUR, python311AUR, python310AUR) (optional) – for gmsh.py
Required by (16)
- deal-ii (optional)
- feelpp
- getdp
- neper
- octave-msh (optional)
- python-bempp-cl (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 »
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
gborzi commented on 2020-11-12 19:41 (UTC)
@gdolle Now it's fixed. I've added an environment script for csh as well.
gdolle commented on 2020-11-12 17:42 (UTC)
Hi @gborzi, no unfortunately in both cases, overloading JULIA_LOAD_PATH seems to be the way, ju does not have standard path similar to python site-package directory to my knowledge.. (See https://docs.julialang.org/en/v1/manual/environment-variables/#JULIA_LOAD_PATH). I think /usr/share/gmsh/<path_somewhere> may avoid you headache in the future with other pkg. Best, G.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 21 Next › Last »