Package Base Details: gmsh

Git Clone URL: https://aur.archlinux.org/gmsh.git (read-only, click to copy)
Submitter: S1G1
Maintainer: gborzi (carlosal1015, gpettinello)
Last Packager: carlosal1015
Votes: 61
Popularity: 0.039075
First Submitted: 2006-04-04 23:31 (UTC)
Last Updated: 2024-01-21 21:19 (UTC)

Packages (2)

Latest Comments

« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 20 Next › Last »

pizzooid commented on 2016-06-08 15:06 (UTC)

Please add https://aur.archlinux.org/packages/hdf5-1.8 as a dependency

fredericva commented on 2016-05-17 13:29 (UTC)

Compilation fails with GCC 6, but the Debian guys already have a (trivial) patch: Description: Fix narrow conversion error with GCC-6 Author: Anton Gladky <gladk@debian.org> Bug-Debian: https://bugs.debian.org/811792 Last-Update: 2016-01-30 Index: gmsh-2.12.0-source/Fltk/FlGui.cpp =================================================================== --- gmsh-2.12.0-source.orig/Fltk/FlGui.cpp +++ gmsh-2.12.0-source/Fltk/FlGui.cpp @@ -370,7 +370,7 @@ FlGui::FlGui(int argc, char **argv) // nothing to do here #else fl_open_display(); - static char gmsh32x32[] = { + static unsigned char gmsh32x32[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x40, 0x03, 0x00, 0x00, 0x40, 0x03, 0x00, 0x00, 0x20, 0x07, 0x00, 0x00, 0x20, 0x07, 0x00, 0x00, 0x10, 0x0f, 0x00, 0x00, 0x10, 0x0f, 0x00, 0x00, 0x08, 0x1f, 0x00, @@ -384,7 +384,7 @@ FlGui::FlGui(int argc, char **argv) 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00}; graph[0]->getWindow()->icon ((const char*)XCreateBitmapFromData(fl_display, DefaultRootWindow(fl_display), - gmsh32x32, 32, 32)); + (char*)(gmsh32x32), 32, 32)); #endif graph[0]->getWindow()->show(argc >0 ? 1 : 0, argv);

mickele commented on 2016-05-13 22:49 (UTC)

After hdf5 upgrade to 1.10 gmsh doesn't create valid med file. Downgrading to hdf5-1.8 solves the problem. So I created a package hdf5-1.8 available at https://aur.archlinux.org/packages/hdf5-1.8. med and gmsh must be modified to link to hdf5-1.8. PKGBUILD of med-salome links to hdf5-1.8 . To link gmsh to hdf5-1.8 I added line -DHDF5_LIB=/opt/hdf5-1.8/lib/libhdf5.so \ to cmake command

gborzi commented on 2016-05-03 11:45 (UTC)

After the hdf5 upgrade the package needs to be recompiled.

mickele commented on 2016-03-30 08:48 (UTC)

@gborzi Thanks for your help. In the meantime I sent a message to gmsh mailing list asking for suggestions.

gborzi commented on 2016-03-29 21:31 (UTC)

@mickele Tried opencascade 6.9.0 and 6.8.0. None worked.

gborzi commented on 2016-03-29 21:17 (UTC)

@mickele Maybe it worked with the older opencascade version (6.9.0)? I don't have this version in my cache, so I'll have to download it to check.