aboutsummaryrefslogtreecommitdiff
path: root/math/eigen3
Commit message (Collapse)AuthorAgeFilesLines
* */*: bump PORTREVISION to chase blas/lapack, Suitesparse and BLISThierry Thomas2025-01-241-1/+1
|
* */*: chase the upgrade of BLAS / LAPACK to 3.12.0Thierry Thomas2024-01-011-1/+1
| | | | PR: 275860
* bsd.sites.mk: Update all ports using USE_GITLABFelix Palmen2023-07-121-1/+1
| | | | | | | | | | Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is backwards-compatible (accepting any commit hash as before), but also understands an actual tag name. Moving to tag names where appropriate is left to individual ports' maintainers. Approved by: portmgr (tcberner, mentor) Differential Revision: https://reviews.freebsd.org/D37077
* *: Bump PORTREVISIONs for math/mpc update to 1.3.1Gerald Pfeifer2023-04-231-1/+1
|
* math/eigen3: Use USE_GITLABDaniel Engberg2022-10-222-5/+7
| | | | | | | | Use USE_GITLAB to follow Porters Handbook more closely and be consistent with ports tree PR: 267070 Approved by: kde (tcberner)
* 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/eigen3: fix runtime on powerpc64Piotr Kubaj2022-08-105-0/+194
| | | | | Merge https://gitlab.com/libeigen/eigen/-/merge_requests/1028 and https://gitlab.com/libeigen/eigen/-/merge_requests/1025 to fix build of reverse dependencies.
* math/eigen3: Update 3.3.9 -> 3.4.0, add tests and cleanupYuri Victorovich2022-07-063-43/+95
| | | | | PR: 265032 Approved by: tcberner@ (from kde@)
* *: Clean up some thingsTobias Kortkamp2021-10-121-1/+1
| | | | | | | | | | | | - Fix typos - Fix overwritten variables with focus on master/slave ports - Remove unreferenced variables - Sort categories - Remove redundant option descriptions - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
* math/eigen3: missing PORTREVISION bumpAdriaan de Groot2021-09-081-0/+1
|
* math/eigen3: massage OPTIONsAdriaan de Groot2021-09-071-6/+10
| | | | | | | | | Existing OPTIONs pull in too many dependencies -- Eigen is a template library and doesn't **need** any of the libs -- and are overly-specific, like requiring a particular BLAS implementation. PR: 257321 251842 Reported by: alt2600@icloud.com
* math/suitesparse: adapt dependency lines after modularizationThierry Thomas2021-05-251-1/+2
| | | | | | | | 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).
* 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
|
* Update math/eigen3 to latest upstream releaseAdriaan de Groot2021-02-204-48/+5
| | | | | | | | | | | | | | | | | | | Release notes are at https://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.9 One of our patches was for issue 2011, which is resolved upstream, so that can go. The other patch is not needed anymore either. While here, drop the gl (USE=gl) dependency. This turned out to be needed for tests that aren't built anyway. I mini-exp-ran this by test-compiling all the things that showed fallout in the previous Eigen update. Referenced PR is about gl, not about updating Eigen. PR: 251939 Notes: svn path=/head/; revision=566187
* - Upgrade math/eigen3 to 3.3.8;Thierry Thomas2020-12-124-9/+62
| | | | | | | | | | | | | - 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
* Update math/eigen3 to 3.3.7Tobias C. Berner2018-12-262-5/+5
| | | | | | | | - 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
* Update math/eigen3 to 3.3.5Tobias C. Berner2018-08-013-5/+6
| | | | Notes: svn path=/head/; revision=476182
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2018-02-041-0/+2
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=460909
* math/eigen3: Added NO_ARCH=yesYuri Victorovich2017-12-311-0/+1
| | | | | | | | | | PR: 224630 Submitted by: myself Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13698 Notes: svn path=/head/; revision=457660
* Update license of ports using MPL (without version)Danilo G. Baio2017-11-041-1/+1
| | | | | | | | | All ports now should use MPL[10|11|20] license. Approved by: portmgr (blanket) Notes: svn path=/head/; revision=453453
* math/eigen3: update 3.2.10 -> 3.3.4Kurt Jaeger2017-06-154-122/+175
| | | | | | | | | | PR: 220019 Reviewed by: otacilio.neto@bsd.com.br Approved by: rakuco (kde) Relnotes: http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.4 Notes: svn path=/head/; revision=443663
* Update eigen3 to 3.2.10Tobias C. Berner2016-10-052-6/+5
| | | | | | | | | | | Changelog: http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.2.10 Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8149 Notes: svn path=/head/; revision=423320
* math/eigen3: unbreak consumers on 9.x after r421231Jan Beich2016-10-052-0/+64
| | | | | | | | | | | | | | | | | | In file included from /usr/local/include/eigen3/unsupported/Eigen/MatrixFunctions:58, from modules/contrib/src/rgbdodometry.cpp:65: /usr/local/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h: In member function 'void Eigen::MatrixExponential<MatrixType>::computeUV(float)': /usr/local/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:296: error: call of overloaded 'pow(int, int&)' is ambiguous /usr/include/math.h:210: note: candidates are: double pow(double, double) /usr/include/c++/4.2/cmath:357: note: float std::pow(float, float) /usr/include/c++/4.2/cmath:361: note: long double std::pow(long double, long double) /usr/include/c++/4.2/cmath:365: note: double std::pow(double, int) /usr/include/c++/4.2/cmath:369: note: float std::pow(float, int) /usr/include/c++/4.2/cmath:373: note: long double std::pow(long double, int) Reported by: pkg-fallout Notes: svn path=/head/; revision=423317
* Update math/eigen3 to 3.2.9Tobias C. Berner2016-09-012-4/+5
| | | | | | | | Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7729 Notes: svn path=/head/; revision=421231
* Update to 3.2.8.Raphael Kubo da Costa2016-02-172-5/+5
| | | | | | | Changes: http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.2.8 Notes: svn path=/head/; revision=409051
* Update to 3.2.7.Raphael Kubo da Costa2015-11-253-5/+11
| | | | | | | | | PR: 203814 Submitted by: dieterich.joh@gmail.com, Tobias Berner <tcberner@gmail.com> Notes: svn path=/head/; revision=402397
* Uses/cmake.mk: Replace CMAKE_ENV with CONFIGURE_ENV.Raphael Kubo da Costa2015-08-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of defining a variable that is almost always based on CONFIGURE_ENV, just use CONFIGURE_ENV directly. This also matches the behavior of other ports that do not use autotools (so most ports can just worry about CONFIGURE_ENV). Additionally, the fact that we do not use ?= means we do not have problems if another file in Uses/ needs to set CONFIGURE_ENV (with CMAKE_ENV, the order of the arguments to USES would matter). Ports which set CMAKE_ENV have been adjusted accordingly. In most cases, CMAKE_ENV was just replaced with CONFIGURE_ENV, the exceptions being: * databases/sqliteman: CMAKE_ENV line removed; setting QMAKESPEC there has no effect on the build system. * devel/freeocl: CMAKE_ENV line removed; FREEOCL_CXX_COMPILER is already retrieved from the CMAKE_CXX_COMPILER variable in the build system. * graphics/openimageio: CMAKE_ENV line removed; setting Qt variables there has no effect on the build system. Reviewed by: makc Differential Revision: https://reviews.freebsd.org/D3403 Notes: svn path=/head/; revision=394572
* Use PREFIX, not LOCALBASE, when setting PKG_CONFIG_LIBDIR.Raphael Kubo da Costa2015-08-181-1/+2
| | | | | | | | As pointed out by makc@, we are indicating where this port should install its files, so we should use PREFIX, not LOCALBASE. Notes: svn path=/head/; revision=394563
* Cleanup plistAntoine Brodin2014-11-131-55/+0
| | | | Notes: svn path=/head/; revision=372546
* Update to 3.2.2.Raphael Kubo da Costa2014-08-302-4/+4
| | | | | | | | | | Changes: http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.2.2 PR: 193104 Submitted by: pfg@ Notes: svn path=/head/; revision=366688
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* Update to 3.2.1.Raphael Kubo da Costa2014-03-022-4/+4
| | | | | | | | This is a maintenance release that fixes some bugs present in 3.2.0. Full ChangeLog: http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.2.1 Notes: svn path=/head/; revision=346777
* Support stagingRaphael Kubo da Costa2013-11-101-1/+0
| | | | | | | Submitted by: Schaich Alonso <alonsochaich@fastmail.fm> Notes: svn path=/head/; revision=333416
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | math) Notes: svn path=/head/; revision=327746
* Adjust pkgname to avoid confusing binary only users.Baptiste Daroussin2013-09-171-2/+0
| | | | | | | | | | | oldversion version get their pkgname suffixed by the version, shinest and greatest version doesn't change their name. Ajust the conflicts line accordingly Remove the now useless LATEST_LINK where they are not needed anymore. Approved by: kde (rakuco) Notes: svn path=/head/; revision=327474
* - Update to 3.2.0.Raphael Kubo da Costa2013-07-284-9/+47
| | | | | | | - Use LOCALBASE instead of PREFIX when setting PKG_CONFIG_LIBDIR. Notes: svn path=/head/; revision=323844
* Update to 3.1.3Raphael Kubo da Costa2013-06-212-4/+4
| | | | Notes: svn path=/head/; revision=321466
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-2/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* Replace CMAKE_INSTALL_PREFIX with PREFIX (in preparation for bsd.cmake.mk ↵Max Brazhnikov2013-03-141-1/+1
| | | | | | | clean up) Notes: svn path=/head/; revision=314160
* - Update to 3.1.2Jason E. Hale2012-11-152-8/+4
| | | | | | | | | - Trim Makefile header (using 1-line style since this was a repocopy) Feature safe: yes Notes: svn path=/head/; revision=307432
* Update to 3.1.1.Raphael Kubo da Costa2012-08-253-6/+7
| | | | | | | | | | - LICENSE has changed to MPL, but there are still a few features that are licensed LGPL21. Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51 r8558 Notes: svn path=/head/; revision=303111
* - Remove PORTEPOCH as the port is too new to be installed on anyone'sAlberto Villa2012-06-271-1/+0
| | | | | | | system (and it's not in math/Makefile yet). Notes: svn path=/head/; revision=300098
* - Restore PORTEPOCH.Alberto Villa2012-06-271-0/+1
| | | | Notes: svn path=/head/; revision=300060
* - Update to 3.1.0.Alberto Villa2012-06-274-157/+388
| | | | | | | | Submitted by: Loic <coder at tuxfamily.org> via mailing list Jason E. Hale <bsdkaffee at gmail.com> via area51 Notes: svn path=/head/; revision=300059
* - Update to 2.0.17.Raphael Kubo da Costa2012-01-192-6/+5
| | | | | | | | | | | | | This release should contain only two small bugs. - Update MASTER_SITES to use the https version of bitbucket. - Do not set FETCH_ARGS to a custom value, as it does not seem to be needed anymore. - Kind of revert the fix for PR 159690 now that bitbucket seems to have changed its mind once again and changed the naming scheme of the top-level directory in the tarball. Notes: svn path=/head/; revision=289465
* - Fix build (tarball rerolled).Alberto Villa2011-08-302-3/+3
| | | | | | | | PR: 159690 Submitted by: Mikhail Teterin <mi@symbion.zaytman.com> via e-mail Notes: svn path=/head/; revision=280732
* - Adjust FETCH_ARGS to fix fetching from secured site after redirectDima Panov2011-06-271-0/+1
| | | | | | | Noticed by: pointyhat via pav Notes: svn path=/head/; revision=276528