aboutsummaryrefslogtreecommitdiff
path: root/graphics/colmap
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
|
* Orphan a few more portsJan Beich2021-01-311-1/+1
| | | | Notes: svn path=/head/; revision=563450
* aarch64 support OpenMP since FreeBSD 12.2Jan Beich2021-01-311-1/+1
| | | | Notes: svn path=/head/; revision=563443
* graphics/colmap: unbreak on FreeBSD >= 13 i386Jan Beich2021-01-311-2/+1
| | | | | | | | | cc1plus: out of memory allocating 65536 bytes after a total of 0 bytes Reported by: pkg-fallout Notes: svn path=/head/; revision=563442
* graphics/colmap: Use latest Sphinx versionDanilo G. Baio2021-01-141-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=561560
* - 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
* math/ceres-solver: update to 2.0.0Jan Beich2020-11-041-0/+1
| | | | | | | | Changes: https://github.com/ceres-solver/ceres-solver/compare/1.14.0...2.0.0 Reported by: Repology Notes: svn path=/head/; revision=554044
* graphics/colmap: update to 3.6Jan Beich2020-07-253-13/+23
| | | | | | | Changes: https://github.com/colmap/colmap/releases/tag/3.6 Notes: svn path=/head/; revision=543388
* Update SphinxDanilo G. Baio2020-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Repocopy textproc/py-sphinx to textproc/py-sphinx18 Update it to 1.8.5 (latest version from 1.8.X). This version supports Python 2 and 3. Add test target. - textproc/py-sphinx: Update to 3.0.2 Python 3 only (3.5+). Add test target. - Mk/Uses/python.mk: Add PY_SPHINX Shared macro to use with flavors and not break ports with USES=python (all versions). Python >=3.5 --> textproc/py-sphinx (v3.0.2) Python < 3.5 --> textproc/py-sphinx18 (v1.8.5) All ports that uses sphinx were changed to use the new variable ${PY_SPHINX} in the dependency line, exceptions: * Ports that fails to build with sphinx 3.0.2 because of code. They are pointing to textproc/py-sphinx18 directly. There aren't many ports. * Ports that doesn't know Python flavors. - Add several patches to fix Sphinx consumers The most common issues are related with pkg-plist, the output files from Sphinx changes between versions, keep this dynamically is the better approach. This will save time in future sphinx updates. PR: 245629 Exp-run by: antoine Notes: svn path=/head/; revision=534966
* smath/cgal: Update to 5.0.2Loïc Bartoletti2020-05-082-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new version of CGAL brings improvements and a lot of changes, including 2 major ones [1](header only[2] and require c++14) requiring to patch all software depending on it. [1] https://www.cgal.org/2019/11/08/cgal50/ [2] https://doc.cgal.org/latest/Manual/installation.html math/cgal: - Update to 5.0.2 databases/sfcgal: - Fix with cgal5 : use c++14 and add gmpxx link databases/postgis*: - bump portversion needed due to cgal and sfcgal changes cad/openscad: - remove LIB_DEPENDS and add BUILD_DEPENDS - Use c++14 cad/openscad-devel: - remove LIB_DEPENDS and add BUILD_DEPENDS - Use c++14 games/flightgear-terragear: - remove LIB_DEPENDS and add BUILD_DEPENDS - fix Boost error (ld: error: undefined symbol: boost::thread::hardware_concurrency()) graphics/colmap: - remove LIB_DEPENDS and add BUILD_DEPENDS - fix CMAKE_CXX_FLAGS with c++14 PR: 245824 Approved by: wen, jbeich, tcberner (mentor) Differential Revision: D24578 Notes: svn path=/head/; revision=534326
* Document OpenMP from base system cannot be used in some casesJan Beich2020-03-081-1/+1
| | | | Notes: svn path=/head/; revision=528081
* devel/boost-*: update to 1.72.0Jan Beich2019-12-111-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136 Notes: svn path=/head/; revision=519824
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+2
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516845
* Drop verbose flag for CTest after r444324Jan Beich2019-09-271-1/+1
| | | | | | | ninja: error: unknown target 'ARGS=-V' Notes: svn path=/head/; revision=513047
* Drop C++11 workaround for GCC < 6 after r449590Jan Beich2019-09-141-2/+0
| | | | | | | | | | | lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48 they should backport C++11 fix instead. QA on GCC architecuters is currently limited to powerpc64 which uses GCC_DEFAULT. PR: 193528 Notes: svn path=/head/; revision=512079
* devel/boost-*: update to 1.71.0Jan Beich2019-08-191-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774 Notes: svn path=/head/; revision=509290
* 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
* graphics/colmap: unbreak OPENMP with GCC 9Jan Beich2019-06-172-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from lib/VLFeat/kmeans.h:21, from lib/VLFeat/kmeans.c:363: lib/VLFeat/kmeans.c: In function '_vl_kmeans_quantize_f': lib/VLFeat/mathop.h:92:37: error: 'vl_infinity_d' not specified in enclosing 'parallel' 92 | #define VL_INFINITY_D (vl_infinity_d.value) | ~~~~~~~~~~~~~~^~~~~~~ lib/VLFeat/kmeans.c:685:34: note: in expansion of macro 'VL_INFINITY_D' 685 | TYPE bestDistance = (TYPE) VL_INFINITY_D ; | ^~~~~~~~~~~~~ In file included from lib/VLFeat/kmeans.c:1782: lib/VLFeat/kmeans.c:672:9: error: enclosing 'parallel' 672 | #pragma omp parallel default(none) \ | ^~~ In file included from lib/VLFeat/kmeans.c:1788: lib/VLFeat/kmeans.c: In function '_vl_kmeans_quantize_d': lib/VLFeat/kmeans.c:685:27: error: 'vl_infinity_d' not specified in enclosing 'parallel' 685 | TYPE bestDistance = (TYPE) VL_INFINITY_D ; lib/VLFeat/kmeans.c:672:9: error: enclosing 'parallel' 672 | #pragma omp parallel default(none) \ | ^~~ PR: 238330 Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=504415
* graphics/colmap: unbreak OPENMP on -CURRENT i386 after r499662Jan Beich2019-04-271-1/+2
| | | | | | | | | | | | | | | ld: error: undefined symbol: __atomic_load >>> referenced by PoissonRecon.cpp >>> PoissonRecon.cpp.o:(.omp_outlined.) in archive lib/PoissonRecon/libpoisson_recon.a ld: error: undefined symbol: __atomic_compare_exchange >>> referenced by PoissonRecon.cpp >>> PoissonRecon.cpp.o:(.omp_outlined.) in archive lib/PoissonRecon/libpoisson_recon.a Reported by: pkg-fallout Notes: svn path=/head/; revision=500264
* math/ceres-solver: don't force GCC for OpenMP on -CURRENTJan Beich2019-04-221-0/+2
| | | | | | | | | Limited to amd64 and i386. LLVM openmp doesn't support other architectures on FreeBSD (unlike Linux) but it's only important where Clang is default e.g., aarch64, armv6, armv7. Notes: svn path=/head/; revision=499662
* math/ceres-solver: drop GCC RPATH after r499061Jan Beich2019-04-221-1/+1
| | | | | | | | USES=fortran was used to ensure linking against libceres picks up correct libgcc_s to satisfy dependencies e.g., suitesparse, *blas. Notes: svn path=/head/; revision=499661
* graphics/colmap: drop USES=gmakeJan Beich2019-04-221-3/+3
| | | | | | | Ignored: is marked as broken: USES=gmake is incompatible with cmake's ninja-generator Notes: svn path=/head/; revision=499660
* 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
* devel/boost-*: update to 1.70.0Jan Beich2019-04-121-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303 Notes: svn path=/head/; revision=498698
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a symbol matches multiple clauses the last one takes precedence. If the catch-all is last it captures everything. In the case of Qt5 libraries this caused all symbols to have a Qt_5 label while some should have Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the catch-all lowest priority. Older versions of Qt5Webengine exported some memory allocation symbols from the bundled Chromium. Version 5.9 stopped exporting these [1] but the symbols were kept as weak wrappers for the standard allocation functions to maintain binary compatibility. [2][3] The problem is that the call to the standard function in these weak wrappers is only resolved to the standard function if there's a call to this standard function in other parts of Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg) Notes: svn path=/head/; revision=490472
* 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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+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
* devel/boost-*: update to 1.69.0Jan Beich2018-12-121-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_69_0.html PR: 232525 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17645 Notes: svn path=/head/; revision=487266
* graphics/colmap: drop FreeBSD 11.1 support per EOLJan Beich2018-10-101-9/+0
| | | | Notes: svn path=/head/; revision=481770
* Change x11/xorgproto to become a build depNiclas Zeising2018-09-111-0/+1
| | | | | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906 Notes: svn path=/head/; revision=479538
* graphics/colmap: update to 3.5Jan Beich2018-08-276-134/+334
| | | | | | | Changes: https://github.com/colmap/colmap/blob/3.5/CHANGELOG.txt Notes: svn path=/head/; revision=478190
* devel/boost-*: update to 1.68.0Jan Beich2018-08-091-1/+1
| | | | | | | | | | | | - Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165 Notes: svn path=/head/; revision=476723
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-2/+2
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* devel/boost-*: update to 1.67.0Jan Beich2018-04-181-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030 Notes: svn path=/head/; revision=467711
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-0/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* graphics/colmap: unbreak OPENMP=off after r446135Jan Beich2018-02-111-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | src/ext/PBA/SparseBundleCPU.cpp:1208:7: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'int' in initializer list [-Wc++11-narrowing] RUN_THREAD(ComputeProjection, threads[i], last - first, camera, point, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/ext/PBA/SparseBundleCPU.cpp:933:3: note: expanded from macro 'RUN_THREAD' DECLEAR_THREAD_DATA(X, __VA_ARGS__); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/ext/PBA/SparseBundleCPU.cpp:908:30: note: expanded from macro 'DECLEAR_THREAD_DATA' X##_STRUCT<Float> tdata = {i, __VA_ARGS__}; \ ^ src/ext/PBA/SparseBundleCPU.cpp:1537:68: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'int' in initializer list [-Wc++11-narrowing] intrinsic_fixed, radial_distortion, shuffle, jct, first); ^~~~~ src/ext/PBA/SparseBundleCPU.cpp:933:26: note: expanded from macro 'RUN_THREAD' DECLEAR_THREAD_DATA(X, __VA_ARGS__); \ ^~~~~~~~~~~ src/ext/PBA/SparseBundleCPU.cpp:908:33: note: expanded from macro 'DECLEAR_THREAD_DATA' X##_STRUCT<Float> tdata = {i, __VA_ARGS__}; \ ^~~~~~~~~~~ src/ext/PBA/SparseBundleCPU.cpp:1537:68: note: insert an explicit cast to silence this issue intrinsic_fixed, radial_distortion, shuffle, jct, first); ^~~~~ static_cast<int>( Notes: svn path=/head/; revision=461466
* graphics/colmap: don't use pkg-plist for a single file after r460536Jan Beich2018-02-112-1/+1
| | | | Notes: svn path=/head/; revision=461465
* graphics/colmap: update to 3.4Jan Beich2018-01-313-32/+4
| | | | | | | Changes: https://github.com/colmap/colmap/blob/3.4/CHANGELOG.txt Notes: svn path=/head/; revision=460536
* graphics/colmap: drop Clang workaroundJan Beich2018-01-311-15/+0
| | | | Notes: svn path=/head/; revision=460535
* devel/boost-*: update to 1.66.0Jan Beich2018-01-181-0/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279 Notes: svn path=/head/; revision=459315
* New USES=eigenTobias C. Berner2018-01-021-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Usage: USES=eigen:<version>[,<type>] version: 2 or 3 (required) type: build (default), run For example: USES=eigen:2,build,run will add a BUILD- and RUN_DEPENDS on math/eigen2, and USES=eigen:3 will add a BUILD_DEPENDS on math/eigen3. * Convert the existing ports to use it - biology/iqtree: remove run time dependency (seemed not to be needed) - graphics/movit: remove run time dependency (seemed not to be needed) - science/avogadro: add run time dependeny (installed cmake file requires it to be present) Reviewed by: rakuco, mat Differential Revision: https://reviews.freebsd.org/D13702 Notes: svn path=/head/; revision=457914
* Improve CMake style in my portsJan Beich2018-01-011-1/+1
| | | | | | | | | | - Convert to CMAKE_{ON,OFF} helpers - Convert to _CMAKE_BOOL option helpers - android-file-transfer: Share _CMAKE_BOOL via _IMPLIES - Annotate types Notes: svn path=/head/; revision=457776
* graphics/colmap: update to 3.3Jan Beich2017-12-054-135/+30
| | | | | | | Changes: https://github.com/colmap/colmap/blob/3.3/CHANGELOG.txt Notes: svn path=/head/; revision=455621
* Bump portrevision to chase graphics/glew shard library version update.Niclas Zeising2017-11-181-1/+1
| | | | | | | | | | PR: 223370 Submitted by: zeising exp-run by: antoine Approved by: antoine Notes: svn path=/head/; revision=454454
* graphics/colmap: unbreak -msse -mno-sse2 buildJan Beich2017-11-051-1/+1
| | | | Notes: svn path=/head/; revision=453582
* devel/boost-*: update to 1.65.1Jan Beich2017-09-251-1/+1
| | | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582 Notes: svn path=/head/; revision=450560
* devel/boost-*: enable C++11 featuresJan Beich2017-09-251-1/+1
| | | | | | | | | | | PR: 218835 Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690 Approved by: maintainer timeout (2 months) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582 Notes: svn path=/head/; revision=450557
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-0/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591