From: James A Simmons <uja-1Heg1YXhbW8@public.gmane.org>
To: OFED <linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Cc: amirv-VPRAkNaXOzVS1MOuV/RT9w@public.gmane.org
Subject: install libsdp openib setup
Date: Wed, 01 Sep 2010 11:39:18 -0400 [thread overview]
Message-ID: <1283355558.14487.83.camel@bohr.ornl.gov> (raw)
In-Reply-To: <1283354621.14487.80.camel-TbGF127JXZUcvh0c176lvQ@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 85 bytes --]
This patch has the install.pl pass in the default --with-openib=$value
for libsdp.
[-- Attachment #2: sdp-select.diff --]
[-- Type: text/x-patch, Size: 717 bytes --]
--- install.pl.orig 2010-09-01 11:36:11.000000000 -0400
+++ install.pl 2010-09-01 11:36:50.000000000 -0400
@@ -3098,6 +3098,12 @@
$cmd .= " --define 'build_ibmgtsim 1'";
$cmd .= " --define '__arch_install_post %{nil}'";
}
+ elsif ( $parent eq "libsdp") {
+ $packages_info{'libsdp'}{'configure_options'} .= " --with-openib=$prefix/src/openib";
+ $cmd .= " --define '_prefix $prefix'";
+ $cmd .= " --define '_exec_prefix $prefix'";
+ $cmd .= " --define '_sysconfdir $sysconfdir'";
+ }
elsif ( $parent eq "mvapich") {
my $compiler = (split('_', $name))[1];
$cmd .= " --define '_name $name'";
next prev parent reply other threads:[~2010-09-01 15:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-01 15:23 Makefile fix for infinipath-psm James A Simmons
[not found] ` <1283354621.14487.80.camel-TbGF127JXZUcvh0c176lvQ@public.gmane.org>
2010-09-01 15:39 ` James A Simmons [this message]
[not found] ` <1283355558.14487.83.camel-TbGF127JXZUcvh0c176lvQ@public.gmane.org>
2010-09-02 12:34 ` install libsdp openib setup Amir Vadai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1283355558.14487.83.camel@bohr.ornl.gov \
--to=uja-1heg1yxhbw8@public.gmane.org \
--cc=amirv-VPRAkNaXOzVS1MOuV/RT9w@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=simmonsja-1Heg1YXhbW8@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox