Search Criteria
Package Details: elmerfem 9.0-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/elmerfem.git (read-only, click to copy) |
---|---|
Package Base: | elmerfem |
Description: | A finite element software for multiphysical problems |
Upstream URL: | http://www.elmerfem.org |
Keywords: | CFD FEM simulation |
Licenses: | GPL |
Conflicts: | elmerfem-git |
Submitter: | saxonbeta |
Maintainer: | rmsc |
Last Packager: | rmsc |
Votes: | 12 |
Popularity: | 0.000658 |
First Submitted: | 2015-08-18 13:50 (UTC) |
Last Updated: | 2024-08-08 10:49 (UTC) |
Dependencies (10)
- arpack (arpack-gitAUR)
- blas (blis-cblas-openmpAUR, blis-cblasAUR, aocl-blis-aoccAUR, blas-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blis-gitAUR, blisAUR, openblas-lapackAUR, blas-mklAUR, aocl-blisAUR, blas-openblas)
- glu (glu-gitAUR)
- mmgAUR (mmg-gitAUR)
- netcdf-fortran (netcdf-fortran-openmpi)
- qt5-script (qt5-script-gitAUR)
- qwt
- cli11 (make)
- cmake (cmake-gitAUR) (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
Latest Comments
1 2 3 4 Next › Last »
lhy7889678 commented on 2024-06-13 14:37 (UTC)
In newer versions of GCC, implicit function declaration in C code is regarded as error by default.
-Wno-error=implicit-function-declaration
is required to compile Elmer FEM successfully.OpusOne commented on 2024-03-25 20:28 (UTC)
ElmerGUI doesn't terminate when we exit it. We have to kill the process.
javalsai commented on 2024-02-02 18:45 (UTC)
For some reason, some tests were failing for me, then I checked the logfile at the end of the output and found a ompi error that led me here: https://github.com/open-mpi/ompi/issues/5613.
Even tho it's closed, I modified my $PATH to remove
/bin
(so commandwhich
is forced to use/usr/bin
) and for some reason it worked.greyltc commented on 2023-11-26 06:58 (UTC)
@rmsc, if you depend on mumps-cmake, you can build this with
-D WITH_Mumps=ON
doofus_drummer commented on 2023-09-21 07:00 (UTC)
@rmsc thankyou! this worked for me!
rmsc commented on 2023-08-09 15:44 (UTC) (edited on 2023-08-09 15:44 (UTC) by rmsc)
I think it's best to just fix the PKGBUILD. Just add this line at the end of the
prepare()
function:StephanT commented on 2023-05-26 09:30 (UTC)
Actually, I got the same problem. The file libmmgtypesf.h is now located in mmg/common/ folder not in mmg/mmg3d/ . There is 2 options, you can change the include statement in the file ClavingRemeshMMG.F90 to the correct folder and do this whenever you encounter the error. Or, do what I did, after mmg was installed by the installation routine, and the routine stopped here with this error; I went to the already installed mmg include folder and I made a softlink in mmg/mmg3d to the mmg/common/libmmgtypesf.h and rerun the installation. This time without problems... mmg include folder for me was located in /usr/include/mmg/, however it might be in /usr/local/include/mmg/ or even somewhere else...
seany commented on 2023-05-25 11:15 (UTC) (edited on 2023-05-25 11:16 (UTC) by seany)
Getting this error
I can only find this information:
https://github.com/MmgTools/mmg/issues/66
Would love to have this on my CachyOS
Linux glassplanet 6.3.3-1-cachyos #1 SMP PREEMPT_DYNAMIC Wed, 17 May 2023 19:10:26 +0000 x86_64 GNU/Linux
petronny commented on 2022-07-04 12:50 (UTC)
Getting the following error:
Full build log: https://github.com/arch4edu/cactus/runs/7178575430?check_suite_focus=true
drws commented on 2022-05-28 10:48 (UTC)
The package builds successfully now, thanks @a.kudelin! Also
openvr
is no longer a dependency due to-DWITH_VTK=OFF
.1 2 3 4 Next › Last »