Search Criteria
Package Details: gmsh-bin 4.7.1-1
Git Clone URL: | https://aur.archlinux.org/gmsh-bin.git (read-only, click to copy) |
---|---|
Package Base: | gmsh-bin |
Description: | A free 3D finite element grid generator with a build-in CAD engine and post-processor. Includes SDK. |
Upstream URL: | http://gmsh.info/ |
Keywords: | FEM mesh meshing |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | CrocoDuck |
Maintainer: | CrocoDuck |
Last Packager: | CrocoDuck |
Votes: | 10 |
Popularity: | 0.009391 |
First Submitted: | 2016-07-18 17:39 |
Last Updated: | 2021-01-24 11:38 |
Dependencies (8)
- glu (glu-git)
- libxcursor (libxcursor-git)
- libxft (libxft-bgra-git, libxft-bgra)
- libxinerama (libxinerama-randr-git)
- chrpath (chrpath-svn) (make)
- gendesk (make)
- tar (tar-libarchive, tar-git, tar-parallel) (make)
- wget (wget-git) (make)
Required by (10)
- astk (requires gmsh) (optional)
- 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-fipy (requires gmsh) (optional)
- python2-sfepy (requires gmsh) (optional)
Latest Comments
1 2 Next › Last »
xpt commented on 2021-02-23 07:55
Please change
install -Dm 644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname%-*}.desktop"
to
install -Dm 644 "${srcdir}/${pkgname%-}.desktop" "${pkgdir}/usr/share/applications/${pkgname%-}.desktop"
The file gmsh-bin.desktop doesn't exist.
Thanks!
CrocoDuck commented on 2021-02-02 20:58
Hi @ymermoud,
I am not sure your suggestion can be implemented while, simultaneously:
If you work on python projects, I would recommend to go the pythonic way and create a virtual environment in your project, from within you can install
gmsh
(and any other dependency) withpip
without any risk of interfering with your system python environment.ymermoud commented on 2021-02-02 15:20
Could we install the gmsh.py module from the SDK to the proper place so that python can find it ?
Currently it is installed in
/usr/lib/
It should be
/usr/lib/python2.7/site-packages/gmsh.py
/usr/lib/python3.8/site-packages/gmsh.py
Thank you
CrocoDuck commented on 2020-06-03 20:38
@demolg it was a PKGBUILD bug. It should be fixed now.
CrocoDuck commented on 2020-06-03 19:27
@demolg Yes, I noticed it. The issue appears to be that
libgmsh.so.4.5
andlibgmsh.so.4.5.6
are two copies of the same exact file, and ldconfig does not like it because libraries are supposed to be symlinked to the full version (i.e. one of those file should be a symlink to the other). I will open up an issue upstream, as this is something that typically is addressed by the building system as far as I understand.EDIT: issue opened.
demolg commented on 2020-06-03 14:35
when installing, it show:
CrocoDuck commented on 2020-05-22 20:15
@mantielero it is done now. Thanks.
mantielero commented on 2020-05-14 13:00
Could you base this on
gmsh-sdk
?The main advantage is that it provides also a
lib
andinclude
folders. This enables usinggmsh
as a library through C and C++.threeofsix commented on 2018-09-17 22:52
Ah sorry, upon further inspection I think this is an issue with pacaur, which has been discontinued.
CrocoDuck commented on 2018-09-17 19:57
@threeofsix that sounds odd to me. In my system gendesk is installed and the command is gendesk. How are you trying to build? Use makepkg -s to automatically install all dependencies, gendesk should be pulled in.