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.007952 |
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, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, 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, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, 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 10 .. 21 Next › Last »
gborzi commented on 2020-11-12 15:54 (UTC)
@gdolle Thanks for the comment. I don't know the julia framework, so I have a question on where to put the file: if the file is under /usr/share/julia/gmsh will julia be able to read it without the need to have a file under /etc/profile.d? i.e. will it be already in the load path under /usr/share/julia/gmsh? If so, I'd prefer this solution.
gdolle commented on 2020-11-11 21:47 (UTC) (edited on 2020-11-11 21:48 (UTC) by gdolle)
It might be better to move gmsh.jl from /usr/lib since it is not a shared library. Maybe /usr/share/gmsh/api/julia/ (or /usr/share/julia/gmsh ?) and add an environment script /etc/profile.d/gmsh.sh with
export JULIA_LOAD_PATH="/usr/share/gmsh/api/julia/:$JULIA_LOAD_PATH"
(or "@gmsh")Then it would work out of box in julia command line
import gmsh
.gborzi commented on 2020-10-21 10:33 (UTC)
@newsboost Looks like the problem is with the voro++ package. The source for voro++ couldn't be downloaded during your attempt to compile. Now it downloads without problem. Please retry the installation.
newsboost commented on 2020-07-21 12:08 (UTC) (edited on 2020-07-21 12:10 (UTC) by newsboost)
I try to install via "yay -S gmsh" but get:
Anyone knows what's wrong (or a work-around/solution or something)?
gborzi commented on 2020-07-03 14:22 (UTC)
Sorry for the delay in adding the glu dependency, but I've been quite busy lately.
lahwaacz commented on 2020-07-03 08:47 (UTC)
glu
needs to be added todepends
(not justmakedepends
), because both/usr/bin/gmsh
and/usr/lib/libgmsh.so
are directly linked tolibGLU.so.1
.petronny commented on 2020-07-03 08:32 (UTC) (edited on 2020-07-03 08:33 (UTC) by petronny)
So please add
glu
to at leastmakedepends
.lahwaacz commented on 2020-06-23 21:13 (UTC) (edited on 2020-06-23 21:13 (UTC) by lahwaacz)
@gborzi Only because Manjaro did not pull in fltk-1.3.5-2 yet, which dropped the dependency on
glu
... Please test your packages on Arch before giving them to the Arch User Repository.gborzi commented on 2020-06-23 19:03 (UTC)
@lahwaacz Sorry, I missed the GLU error line. And realized why it went wrong on your system but compiled fine on mine. I ran Manjaro, and on Manjaro fltk depends on glu, so there was no need to add glu to the depends array.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 21 Next › Last »