Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 516020 - dev-util/nvidia-cuda-sdk-6.0.37: failure on x86 due to arch specific nvidia-cuda-sdk-6.0.37-simpleMPI.patch patch
Summary: dev-util/nvidia-cuda-sdk-6.0.37: failure on x86 due to arch specific nvidia-c...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-01 20:29 UTC by Fabio Erculiani (RETIRED)
Modified: 2014-07-02 13:29 UTC (History)
2 users (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 Fabio Erculiani (RETIRED) gentoo-dev 2014-07-01 20:29:39 UTC
The patch fails on x86 for clear reasons:
...
-      MPI_GCC := $(shell $(MPICXX) -v 2>&1 | grep x86_64-pc-linux-gnu-gcc | wc -l | tr -d ' ')
+      MPI_GCC := $(shell $(MPICXX) -v 2>&1 | grep gcc | wc -l | tr -d ' ')
...

on x86 the target line contains the x86 gcc (for e.g. i686-pc-linux-gnu-gcc).
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2014-07-02 13:29:45 UTC
+  02 Jul 2014; Justin Lecher <jlec@gentoo.org> nvidia-cuda-sdk-6.0.37.ebuild,
+  -files/nvidia-cuda-sdk-6.0.37-simpleMPI.patch:
+  Drop arch specific patch; #516020
+