Thank you @kingmk13
Search Criteria
Package Details: gmsh-bin 4.13.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gmsh-bin.git (read-only, click to copy) |
---|---|
Package Base: | gmsh-bin |
Description: | An three-dimensional finite element mesh generator with built-in pre- and post-processing facilities (includes SDK) |
Upstream URL: | https://gmsh.info |
Keywords: | FEM mesh meshing |
Licenses: | GPL-2.0-or-later |
Conflicts: | gmsh |
Provides: | gmsh |
Submitter: | CrocoDuck |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 13 |
Popularity: | 0.110965 |
First Submitted: | 2016-07-18 17:39 (UTC) |
Last Updated: | 2024-05-25 16:14 (UTC) |
Dependencies (10)
- glu (glu-gitAUR)
- libxcursor
- libxft (libxft-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- chrpath (chrpath-gitAUR) (make)
- gendesk (make)
- julia (julia-nightly-binAUR, julia-beta-binAUR, julia-gitAUR, juliaupAUR, juliaup-binAUR, julia-binAUR) (optional) – for gmsh.jl
- man-db (optional) – manual pages for gmsh
- python (python37AUR, python311AUR, python310AUR) (optional) – for gmsh.py
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy1AUR, python-numpy-mkl-binAUR) (optional) – for gmsh.py
Required by (16)
- deal-ii (requires gmsh) (optional)
- feelpp (requires gmsh)
- getdp (requires gmsh)
- neper (requires gmsh)
- octave-msh (requires gmsh) (optional)
- python-bempp-cl (requires gmsh) (optional)
- python-bempp-git (requires gmsh) (optional)
- python-fenics-dolfinx (requires gmsh) (optional)
- python-fenics-dolfinx-git (requires gmsh) (optional)
- python-fipy (requires gmsh) (optional)
- python-gmsh_interop (requires gmsh)
- python-pygmsh (requires gmsh)
- python-pymor (requires gmsh) (optional)
- python-pyxel-fedic (requires gmsh)
- python-trimesh (requires gmsh) (optional)
- sparselizard (requires gmsh)
Sources (1)
carlosal1015 commented on 2022-12-12 13:31 (UTC)
kingmk13 commented on 2022-12-12 11:19 (UTC)
Hi, it seems that the URL is missing an "s" after http. Maybe it has changed. The download works with : url="http://gmsh.info"
Frisbee commented on 2022-07-11 15:01 (UTC) (edited on 2022-07-11 15:01 (UTC) by Frisbee)
Does anybody have issues in exporting mesh (read from .msh) to SVG, PDF etc? gmsh stops responding with near 100% CPU usage; seems to work fine on Windows version. There are no open issues (https://gitlab.onelab.info/gmsh/gmsh/-/issues).
carlosal1015 commented on 2022-04-16 17:35 (UTC) (edited on 2022-04-16 17:36 (UTC) by carlosal1015)
Thanks @pychuang, in the next release we will do the changes. For example, the output of PYTHONPATH is empty.
pychuang commented on 2022-04-16 02:31 (UTC)
@carlosal1015 Regarding gmsh.py
, here's my suggestion: it may be put to somewhere like /usr/local/lib/gmsh/gmsh.py
. And then add something like gmsh.sh
to /etc/profile.d
with an environment variable setup:
$ cat /etc/profile.d/gmsh.sh
-----------------------------
export PYTHONPATH=/usr/local/lib/gmsh:$PYTHONPATH
So users will not need to manually set PYTHONPATH
to use gmsh.py
. Most login shells source the files under /etc/profile.d
, so it should work fine for most users. The reason not to keep it at /usr/lib/gmsh.py
is to avoid adding /usr/lib
to PYTHONPATH
. (There are too many things in /usr/lib
. Who knows if there is anything conflicting with correct Python modules.)
carlosal1015 commented on 2022-02-07 21:37 (UTC)
Hi, please someone knows if opencascade
is an optional dependency or required, because if we are free of opencascade
we could install both paraview
and gmsh-bin
.
carlosal1015 commented on 2022-02-03 21:35 (UTC)
gatonero commented on 2022-01-22 00:36 (UTC)
Success! Thanks!
carlosal1015 commented on 2022-01-21 18:44 (UTC)
Hi @gatonero, for 4.9.3-2, must be working good, if happen any issue for improve PKGBUILD, please share the message here.
carlosal1015 commented on 2022-01-21 18:17 (UTC)
Thanks @gatonero, checking now.
Pinned Comments
carlosal1015 commented on 2022-01-21 15:46 (UTC) (edited on 2022-12-12 13:25 (UTC) by carlosal1015)
See (December 3, 2021) https://gmsh.info/CHANGELOG.txt, only support 64-bits.