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.78 |
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
- petsc (optional)
- petsc-complex (optional)
- petsc-git (optional)
- python-pyfr (optional)
- python-pyfr-git (optional)
- zoltan
Latest Comments
1 2 3 4 5 6 .. 16 Next › Last »
MartinDiehl commented on 2024-11-18 21:15 (UTC)
@medaminezghal: Pls. don't flag as out-of-date
The change you suggest works because it disables the default compiler flags from /etc/makepkg.conf.
In my case, it contains
which probably reveals the issue that the original authors do not detect because they compile without these flags. I'll send them a mail again.
medaminezghal commented on 2024-11-16 13:51 (UTC)
@MartinDiehl I found a solution
cmake -S ${pkgname}-v${pkgver} \ -B build \ -D CMAKE_INSTALL_PREFIX:PATH=/usr \ -D CMAKE_BUILD_TYPE:STRING=Release \ -D BUILD_SHARED_LIBS:BOOL=ON \ -D INSTALL_METIS_HEADERS:BOOL=OFF \ -D COMMON_PTHREAD_FILE:BOOL=ON \ -D SCOTCH_PTHREAD:BOOL=ON \ -D SCOTCH_PTHREAD_MPI:BOOL=ON \ -D COMMON_PTHREAD_AFFINITY_LINUX:BOOL=ON\ -D CMAKE_C_FLAGS:STRING="-fsanitize=undefined" \ -D CMAKE_CXX_FLAGS:STRING="-fsanitize=undefined" \ -D CMAKE_EXE_LINKER_FLAGS:STRING="-fsanitize=undefined" make -C build
I test it and it work wellkonmenel commented on 2024-09-24 21:41 (UTC)
For anyone who is having trouble with the package, especially if you need it for openfoam. If the tests fail you can pass the
--nocheck
flag and it work fine. If you are using yay (like me) you can do this by adding--mflags="--nocheck"
to the command. This is also applicable if you are trying to install openfoam, it will pass the flag to the dependencies as well. Of course the scotch-git works as well, but I think it's because it doesn't run the tests so it's essentially the same. I might be wrong though.Hope this helps.
blacklightdragon commented on 2024-09-24 12:12 (UTC)
scotch-git worked for me alternative while this is getting fixed
greyltc commented on 2024-08-16 16:07 (UTC)
All tests passing here. Please don't disable them.
lahwaacz commented on 2024-08-16 08:21 (UTC)
@MartinDiehl: Did you build the package in a clean chroot? What is your environment otherwise?
I've got these failed tests for 7.0.5:
MartinDiehl commented on 2024-08-15 20:39 (UTC)
@xantares: You still get failing tests? I'm currently traveling and only have access to the machine where all tests passed for 7.0.4. 7.0.5 is also ok.
Wouldn't it make sense to keep the tests and let people look up this discussion and disable the tests themselves? It only requires the
--nocheck
option, but at least hints users to potential issues when using scotch.xantares commented on 2024-08-15 07:52 (UTC)
hi, could you disable the tests for now ?
MartinDiehl commented on 2024-08-08 04:58 (UTC)
I'm aware of the fact that under some conditions installation is not possible due to failing tests. This is an upstream issue. It has been reported, but no reaction so far.
ng0177 commented on 2024-04-27 18:22 (UTC) (edited on 2024-04-28 07:20 (UTC) by ng0177)
me too; required by openfoam-org, kind of urgent
1 2 3 4 5 6 .. 16 Next › Last »