Commit Graph

19 Commits

Author SHA1 Message Date
jasjuang
0f66824fd8 use vcpkg_from_bitbucket 2017-10-21 08:15:05 -07:00
jasjuang
35722330be [eigen3] use vcpkg_from_github to enable install from --head 2017-10-20 21:38:25 -07:00
James Chang
ce0f037bc1 [eigen3] update to version 3.3.4
also remove the code to check for missing CMakeLists.txt, since it can only happen in version 3.3.3
2017-07-15 12:23:21 +08:00
Robert Schumacher
7b12b4349a [eigen3] Copy includes from packages dir instead of source, since they're already being installed. 2017-07-08 22:43:54 -07:00
James Chang
8d011eee97 [eigen3] fix the missing CMakeLists.txt problem and copy additional Eigen directory to include 2017-07-08 23:03:07 +08:00
Robert Schumacher
6aae6ca3c0 [eigen3] Fix installed cmake-config files to be relative 2017-06-28 19:21:55 -07:00
Arkady Shapkin
091ab5a449 [eigen3] Move eigen3 *.cmake files to share/eigen3 folder 2017-05-17 16:23:18 +03:00
Andrew Short
594446c72b Use CMake to build Eigen3
Since 3.3.3, Eigen has included an INTERFACE target. Use CMake to build Eigen so the generated target can be imported in your project using `target_link_libraries` rather than having to distribute `FindEigen3.cmake` with your project.

    find_package(Eigen3)
    target_link_libraries(myproject Eigen3::Eigen)
2017-05-07 15:16:29 +10:00
Alexander Karatarakis
da09a8136d [eigen3] Update to 3.3.3. Resolves #754 2017-03-09 14:17:00 -08:00
charlie barto
2a571bf242 update Eigen3 to version 3.3.0 2016-11-16 03:17:07 -05:00
Robert Schumacher
268f5f306f [eigen3] Deploy signature file. Deploy unsupported Eigen extensions. Fixes #230. 2016-10-31 10:07:54 -07:00
Alexander Karatarakis
52109eb709 [eigen3] Mark as header-only library 2016-10-26 12:29:38 -07:00
Robert Schumacher
8fd12fed6c [eigen3] Fix source path for 3.2.10 update 2016-10-18 12:33:12 -07:00
Charles Barto
c9594c587b updated eigen version 2016-10-17 14:44:45 -04:00
Robert Schumacher
84e8641d0d [eigen3] Avoid calling file(REMOVE ...) with a blank argument 2016-09-29 13:10:51 -07:00
Alexander Karatarakis
3679955544 Introduce SOURCE_PATH to almost all portfiles 2016-09-28 17:05:56 -07:00
Ninetainedo
930d0a7ded URL and MIRRORS are now URLS
Updated all portfiles accordingly.
2016-09-25 00:23:04 +02:00
Ninetainedo
8cee9c6e07 Replaced everything concerning MD5 with SHA512 2016-09-22 21:30:58 +02:00
Sergey Kosarevsky
327506e4a0 [eigen] Renamed to eigen3 2016-09-21 08:59:34 +02:00