[eigen-commits] commit/eigen: 2 new changesets |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: 2 new changesets
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Wed, 20 Nov 2019 16:27:57 +0000 (UTC)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bitbucket.org; h=content-type:mime-version:content-transfer-encoding:subject:from:to; s=s1; bh=CL62RFT+uKzdnXE7J2O1i/8JRuJlOKSA+MF+8kzmroo=; b=08dIUPs lHVSa5XaLUzrO9K4GY7M0V00dLGimuniE2mniug07wXhY4fRivlengd9ShEPh/n7 6o2dtJLYX16eE8FyY5rYO9VF+gC+DZkbgN3bYlk66cbJK7dY8O8dUF5NJPsXqyHF y+9gnUYWmgmQjvlH4GNCSbVl0XVtkJszYDvY=
2 new commits in eigen:
https://bitbucket.org/eigen/eigen/commits/59c2ba7df5b2/
Changeset: 59c2ba7df5b2
User: hjmjohnson
Date: 2019-11-17 20:59:32+00:00
Summary: COMP: target_compile_definitions requires cmake 2.8.11
Features committed in 2016 have required cmake verison 2.8.11.
`sergiu Tue Nov 22 12:25:06 2016 +0100: target_compile_definitions`
Set the minimum cmake version to the minimum version that
is capable of compiling or installing the code base.
Affected #: 2 files
https://bitbucket.org/eigen/eigen/commits/1ed8bfb87320/
Changeset: 1ed8bfb87320
User: hjmjohnson
Date: 2019-11-17 21:14:25+00:00
Summary: COMP: Simplify install commands for Eigen
Confirm that install directory is identical
before and after this simplifying patch.
```bash
hg clone <<Eigen>>
mkdir eigen-bld
cd eigen-bld
cmake ../Eigen -DCMAKE_INSTALL_PREFIX:PATH=/tmp/bef
make install
find /tmp/pre_eigen_modernize >/tmp/bef
# Apply this patch
cmake ../Eigen -DCMAKE_INSTALL_PREFIX:PATH=/tmp/aft
make install
find /tmp/post_eigen_modernize |sed 's/post_e/pre_e/g' >/tmp/aft
diff /tmp/bef /tmp/aft
```
Affected #: 2 files
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.