Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build on non-x86 architectures by conditionally turning off | Mark Linimon | 2019-04-03 | 2 | -1/+19 |
| | | | | | | | | | -march=native. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=497619 | ||||
* | Update math/eigen3 to 3.3.7 | Tobias C. Berner | 2018-12-26 | 1 | -1/+1 |
| | | | | | | | | - http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.6 - http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.7 Notes: svn path=/head/; revision=488363 | ||||
* | Change cmake default behaviour to outsource. | Tobias C. Berner | 2018-12-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341 | ||||
* | Bump PORTREVISION for ports depending on the canonical version of GCC | Gerald Pfeifer | 2018-12-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272 | ||||
* | New port: graphics/opengv: Collection of methods for solving geometric ↵ | Yuri Victorovich | 2018-12-09 | 4 | -0/+120 |
vision problems Notes: svn path=/head/; revision=487019 |