Package Details: elmerfem-git 9.0.r3447.g698666d2c-1

Git Clone URL: https://aur.archlinux.org/elmerfem-git.git (read-only, click to copy)
Package Base: elmerfem-git
Description: A finite element software for multiphysical problems
Upstream URL: http://www.elmerfem.org
Licenses: GPL-2.0-or-later
Conflicts: elmerfem
Provides: elmerfem
Submitter: saxonbeta
Maintainer: saxonbeta (bartus)
Last Packager: bartus
Votes: 7
Popularity: 0.002532
First Submitted: 2015-02-11 21:21 (UTC)
Last Updated: 2025-01-23 14:52 (UTC)

Dependencies (45)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

ashs commented on 2020-06-28 05:06 (UTC) (edited on 2020-06-28 05:07 (UTC) by ashs)

Hi! I tried to build this without trilinos (and ElmerIce). But, for some reason, the file {git clone directory}/src/elmerfem/ElmerGUI/Application/twod/renderarea.cpp wasn't compiling, until I added the line "#include <QPainterPath>" during the building process. I couldn't find where it was being extracted from. It seems to have installed fine now, anyways. But does this indicate a problem with the source file? Or could this be due to some problem with my qt5 installation?

heavysink commented on 2020-06-12 06:45 (UTC)

@hacksd Yes it is possible to build it without trilinos. I will remove it since trilinos is a headache to be built.

hacksd commented on 2020-06-04 21:58 (UTC)

I was able to build elmerfem from source without installing trilinos (as it wasn't getting built), so is trilinos really a required dependency of this package?

AsmundEr commented on 2019-03-25 08:45 (UTC)

FWIW I have been able to successfully build and install the latest elmerfem from source following upstream build instructions, without having installed qtwebkit nor vtk-qt4, but using just the vtk package in the standard [community] repo.

Kunda commented on 2019-01-05 23:35 (UTC)

8.4 was recently released https://github.com/ElmerCSC/elmerfem/releases/tag/release-8.4

Kunda commented on 2018-12-05 22:16 (UTC)

Any possibility that this package will be maintained again ?

Tempel commented on 2015-10-30 00:37 (UTC)

Thanks saxonbeta, you saved the day :)

saxonbeta commented on 2015-10-28 20:57 (UTC)

@Tempel, the problem is the latest VTK package which is now compiled against QT5. I have uploaded a new vtk package linked against QT4 https://aur.archlinux.org/packages/vtk-qt4/

Tempel commented on 2015-10-25 12:44 (UTC)

I've been neglectful, and haven't tried to build it for a while; it's not building for me now either. I hadn't anticipated such trouble from Qt5, but I'm working on it now.

fredericva commented on 2015-10-22 11:33 (UTC)

The build always fails on my system because it's trying to use the Qt5 moc binary for ElmerGUI, which uses Qt4. How are you getting this to build?