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.002322 |
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
1 2 3 4 5 6 ... Next › Last »
Sosthene commented on 2020-05-28 11:58
@gdolle I became the maintainer of this package because it was orphaned an I needed it for a course I was taking. I don't really use it anymore so I have no idea whether the package works properly.
If you use It and know the build system I'd be grateful if you maintained it, and you'd probably do a better job than I.
gdolle commented on 2020-05-27 13:54
petsc should be a strong dependency (mumps and hpddm will be provided via petsc). Otherwise a lot of solvers won't be available
Sosthene commented on 2019-11-28 21:46
It seems that unzip, m4, flex and bison are missing as dependencies.
configure: to install missing package under debian or ubuntu, try configure: sudo apt-get install unzip configure: error: Sorry missing unzip,m4,bison,flex,patch command ! ==> ERROR: A failure occurred in prepare(). Aborting... Error making: freefem
haawda commented on 2019-06-13 17:07
Patches are welcome.
gdolle commented on 2019-06-13 11:21
@greyltc yes, the build process download dependencies (like mumps, etc). Not sure it's a good idea to do it appart
greyltc commented on 2019-06-13 09:15
Am I right in that the build process downloads something besides the URLs in the source array? Can we avoid that somehow?
gdolle commented on 2019-05-20 12:08
@haawda ok I'll check from my side
haawda commented on 2019-05-20 09:22
Version 4.1 does not compile for me, feel free to use freefem++-git.
greyltc commented on 2019-03-13 11:34
@haawda, Please change the
hdf5-openmpi
dependency tohdf5
. Thanks!Also probably perl needs to at least be in the makedepends since the first line in your prepare() function is a perl one.
gdolle commented on 2019-03-01 16:42
Hi @haawda, it seems openmpi is not taken into account currently in the configure step. This should work:
It might be nice also to add optional dependency (
optdepends=
) topetsc
package andmmg3d
, i.e. add to the configure step