Gentoo Archives: gentoo-dev

From: Justin <jlec@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] New eclass cuda.eclass
Date: Sun, 25 Nov 2012 16:48:26
Message-Id: 50B24BAE.6010007@gentoo.org
1 Hi,
2
3 I would like to introduce a new eclass for packages using the nvidia
4 cuda compiler suite. Currently the eclass simply sanitize the NVCCFLAGS.
5 May be extended in the future.
6
7 Two problems come up with using nvcc:
8
9 * Each version only supports a limited number of gcc versions. Therefore
10 we need to pass the path to a supported gcc bindir
11
12 * nvcc calls CXX but doesn't pass CXXFLAGS on.
13
14
15 justin

Attachments

File name MIME type
cuda.eclass text/plain
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] New eclass cuda.eclass "Rick \\\"Zero_Chaos\\\" Farina" <zerochaos@g.o>
Re: [gentoo-dev] New eclass cuda.eclass Mike Frysinger <vapier@g.o>
Re: [gentoo-dev] New eclass cuda.eclass justin <jlec@g.o>