Search Criteria
Package Details: gmsh-docs 4.15.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gmsh.git (read-only, click to copy) |
|---|---|
| Package Base: | gmsh |
| Description: | TXT, HMTL and PDF doc for Gmsh |
| Upstream URL: | https://gmsh.info |
| Licenses: | GPL-2.0-or-later |
| Submitter: | S1G1 |
| Maintainer: | gborzi (carlosal1015, gpettinello) |
| Last Packager: | carlosal1015 |
| Votes: | 66 |
| Popularity: | 0.047463 |
| First Submitted: | 2006-04-04 23:31 (UTC) |
| Last Updated: | 2026-03-29 12:50 (UTC) |
Dependencies (15)
- alglib (make)
- annAUR (make)
- cairo (cairo-gitAUR) (make)
- cgns (cgns-parallelAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- fltk1.3 (make)
- glu (glu-gitAUR) (make)
- lapack (aocl-libflame-aoccAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blas-openblas-gitAUR, lapack-gitAUR, aocl-libflameAUR, openblas-lapackAUR, blas-mklAUR, blas-openblas) (make)
- med-openmpi (make)
- metisAUR (metis-gitAUR) (make)
- opencascade (opencascade-gitAUR) (make)
- swig (swig-gitAUR) (make)
- texlive-meta (make)
- voro++AUR (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 22 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/gmshor create a symbolic link from${pkgdir}/usr/share/gmsh/api/python/gmsh.pyto${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 10 .. 22 Next › Last »