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.000645 |
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
« First ‹ Previous 1 2 3 4 Next › Last »
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
gpettinello commented on 2021-08-08 17:40 (UTC)
@phollox: same error. It is strange as matc and in particular str.c is present also in other parts of elmer. And they don't give error
phollox commented on 2021-05-12 14:05 (UTC) (edited on 2021-05-12 14:12 (UTC) by phollox)
Trying to build it. Got this far:
Hey, at least is not gfortran complaining....
DarioP commented on 2020-11-06 13:06 (UTC)
In case anyone is wondering if the package builds without intervention, as of today the answer is still no.
a.kudelin commented on 2020-06-07 16:35 (UTC)
@hacksd, you're right, the package cannot be built due to a bug in gcc-fortran. It has already been fixed in the development branch of GCC, and I filed a request to maintainers to apply corresponding patch in archlinux. Suggest to wait a bit, or as a temporary solution you may use a different compiler until packages being fixed.
hacksd commented on 2020-06-04 21:54 (UTC)
But even after that, I faced multiple issues some of which are reported in the GitHub repo. Finally building from source is what worked for me.
The release used by this package, though being latest, can't be built with
gfortran
10 so should this package be flagged as out-of-date?hacksd commented on 2020-06-04 21:50 (UTC)
I tackled that issue with the help of the contributors in this issue. I basically added this
sed
command in thePKGBUILD
before thecmake
command:hacksd commented on 2020-06-03 06:28 (UTC)
Hello, thanks for this package. I am facing this error when trying to build this package:
Any help is welcome.
« First ‹ Previous 1 2 3 4 Next › Last »