summaryrefslogtreecommitdiff
path: root/math/libpoly (follow)
Commit message (Collapse)AuthorAgeFilesLines
* math/libpoly: update 0.2.0 → 0.2.1Yuri Victorovich2025-11-292-5/+5
|
* math/libpoly: Correct licenseYuri Victorovich2025-06-231-2/+2
| | | | | PR: 287742 Reported by: Daniel Larraz <daniel-larraz@uiowa.edu>
* math/libpoly: update 0.1.13 → 0.2.0Yuri Victorovich2025-05-053-11/+10
| | | | Reported by: portscout
* all: drop support for expired FreeBSD 14.0Rene Ladan2024-10-011-1/+1
| | | | | | | | Simplify expressions for FreeBSD 13.X Reviewed by: many Differential Revision: https://reviews.freebsd.org/D46601
* math/libpoly: Do not build tests by defaultYuri Victorovich2024-01-122-2/+8
|
* math/libpoly: fix build on powerpc*Piotr Kubaj2023-12-031-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | /wrkdirs/usr/ports/math/libpoly/work/libpoly-0.1.13/test/polyxx/test_algebraic_number.cpp:31:3: error: invalid operand for instruction CHECK(-1.5 < d1); ^ /wrkdirs/usr/ports/math/libpoly/work/libpoly-0.1.13/test/polyxx/doctest.h:2971:20: note: expanded from macro 'CHECK' ^ /wrkdirs/usr/ports/math/libpoly/work/libpoly-0.1.13/test/polyxx/doctest.h:2442:28: note: expanded from macro 'DOCTEST_CHECK' ^ /wrkdirs/usr/ports/math/libpoly/work/libpoly-0.1.13/test/polyxx/doctest.h:2398:9: note: expanded from macro 'DOCTEST_ASSERT_IMPLEMENT_1' DOCTEST_ASSERT_IMPLEMENT_2(assert_type, __VA_ARGS__); \ ^ /wrkdirs/usr/ports/math/libpoly/work/libpoly-0.1.13/test/polyxx/doctest.h:2393:5: note: expanded from macro 'DOCTEST_ASSERT_IMPLEMENT_2' DOCTEST_ASSERT_LOG_REACT_RETURN(DOCTEST_RB) \ ^ /wrkdirs/usr/ports/math/libpoly/work/libpoly-0.1.13/test/polyxx/doctest.h:2139:17: note: expanded from macro 'DOCTEST_ASSERT_LOG_REACT_RETURN' if(b.log()) DOCTEST_BREAK_INTO_DEBUGGER(); \ ^ /wrkdirs/usr/ports/math/libpoly/work/libpoly-0.1.13/test/polyxx/doctest.h:462:47: note: expanded from macro 'DOCTEST_BREAK_INTO_DEBUGGER' ^ <inline asm>:1:5: note: instantiated into assembly here li r0, 20 ^
* math/libpoly: Fix build by removing -WerrorYuri Victorovich2023-08-241-0/+13
| | | | Reported by: fallout
* math/{,py-}libpoly: Update 0.1.12 → 0.1.13Yuri Victorovich2023-08-023-6/+6
| | | | Reported by: portscout
* math/{,py-}libpoly: Update 0.1.11 → 0.1.12Yuri Victorovich2023-07-282-4/+4
| | | | Reported by: portscout
* */*: llvm15 build fixesMuhammad Moinur Rahman2023-05-171-1/+1
| | | | | | | llvm15 was also merged into 13.2-STABLE effective from OSVERSION 1302505. Fix the ports that failed to build with llvm15. Approved by: portmgr (blanket)
* math/libpoly: Unbreak on HEADMuhammad Moinur Rahman2023-05-061-1/+7
| | | | Approved by: portmgr (blanket)
* 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/libpoly: Update 0.1.10 -> 0.1.11Yuri Victorovich2021-10-063-7/+7
| | | | Reported by: portscout
* math/{libpoly,py-libpoly}: 0.1.9 -> 0.1.10Yuri Victorovich2021-07-272-4/+4
| | | | Reported by: portscout
* math/libpoly: Update 0.1.8 -> 0.1.9Yuri Victorovich2021-04-143-5/+27
| | | | Reported by: portscout
* 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
|
* math/libpoly: Update 0.1.7 -> 0.1.8Yuri Victorovich2020-04-043-5/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=530720
* 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
* New port: math/libpoly: C library for manipulating polynomialYuri Victorovich2018-07-214-0/+59
Notes: svn path=/head/; revision=475052