Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 293665 - sys-cluster/mpich2 hard codes build time CXXFLAGS into mpicxx wrapper script
Summary: sys-cluster/mpich2 hard codes build time CXXFLAGS into mpicxx wrapper script
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Justin Bronder (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-18 21:06 UTC by Sebastian Luther (few)
Modified: 2010-03-03 03:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Luther (few) 2009-11-18 21:06:40 UTC
Well summary says it. Tested only with version 1.2. 

# emerge --info |grep CXXFLAGS
CXXFLAGS="-O2 -march=x86-64 -mtune=core2 -pipe"

# cat /usr/bin/mpicxx |grep core2
WRAPPER_CXXFLAGS="-O2 -march=x86-64 -mtune=core2 -pipe"

# mpicxx -compile_info
x86_64-pc-linux-gnu-g++ -O2 -march=x86-64 -mtune=core2 -pipe -Wl,-O1 -I/usr/include -L/usr/lib64 -L/usr/lib64 -Wl,-rpath -Wl,/usr/lib64 -lmpichcxx -lmpich -lopa -lpthread
Comment 1 Justin Bronder (RETIRED) gentoo-dev 2010-03-03 03:49:37 UTC
+  03 Mar 2010; Justin Bronder <jsbronder@gentoo.org>
+  +mpich2-1.2.1_p1.ebuild:
+  Bump and fix #293665