Search Criteria
Package Details: freefem 4.8.0-1
Git Clone URL: | https://aur.archlinux.org/freefem.git (read-only, click to copy) |
---|---|
Package Base: | freefem |
Description: | A PDE oriented language using the finite element method |
Upstream URL: | https://freefem.org/index.html |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | haawda |
Maintainer: | gdolle |
Last Packager: | gdolle |
Votes: | 14 |
Popularity: | 0.002172 |
First Submitted: | 2019-06-19 19:31 |
Last Updated: | 2021-01-20 14:39 |
Dependencies (30)
- arpack
- freeglut (freeglut-x11-svn, freeglut-wayland-svn)
- glu (glu-git)
- gsl
- hdf5 (hdf5-git, hdf5-openmpi-java, hdf5-java, hdf5-openmpi)
- openmpi (openmpi-git, openmpi3, openmpi-gcc8, openmpi-gcc9, openmpi-cuda)
- parmetis
- suitesparse (suitesparse-mkl)
- autoconf (autoconf-git) (make)
- bison (byacc-bison, bison-git) (make)
- flex (flex-git) (make)
- gcc-fortran (gcc-fortran-multilib-x32, gcc-fortran-multilib-git, gcc-fortran-git) (make)
- python (python-dbg) (make)
- texlive-core (texlive-installer, texlive-full) (make)
- unzip (unzip-natspec, unzip-iconv) (make)
- boost (boost-git) (optional)
- cblas (openblas-lapack-git, cblas-tmg, flexiblas, openblas-lapack-static, openblas-cblas-git, atlas-lapack, blis-cblas-openmp, blis-cblas, blas-git, openblas-lapack, armpl, opencblas) (optional)
- coin-or-ipopt (optional)
- fftw (fftw-mpich, fftw-mpi, fftw-amd) (optional)
- lapack (openblas-lapack-git, lapack-tmg, flexiblas, openblas-lapack-static, atlas-lapack, lapack-git, openblas-lapack, armpl) (optional)
- metis (metis-i8r8) (optional)
- mmg3d (mmg) (optional)
- mumps (mumps4, mumps-seq, mumps-par, mumps-seq-shared) (optional)
- nlopt (optional)
- petsc (petsc-git, petsc-complex) (optional)
- scalapack (optional)
- scotch (scotch-git) (optional)
- slepc (slepc-git) (optional)
- superlu (optional)
- tetgen (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 ... Next › Last »
haawda commented on 2019-02-05 18:43
Great, implemented!
gdolle commented on 2019-02-04 17:27
@eolianoe @haawda The mpif.h error may due to a bad mumps config (for arch). For parallel mumps version (See Make.inc/* files INCPAR variable). Freefem++ set a FFMPIINCLUDE variable (empty by default) and commented in download/headers-sparsesolver.inc.
If you add
just before the "getall" in the prepare step, it should solve the problem.
eolianoe commented on 2019-01-03 11:43
The build fails with:
but everything is fine if I disable MUMPS.
samim_zp commented on 2018-12-27 12:58
ok I installed this on manjaro with pamac, just edit build files and change the URL and source from "http://www.freefem.org/ff++/ftp/freefem++-3.61-1.tar.gz" to "http://www3.freefem.org/ff++/ftp/freefem++-3.61-1.tar.gz" since the file is actually on their old website and that is now moved to the "http://www3.freefem.org". (try to click on these too, sure enough, first will get you 404 error and second will start to download the desired file). have fun guys.
haawda commented on 2018-11-12 20:13
Maybe it is possible, but I won't test it.
eolianoe commented on 2018-11-11 13:41
would it be possible to only depend on lapack and not on openblas-lapack, hence it will be possible any lapack implementation?
haawda commented on 2018-09-13 03:54
This package is heavily out of date. 3.61 is recent.
AndreaT commented on 2018-07-05 06:57
Hi guys, I have the same problem of dmsenter. Anyone solved it?
dmsenter commented on 2017-04-21 17:36
Current version fails to build (undefined reference error when running make during build()).
deltux commented on 2016-11-27 11:25
PKGCONFIG has to be updated with 'Makefile-mumps-5.0.2.inc' instead of 5.0.1 in order for the function 'prepare()' to work properly (line 28).