unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 2ac5f27f52d866e8ea0158737894458fa7954de5 515 bytes (raw)
name: gnu/packages/patches/pt-scotch-build-parallelism.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
Building with -j may cause the esmumps_main target to fail with a "no rule for
dependency libptesmumps.a" error.  Fix the dependency name.

--- scotch_6.0.4/src/esmumps/Makefile	2012-12-01 08:29:29.000000000 -0600
+++ scotch_6.0.4/src/esmumps/Makefile	2015-06-15 17:29:23.279605734 -0500
@@ -160,6 +160,6 @@
 					order.h					\
 					symbol.h				\
 					esmumps.h				\
-					lib$(ESMUMPSLIB)$(LIB)			\
+					libesmumps$(LIB)			\
 					$(libdir)/lib$(SCOTCHLIB)$(LIB)		\
 					$(libdir)/lib$(SCOTCHLIB)errexit$(LIB)

debug log:

solving 2ac5f27 ...
found 2ac5f27 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).