Search Criteria
Package Details: mumps-seq 5.7.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mumps-seq.git (read-only, click to copy) |
---|---|
Package Base: | mumps-seq |
Description: | Sparse solver library using Gaussian elimination (sequential version) |
Upstream URL: | https://mumps-solver.org |
Licenses: | CeCILL-C |
Conflicts: | mumps, mumps-par, mumps-seq-shared |
Provides: | mumps |
Submitter: | eolianoe |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2014-11-09 17:01 (UTC) |
Last Updated: | 2024-07-20 16:53 (UTC) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
Required by (10)
- chronoengine (requires mumps) (make)
- chronoengine-git (requires mumps) (make)
- feelpp (requires mumps)
- freefem (requires mumps) (optional)
- petsc (requires mumps) (optional)
- petsc-complex (requires mumps) (optional)
- petsc-git (requires mumps) (optional)
- python-kwant (requires mumps) (optional)
- python-kwant-git (requires mumps) (optional)
- sparselizard (requires mumps)
Latest Comments
xantares commented on 2024-05-06 17:21 (UTC)
It seems something is wrong:
makefile_version.patch ... FAILED
==> ERROR: One or more files did not pass the validity check!
carlosal1015 commented on 2023-07-24 23:58 (UTC)
Thanks @pie86 for the hints.
pie86 commented on 2020-06-09 11:40 (UTC)
To compile this you need to add
-lapack
in libraries and
--std=legacy
in Fortran options.
salviati commented on 2019-05-20 20:23 (UTC)
The build fails with openblas on amd64 with the following error:
ranlib ../lib/libcmumps.a make[3]: Leaving directory '/home/salviati/.cache/yay/mumps-seq/src/MUMPS_5.1.2/src' make[2]: Leaving directory '/home/salviati/.cache/yay/mumps-seq/src/MUMPS_5.1.2/src' make[1]: Leaving directory '/home/salviati/.cache/yay/mumps-seq/src/MUMPS_5.1.2' (cd examples ; make c) make[1]: Entering directory '/home/salviati/.cache/yay/mumps-seq/src/MUMPS_5.1.2/examples' gfortran -O2 -fPIC -I../libseq -I. -I../include -c csimpletest.F -o csimpletest.o gfortran -o csimpletest csimpletest.o ../lib/libcmumps.a ../lib/libmumps_common.a -L/usr/lib -lmetis -L../PORD/lib/ -lpord -L../libseq -lmpiseq -lblas -lpthread /usr/bin/ld: ../lib/libcmumps.a(clr_core.o): in function
cmumps_truncated_rrqr_': clr_core.F:(.text+0xf5a): undefined reference to
ilaenv_' /usr/bin/ld: clr_core.F:(.text+0x101b): undefined reference toslamch_' /usr/bin/ld: clr_core.F:(.text+0x12d1): undefined reference to
clarfg_' /usr/bin/ld: clr_core.F:(.text+0x151e): undefined reference toclarfg_' /usr/bin/ld: ../lib/libcmumps.a(clr_core.o): in function
__cmumps_lr_core_MOD_cmumps_lrgemm3': clr_core.F:(.text+0x4447): undefined reference tocungqr_' /usr/bin/ld: ../lib/libcmumps.a(cfac_lr.o): in function
__cmumps_fac_lr_MOD_cmumps_compress_panel': cfac_lr.F:(.text+0x864): undefined reference tocunmqr_' /usr/bin/ld: ../lib/libcmumps.a(cfac_lr.o): in function
__cmumps_fac_lr_MOD_cmumps_fake_compress_cb': cfac_lr.F:(.text+0x1add): undefined reference to `cungqr_' collect2: error: ld returned 1 exit status make[1]: [Makefile:42: csimpletest] Error 1 make[1]: Leaving directory '/home/salviati/.cache/yay/mumps-seq/src/MUMPS_5.1.2/examples' make: [Makefile:43: cexamples] Error 2 ==> ERROR: A failure occurred in build(). Aborting... Error making: mumps-seq