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.002481
First Submitted: 2015-02-11 21:21 (UTC)
Last Updated: 2025-01-23 14:52 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5

ckoresko commented on 2015-02-26 01:42 (UTC)

Thanks, Tempel! Following your suggestion I changed the cmake command to the following, and the package built and appeared to install correctly. cmake -DWITH_ELMERGUI:BOOL=TRUE -DWITH_MPI:BOOL=TRUE -DCMAKE_INSTALL_PREFIX=/usr \ -DWITH_VTK:BOOL=TRUE -DWITH_OpenMP:BOOL=TRUE -DWITH_QWT:BOOL=TRUE \ -DELMER_SOLVER_HOME=/usr/share/elmersolver -DELMER_INSTALL_LIB_DIR=/usr/lib

Tempel commented on 2015-02-22 02:53 (UTC)

Ignore my previous comment; everything was fixed by modifying just the cmake lines in the PKGBUILD. Removing all the $pkgdir references on those three lines made everything go to the right locations, so the rm and mv lines were able to do their jobs. After that, ElmerGUI was able to run, though I haven't tested any further.

Tempel commented on 2015-02-22 02:39 (UTC)

Had a build failure with these errors: rm: cannot remove ‘/home/randy/tmp/yaourt-tmp-randy/aur-elmerfem-git/pkg/elmerfem-git/usr/lib/libparpack.so’: No such file or directory rm: cannot remove ‘/home/randy/tmp/yaourt-tmp-randy/aur-elmerfem-git/pkg/elmerfem-git/usr/lib/libarpack.so’: No such file or directory Commenting out the line in the PKGBUILD containing "rm -- $pkgdir/usr/lib/{libparpack.so,libarpack.so}" then gave a new error: mv: cannot stat ‘/home/randy/tmp/yaourt-tmp-randy/aur-elmerfem-git/pkg/elmerfem-git/usr/share/elmersolver/lib/*.so’: No such file or directory Commenting out the PKGBUILD line "mv $pkgdir/usr/share/elmersolver/lib/*.so $pkgdir/usr/lib" allowed it to build, though it does warn that "Package contains reference to $pkgdir". Attempting to install the created package tries to install over the build directory. I haven't been able to fix this yet.