Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 58973 Details for
Bug 88110
HDF5 (sci-libs/hdf5) on AMD64 needs LAM MPI (sys-cluster/lam-mpi) compiled with -fPIC in order to have parallel support.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Enable build of liblammpio.so with PIC
lam-mpi-7.1.1-shared-romio.patch (text/plain), 1.28 KB, created by
Danny van Dyk (RETIRED)
on 2005-05-15 14:19:02 UTC
(
hide
)
Description:
Enable build of liblammpio.so with PIC
Filename:
MIME Type:
Creator:
Danny van Dyk (RETIRED)
Created:
2005-05-15 14:19:02 UTC
Size:
1.28 KB
patch
obsolete
>--- lam-7.1.1/romio/mpi-io/Makefile.in.orig 2005-05-15 23:12:33.317533904 +0200 >+++ lam-7.1.1/romio/mpi-io/Makefile.in 2005-05-15 23:15:25.733322720 +0200 >@@ -1,6 +1,9 @@ > CC = @CC@ > AR = @AR@ > LIBNAME = @LIBNAME@ >+PICFLAGS = -fPIC -DPIC >+SOFLAGS = -shared >+SONAME = $(basename @LIBNAME@).so > RANLIB = @RANLIB@ > srcdir = @srcdir@ > >@@ -55,10 +58,14 @@ > > all: $(LIBNAME) > >+dir: >+ mkdir -p shared/ >+ > .SUFFIXES: $(SUFFIXES) .p > > .c.o: > $(CC) $(CFLAGS) -c $< >+ $(CC) $(CFLAGS) $(PICFLAGS) -c -o shared/$@ $< > > .c.p: > @cp $(srcdir)/$*.c _$*.c >@@ -69,8 +76,10 @@ > $(AR) $(LIBNAME) $(MPIO_REAL_POBJECTS) > @rm -f _*.o > >-$(LIBNAME): $(MPIO_OBJECTS) >+$(LIBNAME): dir $(MPIO_OBJECTS) > $(AR) $(LIBNAME) $(MPIO_OBJECTS) >+ $(CC) $(SOFLAGS) -o $(SONAME) $(addprefix shared/, $(MPIO_OBJECTS)) > > clean: > @rm -f *.o >+ @rm -f shared/*.o >--- lam-7.1.1/romio/util/romioinstall.in.orig 2005-05-11 20:06:51.526529552 +0200 >+++ lam-7.1.1/romio/util/romioinstall.in 2005-05-11 20:07:10.845592608 +0200 >@@ -128,6 +128,7 @@ > # Library files > dir="$libdir" > append "$ROMIO_TOP_BUILDDIR/lib/liblammpio.a:$dir/liblammpio.a" >+append "$ROMIO_TOP_BUILDDIR/lib/liblammpio.so:$dir/liblammpio.so" > > # Man pages > dir="$mandir/man3"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 88110
:
55418
|
55419
|
55434
|
58688
|
58973
|
59019
|
59021
|
59023
|
65985
|
65986