Re: [eigen] 2.0.16 and 3.0.1 for the end of the week. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] 2.0.16 and 3.0.1 for the end of the week.
- From: Rhys Ulerich <rhys.ulerich@xxxxxxxxx>
- Date: Mon, 23 May 2011 12:27:52 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=OqEkj6uzfoZJW/It3Y2iURVgpBto/EQNq1GK1wn8DDs=; b=yBMuaaa/72ucGY5yPbSzGsE6Z27BAx9CjbrEMLBXEWspCV7LYdyzIRZkvrE0XGHlby 92Pv9fvH23npfEg3rmdBjiMk9I39sIxkTO6LwJvDYm12KlA6xzM8FFNU5U//2qEqtKzB fZ3hkW/nueazPFnRVWbB02D4XXdTMPwtmgIZ8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=CRPLDawUjJGGO+vjz9iNEtYY4AUbjKPSXqV8ANb5f3bW40r3gR1ViN39dV3JZCMjju eViscnsDD12L/HyxCf9n6BJbaUu/8TO98zGbM4LzkVTcDqBZ/Dzv852vCrUctmetRmot AFjcPpg8RbrzkjtHG3PVwFZPcyvy+MkCI1lmo=
> The procedure to fetch the appropriate branches is as follow:
>
> # for 3.0:
> $ hg clone https://bitbucket.org/eigen/eigen/ eigen3.0
> $ cd eigen3.0
> $ hg up 3.0
Running 'make check' on Ubuntu x86_64 using Intel C++ 11.1.073 I see a
build hang at
[ 69%] Building CXX object
test/CMakeFiles/geo_homogeneous_3.dir/geo_homogeneous.cpp.o
Anyone else out there with Intel compilers handy seeing the same build hang?
FWIW, I do not see such a hang on Intel C++ 10.1.021.
- Rhys