Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/mkl/files: mkl-10.0.2.018-openmpi.patch mkl-10.0.2.018-tests.patch
Date: Sat, 29 Mar 2008 09:12:30
Message-Id: E1JfX6x-0001cp-W8@stork.gentoo.org
1 bicatali 08/03/29 09:12:27
2
3 Added: mkl-10.0.2.018-openmpi.patch
4 mkl-10.0.2.018-tests.patch
5 Log:
6 Version bump. Much rewriting for new linking framework in layers, and eselect profiles. Closing bug #201465, thanks Eric Thibodeau for his initial work
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.1 sci-libs/mkl/files/mkl-10.0.2.018-openmpi.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/mkl/files/mkl-10.0.2.018-openmpi.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/mkl/files/mkl-10.0.2.018-openmpi.patch?rev=1.1&content-type=text/plain
14
15 Index: mkl-10.0.2.018-openmpi.patch
16 ===================================================================
17 --- interfaces/fftw2x_cdft/makefile.orig 2008-03-11 23:26:26.287984332 +0000
18 +++ interfaces/fftw2x_cdft/makefile 2008-03-13 10:56:44.755095617 +0000
19 @@ -172,6 +172,15 @@
20 endif
21
22
23 +ifeq ($(mpi),openmpi)
24 +CS = mpicc
25 +ifdef mpidir
26 +_CS = $(mpidir)/bin/$(CS)
27 +else
28 +_CS = $(CS)
29 +endif
30 +endif
31 +
32 vpath %.c wrappers
33
34 $(WRP): %.o: %.c
35
36
37
38 1.1 sci-libs/mkl/files/mkl-10.0.2.018-tests.patch
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/mkl/files/mkl-10.0.2.018-tests.patch?rev=1.1&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/mkl/files/mkl-10.0.2.018-tests.patch?rev=1.1&content-type=text/plain
42
43 Index: mkl-10.0.2.018-tests.patch
44 ===================================================================
45 --- tests/scalapack/make.inc.orig 2008-03-13 22:36:06.119890888 +0000
46 +++ tests/scalapack/make.inc 2008-03-13 22:54:58.201781899 +0000
47 @@ -59,6 +59,9 @@
48 IFACE_PART = _ilp64
49 COPTS = -DMKL_ILP64
50 FOPTS = -i8
51 +ifeq ($(compiler),gnu)
52 +FOPTS = -fdefault-integer-8
53 +endif
54 else
55 ADD_IFACE = _lp64
56 IFACE_PART = _lp64
57 @@ -203,7 +206,7 @@
58 # Compiler flags
59 F77FLAGS=-w -u $(OPTS)
60 ifeq ($(comp),gnu)
61 -F77FLAGS=$(OPTS) -ff90 -fno-globals -Wno-globals
62 +F77FLAGS=$(OPTS)
63 endif
64 # Remove objects variable
65 RMOBJ=rm -f *.o core work.pc*
66
67
68
69 --
70 gentoo-commits@l.g.o mailing list