Search Criteria
Package Details: scotch 7.0.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/scotch.git (read-only, click to copy) |
---|---|
Package Base: | scotch |
Description: | Software package and libraries for graph, mesh and hypergraph partitioning, static mapping, and sparse matrix block ordering. This is the all-inclusive version (MPI/serial/esmumps). |
Upstream URL: | https://gitlab.inria.fr/scotch/scotch |
Licenses: | custom:CeCILL-C |
Conflicts: | ptscotch-openmpi, scotch_esmumps, scotch_esmumps5 |
Provides: | ptscotch, ptscotch-openmpi, scotch_esmumps, scotch_ptesmumps |
Submitter: | None |
Maintainer: | ioquatix (MartinDiehl) |
Last Packager: | MartinDiehl |
Votes: | 38 |
Popularity: | 0.000961 |
First Submitted: | 2006-11-07 17:51 (UTC) |
Last Updated: | 2023-08-15 18:20 (UTC) |
Dependencies (7)
- bzip2 (bzip2-gitAUR)
- openmpi (openmpi-gitAUR, openmpi-ucxAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- flex (flex-gitAUR) (make)
- gcc-fortran (gccrs-fortran-gitAUR, gcc-fortran-gitAUR, gcc11-fortranAUR) (make)
Required by (27)
- code_saturne
- dolfin
- dolfinx
- dolfinx-git
- dune-common (optional)
- dune-istl (optional)
- freefem (optional)
- mmg
- mmg-git
- mumps
- mumps-cmake
- mumps-par
- mumps-seq-shared
- neper
- openfoam-9-org
- openfoam-com
- openfoam-com-git
- openfoam-org
- pastix
- petsc (optional)
- Show 7 more...
Latest Comments
1 2 3 4 5 6 .. 15 Next › Last »
lahwaacz commented on 2023-10-27 08:52 (UTC)
@igoutta, @a.kudelin: The tests getting stuck is most likely an issue due to the
openmpi
package.igoutta commented on 2023-10-26 21:54 (UTC) (edited on 2023-10-26 21:55 (UTC) by igoutta)
I have the same result as @a.kudelin. I tried changing the jobs to my 4 cores but the check stays locked in:
a.kudelin commented on 2023-04-06 20:39 (UTC)
The check step is getting stuck at
Start 46: test_scotch_dgraph_band_bump
.tocic commented on 2023-03-23 05:15 (UTC)
Please fix a typo in the upstream URL.
nauaneed commented on 2023-01-14 15:52 (UTC)
I encountered the following errors with this pkgbuild:
and
It suceeded after I installed
flex
andbison
. So, just wanted to suggest addition offlex
andbison
to dependencies.carlosal1015 commented on 2022-12-29 03:09 (UTC)
No errors from my side.
jedbrown commented on 2022-12-29 02:41 (UTC)
You'll probably want to apply this:
ggs commented on 2022-12-12 16:19 (UTC) (edited on 2022-12-12 17:35 (UTC) by ggs)
Hello,
This PKGBUILD introduces a bashism which is not required and causing issues. If user's default shell, /usr/bin/sh, is pointed to say /usr/bin/dash this build will fail to install properly because curly bracket expansions are specific to bash. Additionally, Makefile already accomplishes what the bashism tries to do. Then, below part is not required since esmumps header files are already copied by the Makefile. Below lines should be removed, or SHELL variable should be introduced in Makefile and it should be set to /usr/bin/bash.
Secondly, patch aimed to fix creation of directories is not required anymore since
mkdir
calls already includes a-p
tag. Following lines may be removed for clarity.Upstream fixes could be seen below.
esmumps fix: https://gitlab.inria.fr/scotch/scotch/-/commit/023f5eee83b2f38bb0e4ecbf8c21b35ab5e08316
mkdir -p fix: https://gitlab.inria.fr/scotch/scotch/-/commit/752fad66830a0c982eba2b132ed659d79468fb81
carlosal1015 commented on 2022-06-13 16:46 (UTC)
I found that
openssh
is a checkdependency since latestopenmpi 4.1.4
upgrade.If this package is not installed as checkdependency, the
check()
function becomes an error.1 2 3 4 5 6 .. 15 Next › Last »