Package Details: scotch 7.0.5-1

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: 40
Popularity: 0.92
First Submitted: 2006-11-07 17:51 (UTC)
Last Updated: 2024-08-14 15:06 (UTC)

Pinned Comments

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.

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 Next › Last »

saxonbeta commented on 2014-12-10 20:34 (UTC)

Hi, when i try to compile the package I get the following error: make[2]: *** There is no rule to build the target 'libptesmumps.so' In my makepkg.conf I have the option MAKEFLAGS="-j4". After I have removed it, the package compiles fine. I think the line: options=('!nomakeflags') should be added to the PKGBUILD. Cheers!

gucong commented on 2014-02-18 12:45 (UTC)

openmpi in archlinux is not built with thread support (See https://bugs.archlinux.org/task/31715), but this package is built with -DSCOTCH_PTHREAD. This will result in errors in openfoam like the following: ERROR: SCOTCH_dgraphInit: Scotch compiled with SCOTCH_PTHREAD and program not launched with MPI_THREAD_MULTIPLE A workaround is to add the following into build() sed -i "s,-DSCOTCH_PTHREAD,,g" Makefile.inc

jedbrown commented on 2014-01-26 17:54 (UTC)

@jdarch added option staticlibs. Is there a low-volume feed for PKGBUILD changes that packagers should watch?

jdarch commented on 2014-01-26 15:11 (UTC)

The default makepkg options will remove .a libs from the package, so eventually no lib will be in the package by default

Raptorista commented on 2013-10-07 16:06 (UTC)

Solved adding export MAKEFLAGS="-j1" According to this https://github.com/mylese/fenics-arch/blob/master/petsc.pkgbuild Please update PKGBUILD.

Raptorista commented on 2013-10-07 16:02 (UTC)

I'm trying to compile but I get this error: «no rule specified for target «libptesmumps.so», needed bt «main_esmumps». Stop.» [translated from my language on the fly]. This is probably related to recent improvements. Any hint? :)

myles commented on 2013-08-11 17:06 (UTC)

Gug, I have made those two improvements, thanks.

gdolle commented on 2013-08-05 10:19 (UTC)

And maybe copy esmumps.h and *esmumps*.so to the install prefix directory as it is not done by make install. (scotch bug ??)

gdolle commented on 2013-08-05 09:06 (UTC)

Hi, the libraries "libesmumps.so" and "libptesmumps.so" are missing and required by mumps. It's not precised in the Install note, but I think we should add make esmumps make ptesmumps to the pkgbuild.

<deleted-account> commented on 2013-05-19 14:51 (UTC)

Sorry for double post but fixed by symlinking # ln -s /usr/lib/openmpi/libmpi.so.1 /usr/lib