aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-open3d-python
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* - Upgrade math/eigen3 to 3.3.8;Thierry Thomas2020-12-121-1/+1
| | | | | | | | | | | | | - Add some dependencies which might be detected by Find_Package but not registered; - Bump PORTREVISION of consumers. PR: 250833 Submitted by: /me Approved by: tcberner@ (KDE / maintainer) + exp-run Notes: svn path=/head/; revision=557839
* graphics/py-open3d-python: mark BROKEN on clang without experimental/optionalPiotr Kubaj2020-11-181-1/+7
| | | | Notes: svn path=/head/; revision=555617
* graphics/py-open3d-python: fix build on GCC architecturesPiotr Kubaj2020-11-181-4/+0
| | | | | | | Builds fine. Notes: svn path=/head/; revision=555616
* graphics/py-open3d-python: Fix path in the check of the header ↵Yuri Victorovich2020-09-231-1/+1
| | | | | | | <experimental/optiona> Notes: svn path=/head/; revision=549655
* graphics/py-open3d-python: Broken when the base C++ compiler is missing the ↵Yuri Victorovich2020-09-231-0/+4
| | | | | | | | | header <experimental/optional> Reported by: fallout Notes: svn path=/head/; revision=549654
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. 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, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Related to revision 499061 bump ports with USES=fortran to have themGerald Pfeifer2019-04-221-1/+1
| | | | | | | | | | benefit from the improved situation where libgcc_s is only used when absolutely necessary. Suggested by: tijl Notes: svn path=/head/; revision=499638
* Fix build on gcc-based architectures:Mark Linimon2019-03-131-1/+2
| | | | | | | | | Unsupported compiler -- pybind11 requires C++11 support! Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=495550
* Update math/eigen3 to 3.3.7Tobias C. Berner2018-12-261-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. Berner2018-12-251-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 GCCGerald Pfeifer2018-12-121-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
* graphics/py-open3d-python: Fix build failure on 12Yuri Victorovich2018-09-021-0/+32
| | | | | | | | | | | | 12 has the failure: /usr/local/bin/ld: /usr/bin/../lib/LLVMgold.so: error loading plugin: Cannot open "/usr/bin/../lib/LLVMgold.so" c++: error: linker command failed with exit code 1 (use -v to see invocation) that is triggered by the -flto argument. It isn't supplied on 11. Add patch that eliminates -flto altogether. Notes: svn path=/head/; revision=478808
* New port: graphics/py-open3d-python: Modern library for 3D data processing ↵Yuri Victorovich2018-08-196-0/+141
(Python binding) Notes: svn path=/head/; revision=477557