Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/scientificpython/files: scientificpython-mpi.patch
Date: Sat, 15 Sep 2007 10:55:32
Message-Id: E1IWVBy-0001EO-PD@stork.gentoo.org
1 bicatali 07/09/15 10:48:02
2
3 Added: scientificpython-mpi.patch
4 Log:
5 Add a src_test, fix mpi (bug #192443), longdescription, update numeric dep, and cleanup
6 (Portage version: 2.1.2.12)
7
8 Revision Changes Path
9 1.1 dev-python/scientificpython/files/scientificpython-mpi.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/scientificpython/files/scientificpython-mpi.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/scientificpython/files/scientificpython-mpi.patch?rev=1.1&content-type=text/plain
13
14 Index: scientificpython-mpi.patch
15 ===================================================================
16 --- Src/MPI/compile.py.orig 2007-09-15 11:11:53.739580548 +0100
17 +++ Src/MPI/compile.py 2007-09-15 11:12:49.798775179 +0100
18 @@ -13,7 +13,7 @@
19 sources='mpipython.c Scientific_mpi.c'
20
21
22 -cmd = '%s %s -o mpipython -I%s %s -L%s -lpython%s %s %s' % \
23 +cmd = '%s %s -o mpipython -I%s -I../../Include %s -L%s -lpython%s %s %s' % \
24 (mpicompiler,
25 cfgDict['LINKFORSHARED'],
26 cfgDict['INCLUDEPY'],
27
28
29
30 --
31 gentoo-commits@g.o mailing list