Search Criteria
Package Details: elmerfem 9.0-4
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: | 13 |
Popularity: | 0.71 |
First Submitted: | 2015-08-18 13:50 (UTC) |
Last Updated: | 2023-11-22 20:14 (UTC) |
Dependencies (10)
- arpack
- blas (armplAUR, blis-gitAUR, blisAUR, blis-cblas-openmpAUR, blis-cblasAUR, aocl-blis-aoccAUR, aocl-blisAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blas-mklAUR, blas-gitAUR, atlas-lapackAUR, openblas-lapackAUR, 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 (gccrs-fortran-gitAUR, gcc-fortran-gitAUR, gcc11-fortranAUR) (make)
Latest Comments
1 2 3 4 Next › Last »
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
.drws commented on 2022-05-22 17:21 (UTC) (edited on 2022-05-28 10:49 (UTC) by drws)
There are at least two buildtime dependencies missing:
cli11
andopenvr
. Maybepython
should also be an explicit dependency?When trying to build I'm getting the same error as @ttshaw1 regarding the missing Python, which is of course installed, both major versions. @a.kudelin, have there been any developments regarding this issue?
ttshaw1 commented on 2022-02-26 06:36 (UTC)
Looks like I'm the first one to have problems relating to Python. After manually installing ospray and openvr, I'm not a point where I get the following error message:
-- Could NOT find Qt3 (missing: QT_QT_LIBRARY QT_INCLUDE_DIR)
CMake was unable to find desired Qt version: 3. Set advanced values QT_QMAKE_EXECUTABLE and QT3_QGLOBAL_H_FILE.
-- [ElmerGUI] Qwt: TRUE
-- [ElmerGUI] QWT_LIBRARY: /usr/lib/libqwt.so
-- [ElmerGUI] QWT_INCLUDE_DIR: /usr/include/qwt
-- Found Embree v3.13.3: /usr/lib/libembree3.so.3.13.3
-- Found Open VKL v1.1.0: /usr/lib/libopenvkl.so.1.1.0
-- Found OSPRay: /usr
-- Found OpenVR: /usr/lib/libopenvr_api.so
-- Could not find the VTK package due to a missing dependency: OpenVR
-- Found FontConfig: /usr/lib/libfontconfig.so
-- Could not find the VTK package due to a missing dependency: FontConfig
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Python (missing: Python_EXECUTABLE Interpreter)
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake/Modules/FindPython.cmake:561 (find_package_handle_standard_args)
/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:47 (find_package)
/usr/lib64/cmake/vtk/Findmpi4py.cmake:2 (find_dependency)
/usr/lib64/cmake/vtk/VTK-vtk-module-find-packages.cmake:415 (find_package)
/usr/lib64/cmake/vtk/vtk-config.cmake:150 (include)
ElmerGUI/CMakeLists.txt:93 (FIND_PACKAGE)
Anyone know how to handle this?
Kitpaddel commented on 2021-08-21 10:09 (UTC)
Was able to compile by adding this line to the prepare() section of the PKGBUILD
1 2 3 4 Next › Last »