summaryrefslogtreecommitdiff
path: root/math/ceres-solver
Commit message (Collapse)AuthorAgeFilesLines
* */*: chase the upgrade of SuiteSparseThierry Thomas2023-12-311-1/+1
|
* */*: bump PORTREVISION after the upgrade of OpenBLASThierry Thomas2023-12-121-1/+1
| | | | PR: 273219
* */*: bump portrevision to chase CHOLMOD’s upgradeThierry Thomas2023-10-311-1/+1
|
* math/ceres-solver: Remove GotoblasYuri Victorovich2023-10-281-6/+2
| | | | | PR: 274110 Requested by: thierry@
* */*: chase the upgrade of CHOLMODThierry Thomas2023-10-201-0/+1
|
* math/ceres-solver: update 2.2.0rc1 → 2.2.0Yuri Victorovich2023-10-152-5/+4
| | | | Reported by: portscout
* */*: chase the upgrade of SuiteSparseThierry Thomas2023-10-151-0/+1
|
* math/ceres-solver: upgrade to 2.2.0rc1 and unbreakThierry Thomas2023-10-025-77/+7
| | | | | | | Remove the patches. All tests pass. PR: 274200 Approved by: yuri (maintainer)
* math/ceres-solver: Mark BROKENPo-Chuan Hsieh2023-09-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -- Configuring done (2.9s) CMake Error at internal/ceres/CMakeLists.txt:329 (target_link_libraries): Target "ceres" links to: CXSparse::CXSparse but the target was not found. Possible reasons include: * There is a typo in the target name. * A find_package call is missing for an IMPORTED target. * An ALIAS target is missing. CMake Error at internal/ceres/CMakeLists.txt:295 (target_link_libraries): Target "ceres_static" links to: CXSparse::CXSparse but the target was not found. Possible reasons include: * There is a typo in the target name. * A find_package call is missing for an IMPORTED target. * An ALIAS target is missing. -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: BOOST_PYTHON_SUFFIX CMAKE_COLOR_MAKEFILE CMAKE_MODULE_LINKER_FLAGS CMAKE_VERBOSE_MAKEFILE FETCHCONTENT_FULLY_DISCONNECTED Python3_EXECUTABLE Python_EXECUTABLE CMake Generate step failed. Build files cannot be regenerated correctly. *** Error code 1 Reference: https://pkg-status.freebsd.org/beefy12/data/140releng-amd64-default/30045eaacebe/logs/ceres-solver-2.1.0_6.log https://pkg-status.freebsd.org/beefy16/data/132amd64-default/30045eaacebe/logs/ceres-solver-2.1.0_6.log https://pkg-status.freebsd.org/beefy6/data/124amd64-default/d89d8cab6aaa/logs/ceres-solver-2.1.0_6.log
* /*: bump PORTREVISION after the upgrade of SuiteSparseThierry Thomas2023-09-201-1/+1
|
* math/ceres-solver: Backport commit: Enable compatibility with SuiteSparse 7.2.0Yuri Victorovich2023-09-202-1/+15
| | | | Suggested by: thierry@freebsd.org
* */*: bump PORTREVISION after the upgrade of SuiteSparseThierry Thomas2023-07-011-1/+1
|
* *: Bump PORTREVISIONs for math/mpc update to 1.3.1Gerald Pfeifer2023-04-231-1/+1
|
* math/suitesparse*: bump PORTREVISION of dependant portsThierry Thomas2023-01-191-1/+1
|
* math/ceres-solver: chase the upgrade of SuiteSparseThierry Thomas2022-11-272-0/+53
| | | | | | | | | Patch from upstream <https://github.com/ceres-solver/ceres-solver/issues/919>. PR: 267746 Approved by: yuri (maintainer) Obtained from: https://github.com/ceres-solver/ceres-solver/issues/919
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* math/ceres-solver: Update 2.0.0 -> 2.1.0Yuri Victorovich2022-07-123-16/+30
| | | | Bump 3 ports.
* math/ceres-solver: Take maintainershipYuri Victorovich2022-07-121-1/+1
|
* devel/glog: Update to 0.6.0Po-Chuan Hsieh2022-04-171-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/google/glog/releases
* */*: Remove more compiler:openmp instancesFernando Apesteguía2021-10-031-2/+1
| | | | | Reported by: antoine@ Fixes: 07fb2d5e9d00
* math/suitesparse: adapt dependency lines after modularizationThierry Thomas2021-05-251-2/+3
| | | | | | | | Do not bump PORTREVISION, because this should not change the resulting packages. Note for maintainers: try to not depend on the whole suitesparse package, especially if your port do not require GraphBLAS (the biggest one).
* math/ceres-solver: Fix PLIST with glog 0.5.0Po-Chuan Hsieh2021-05-202-2/+2
| | | | | | | | | | | | | | | | | | | - Add BUILD_DEPENDS to ensure glog 0.5.0+ - Bump PORTREVISION for package change In aac990618e17966d1b5865526efd9c89332701fe, glog changed to cmake and provided its own cmake module, therefore ceres-solver does not install its glog-detection cmake module [1]. from CMakeLists.txt [1]: 762 if (GLOG_FOUND AND NOT FOUND_INSTALLED_GLOG_CMAKE_CONFIGURATION) 763 # Version of glog detected was not built with CMake, install our glog module 764 # file to enable detection in CeresConfig. 765 install(FILES "${Ceres_SOURCE_DIR}/cmake/FindGlog.cmake" 766 DESTINATION ${RELATIVE_CMAKECONFIG_INSTALL_DIR}) 767 endif() Reported by: thierry
* 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 confusing comment obsolete after r523749Jan Beich2021-01-311-3/+0
| | | | Notes: svn path=/head/; revision=563482
* 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
* math/ceres-solver: Use latest Sphinx versionDanilo G. Baio2021-01-141-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=561561
* - Upgrade math/eigen3 to 3.3.8;Thierry Thomas2020-12-121-0/+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-044-33/+16
| | | | | | | | Changes: https://github.com/ceres-solver/ceres-solver/compare/1.14.0...2.0.0 Reported by: Repology Notes: svn path=/head/; revision=554044
* Update devel/tbb to 2020.3 and bump dependent ports' revisionsGanael LAPLANCHE2020-07-171-1/+1
| | | | | | | Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.3/CHANGES Notes: svn path=/head/; revision=542423
* 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
* Bump 37 ports depending on math/openblas through USES=blaslapack:openblas ↵Yuri Victorovich2020-05-061-1/+1
| | | | | | | because after the recent math/openblas update the library name changed in openblas Notes: svn path=/head/; revision=534190
* Update devel/tbb to 2020.2 and bump dependent port's revisionsGanael LAPLANCHE2020-04-011-1/+1
| | | | | | | Changelog: https://github.com/oneapi-src/oneTBB/blob/tbb_2020/CHANGES Notes: svn path=/head/; revision=530219
* Document OpenMP from base system cannot be used in some casesJan Beich2020-03-081-1/+1
| | | | Notes: svn path=/head/; revision=528081
* Fix math/openblas and bump dependent portsSteve Wills2020-01-301-1/+1
| | | | | | | | | | | | | | | | | | | | * Fix build on i386 [1] * Fix science/code_saturne build with new openblas [2] * Avoid installing private headers [3] * Prevent build from optimizing for host by correcting build confg [4] * Bump portrevision of dependent ports [5] This is correcting issues from r523749 [1][2][4] and r515970 [3] PR: 231371 Reported by: build cluster [1] Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2] Reported by: many [5] Reviewed by: mat, bapt Approved by: implicit, since this is a build fix Notes: svn path=/head/; revision=524642
* Update devel/tbb to 2020.0 and bump dependent ports' revisions [1]Ganael LAPLANCHE2019-12-261-1/+1
| | | | | | | | | Also, while here, re-generate patches using the makepatch target [1] Changelog: https://github.com/intel/tbb/blob/v2020.0/CHANGES Notes: svn path=/head/; revision=520935
* math/ceres-solver: builds fine with python3.6Jan Beich2019-09-281-1/+1
| | | | | | | https://github.com/ceres-solver/ceres-solver/commit/2ad14b7a616c Notes: svn path=/head/; revision=513144
* Drop verbose flag for CTest after r444324Jan Beich2019-09-271-1/+1
| | | | | | | ninja: error: unknown target 'ARGS=-V' Notes: svn path=/head/; revision=513047
* Update devel/tbb to 2019.8 and bump dependent ports' revisionsGanael LAPLANCHE2019-09-251-1/+1
| | | | | | | Changelog: https://github.com/intel/tbb/blob/tbb_2019/CHANGES Notes: svn path=/head/; revision=512777
* 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
* 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-2/+0
| | | | | | | | 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
* 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
* 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-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
* Update devel/tbb to version 2019.1 and bump dependent ports' revisionsGanael LAPLANCHE2018-10-111-1/+1
| | | | | | | Also, reintegrate HTML documentation that was removed in previous version. Notes: svn path=/head/; revision=481833
* Update devel/tbb to version 2019 and bump dependent port's revisionsGanael LAPLANCHE2018-10-041-1/+1
| | | | Notes: svn path=/head/; revision=481215