aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Hans Johnson <hans.j.johnson@gmail.com>2019-11-17 15:14:25 -0600
committerGravatar Hans Johnson <hans.j.johnson@gmail.com>2019-11-17 15:14:25 -0600
commite78ed6e7f3d64f06761446d0a8dcb356a0373bff (patch)
tree13a446c077ed5477cc2a619ceac69b91c8e1f464 /doc
parent9d5cdc98c3300662c112dd28a1c2a67c0389168d (diff)
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 ```
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions