[eigen-commits] commit/eigen: rmlarsen: SuiteSparse defines the macro SuiteSparse_long to control what type is used for 64bit integers. The default value of this macro on non-MSVC platforms is long and __int64 on MSVC. CholmodSupport defaults to using long for the long variants of CHOLMOD functions. This creates problems when SuiteSparse_long is different than long. So the correct thing to do here is |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: rmlarsen: SuiteSparse defines the macro SuiteSparse_long to control what type is used for 64bit integers. The default value of this macro on non-MSVC platforms is long and __int64 on MSVC. CholmodSupport defaults to using long for the long variants of CHOLMOD functions. This creates problems when SuiteSparse_long is different than long. So the correct thing to do here is
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Tue, 14 Aug 2018 14:27:53 +0000 (UTC)
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=bitbucket.org; h=mime-version:content-type:content-transfer-encoding:subject:from:to; s=s1; bh=nGfQU5tVqqVmOE68Sih/XULz9ZQ=; b=aalo0RwtSiQX/+S5MZudQ10 NpfbIArv3E5I6CAzHNAu+kCiGdg56HjM+mRYVIrg8MnSXfDsggkAQxH1yDopkSen +PCQRurRWhC44BvFks2CsW+dJPxDWYHuEcGx1Xj1kcZT9LpsypvifocBrwNvMGP3 yg8m99j9k2mQekZepwW4=
1 new commit in eigen:
https://bitbucket.org/eigen/eigen/commits/033f92d5936b/
Changeset: 033f92d5936b
User: rmlarsen
Date: 2018-08-13 22:53:31+00:00
Summary: SuiteSparse defines the macro SuiteSparse_long to control what type is used for 64bit integers. The default value of this macro on non-MSVC platforms is long and __int64 on MSVC. CholmodSupport defaults to using long for the long variants of CHOLMOD functions. This creates problems when SuiteSparse_long is different than long. So the correct thing to do here is
to use SuiteSparse_long as the type instead of long.
Affected #: 1 file
Repository URL: https://bitbucket.org/eigen/eigen/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.