Search Criteria
Package Details: scotch 7.0.6-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 |
Upstream URL: | https://gitlab.inria.fr/scotch/scotch |
Licenses: | 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: | 41 |
Popularity: | 0.80 |
First Submitted: | 2006-11-07 17:51 (UTC) |
Last Updated: | 2024-12-06 16:25 (UTC) |
Dependencies (6)
- bzip2 (bzip2-gitAUR)
- openmpi (openmpi-gitAUR)
- xz (xz-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
Required by (26)
- code_saturne
- dolfin
- dolfinx
- dolfinx-git
- dune-common (optional)
- dune-istl (optional)
- freefem (optional)
- medcoupling
- mmg
- mmg-git
- mumps
- mumps-cmake
- mumps-par
- mumps-seq-shared
- neper
- openfoam-9-org
- openfoam-com
- openfoam-com-git
- openfoam-org
- pastix
- Show 6 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 16 Next › Last »
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.carlosal1015 commented on 2022-01-06 20:39 (UTC) (edited on 2022-01-10 17:13 (UTC) by carlosal1015)
Edited 2022-01-10
Thank you is fixed now, as GitHub runner or GitLab runner.
Edited 2022-01-07
Building
scotch 7.0.0-2
with GitHub runner: (full log here).You are right @lahwaacz.
lahwaacz commented on 2022-01-06 20:10 (UTC)
@carlosal1015 As far as I understand, your runner has only 1 vCPU: https://docs.gitlab.com/ee/ci/runners/saas/linux_saas_runner.html So you can't use that as an argument that everything should be all right...
gpettinello commented on 2022-01-06 16:27 (UTC)
latest commit freezes during dgord test. Noticed that formerly the mod was:
and now it is
reverting fixes the compiling
MartinDiehl commented on 2021-07-05 08:26 (UTC)
6.1.1 works for me, but
export FC=gfortran
is needed incheck
.vanja_z commented on 2021-05-06 09:01 (UTC) (edited on 2021-05-06 09:03 (UTC) by vanja_z)
I cannot build this package either, was running a previous version fine but 6.1.0-1 fails with:
sylphio commented on 2021-05-01 13:58 (UTC)
I get the following build error on the latest version:
Can anyone reprodudce this? Should I report it upstream?
ioquatix commented on 2021-04-28 05:59 (UTC)
Hi, sorry about the long delay. I have a working relationship with the author of this code. I am happy to add someone as a co-maintainer, just let me know.
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 16 Next › Last »