Thank you very much MarsSeed for the tip. The PKGBUILD was updated accordingly.
Search Criteria
Package Details: mbdyn-git r8479.eb3297c34-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mbdyn-git.git (read-only, click to copy) |
---|---|
Package Base: | mbdyn-git |
Description: | The first *free* general purpose Multibody Dynamics analysis software |
Upstream URL: | www.mbdyn.org |
Keywords: | dynamics multibody simulation |
Licenses: | GPLv2 |
Submitter: | zanoni |
Maintainer: | zanoni |
Last Packager: | zanoni |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-04-05 11:16 (UTC) |
Last Updated: | 2024-03-12 15:15 (UTC) |
Dependencies (11)
- netcdf (netcdf-openmpi)
- netcdf-cxx
- suitesparse
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libtool (libtool-gitAUR) (make)
- blas-openblas (optional) – eigenanalysis support, openBLAS version
- ginac (optional) – symbolic elements support,
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas) (optional) – eigenanalysis support,
Required by (0)
Sources (1)
Latest Comments
zanoni commented on 2023-06-15 14:50 (UTC)
MarsSeed commented on 2023-06-15 12:30 (UTC)
TLDR; Please change optdepends openblas-lapack
to blas-openblas
.
Please note that Arch announced on June 14 a new blas-openblas repo package.
The earlier AUR package openblas-lapack is the same, therefore it will have to be deleted.
zanoni commented on 2023-04-12 14:30 (UTC)
By default, only the hfelem
module is built. If you want to compile and install additional modules, edit the _modules
variable in PKGBUILD
.
For example, to enable also the muscles
, hid
and flightgear
modules:
_modules="hfelem muscles hid flightgear"
Pinned Comments
zanoni commented on 2023-04-12 14:30 (UTC)
By default, only the
hfelem
module is built. If you want to compile and install additional modules, edit the_modules
variable inPKGBUILD
.For example, to enable also the
muscles
,hid
andflightgear
modules: