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 8 Next › Last »
holos commented on 2013-09-18 05:19
Thanks for figuring that out.
I tried deleting the `--disable-pastix` line and it actually built just fine.
viperpaulo commented on 2013-09-12 09:54
Hi !
New version released. I have a solution to compile with SuiteSparse installed, here is my PKGBUILD : http://pastebin.archlinux.fr/470589. I didn't succeed to compile with pastix enabled.
Hope this helps...
holos commented on 2013-05-25 21:43
It was incorrect for me to have added umfpack as a conflict, according to https://bugs.archlinux.org/task/17625
Beyond adding a note, I don't know how to ignore the incompatible stuff from suitesparse. There doesn't seem to be anything relevant in the mailing list.
I'm also inclined to add --disable-pdf because the pdf is updated much more frequently than the tarball anyways.
holos commented on 2013-05-25 21:17
It was incorrect for me to have added umfpack as a conflict, according to https://bugs.archlinux.org/task/17625
Beyond adding a note, I don't know how to ignore the incompatible stuff from suitesparse. There doesn't seem to be anything relevant in the mailing list.
I'm also inclined to add --disable-pdf because the pdf is updated much more frequently than the tarball anyways.
viperpaulo commented on 2013-05-23 06:52
You can modify the PKGBUILD as follow :
- If you want to signal a conflict with umfpack :
conflicts=('umfpack')
provides=('umfpack')
This solves problems when you have another program which uses umfpack.
- You can also add this, which would be better I guess (not sure about that)
conflicts=('umfpack' 'suitesparse')
provides=('umfpack' 'suitesparse=4.0.2')
- I think that you can just not mention conflict with umfpack, it works well like that.
But I didn't find how to signal a conflict for compilation step, since it's impossible to compile when SuiteSparse is already installed and conflicts has effects on installation steps but not during compilation.
Also to solve multi-threads compilations problems you should add this to the PKGBUILD :
options=('!makeflags')
which will reset all makeflags during compilation.
viperpaulo commented on 2013-05-22 14:47
Hi,
Thx for this package !
I found why mrbit and others have some troubles :
- missing dep : metis
- export MAKEFLAGS="-j1"
- uninstall SuiteSparse to compile
hope this help !
Anonymous comment on 2013-05-07 17:18
I cannot compile MUMPS. It tells
Cannot open included file 'mpif.h'
Anonymous comment on 2013-05-07 17:16
holos commented on 2013-05-03 20:29
still builds here.
foobarrior commented on 2013-04-21 10:05
suddenly cannot build MUMPS=\