summaryrefslogtreecommitdiff
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* */*: Replace format=bsdtar with format=ustar in tar archive operationsYuri Victorovich2024-02-191-1/+1
| | | | | | | | | | | | ... because the undocumented format bsdtar adds paxheaders on some systems, therefore breaking the fetch. The documentation for format=bsdtar should be added: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277139 Approved by: portmgr (blanket unbreak) (cherry picked from commit 2ad82a1068e1e06f47843bbbb7df1e281bd53d29)
* math/readstat: Update to 1.1.9Jason E. Hale2024-02-127-46/+35
| | | | | | MFH: 2024Q1 Security: 388eefc0-c93f-11ee-92ce-4ccc6adda413 (cherry picked from commit 013b958d94ac91a14d3d6b2b3db24c1ce88ee7ed)
* math/vampire: Broken on armv7, powerpcYuri Victorovich2024-02-041-0/+2
| | | | | | Reported by: fallout (cherry picked from commit 6af0381cd8d26ee8eecbad53537e1d53eb439e86)
* math/saga: Update to 9.3.1Rainer Hurling2024-01-242-5/+5
| | | | | | | | | Changelog: https://sourceforge.net/p/saga-gis/wiki/Changelog%209.3.1/attachment/changelog_saga_9.3.1.txt Reported by: Repology MFH: 2024Q1 (cherry picked from commit 3fa33433c1b9aa0a09e7224e78a4f32a2adaa10a)
* math/lapackpp: Broken until the upstream helps to resolve issuesYuri Victorovich2024-01-211-0/+2
| | | | (cherry picked from commit 036f97bf8592fbec44db000892fef42fc276a956)
* math/py-pandas: Remove run-time dependency on cythonYuri Victorovich2024-01-191-4/+3
| | | | | | | | | It is't required and it causes conflicts in other ports, particularly py-dwave-* ones. Approved by: portmgr (bugfix) (cherry picked from commit 81ac746a9c9260e5fad62147c65c4aaa0f7c087c)
* math/gap: Broken on powerpc64leYuri Victorovich2024-01-181-0/+1
| | | | | | Reported by: https://portsfallout.com/ (cherry picked from commit 00060673cdaf855d6ecfac95c47d8bbcc2ef4a5b)
* math/apache-commons-math: build empty jar file (without classes) and doesn't ↵Vladimir Druzenko2024-01-162-2/+13
| | | | | | | | | | | | | | | build with jdk 11+ 1. Without target "compile" commons-math.jar was ~8KB only and without classes - whit patch it's ~2MB. 2. Doesn't build with OpenJDK 11+: "compile.source" and "compile.target" 1.5 deprecated and was removed in newer OpenJDKs. Approved by: bofh (maintainer), arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D43462 MFH: 2024Q1 (cherry picked from commit 11fc1e476c9d02bff164f4f37f7ba24ca6d7d87c)
* math/libpoly: Do not build tests by defaultYuri Victorovich2024-01-132-2/+8
| | | | (cherry picked from commit d093c25c0fe9af1925619cb6a9748d88ff7b38f7)
* math/gismo: Fix build on non-amd64 architecturesYuri Victorovich2024-01-121-0/+15
| | | | | | | | | .. by defining HOST_NAME_MAX. HOST_NAME_MAX is only used on non-amd64 architectures in gismo. Reported by: fallout (cherry picked from commit ed1519605dd18b1ffce2a0564a190796ae97035e)
* math/gap: Broken on powerpc64Yuri Victorovich2024-01-121-0/+2
| | | | | | Reported by: https://portsfallout.com/ (cherry picked from commit f96aa1ad3a6fbf05715ad484970e211f3da8ea51)
* math/giacxcas: Broken on i386Yuri Victorovich2024-01-121-0/+2
| | | | | | Reported by: fallout (cherry picked from commit 2f8e3efc1c2dafc7498d5eb6f973e1bc0111c439)
* math/octave-forge-statistics-resampling: Update to 5.5.3.Stephen Montgomery-Smith2024-01-032-4/+4
|
* math/z3: Unbreak on i386Gleb Popov2024-01-031-2/+1
| | | | PR: 269570
* math/R: fix build on powerpcPiotr Kubaj2024-01-031-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0x822): relocation R_PPC_GOT16 out of range: 32768 is not in [-32768, 32767]; references .LCPI1_53 >>> referenced by bessel_y.c >>> defined in ../nmath/bessel_y.o ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0x83a): relocation R_PPC_GOT16 out of range: 32776 is not in [-32768, 32767]; references .LCPI1_55 >>> referenced by bessel_y.c >>> defined in ../nmath/bessel_y.o ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0x852): relocation R_PPC_GOT16 out of range: 32784 is not in [-32768, 32767]; references .LCPI1_57 >>> referenced by bessel_y.c >>> defined in ../nmath/bessel_y.o ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0x862): relocation R_PPC_GOT16 out of range: 32792 is not in [-32768, 32767]; references .LCPI1_59 >>> referenced by bessel_y.c >>> defined in ../nmath/bessel_y.o ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0x90a): relocation R_PPC_GOT16 out of range: 32772 is not in [-32768, 32767]; references .LCPI1_54 >>> referenced by bessel_y.c >>> defined in ../nmath/bessel_y.o ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0x922): relocation R_PPC_GOT16 out of range: 32780 is not in [-32768, 32767]; references .LCPI1_56 >>> referenced by bessel_y.c >>> defined in ../nmath/bessel_y.o ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0x93a): relocation R_PPC_GOT16 out of range: 32788 is not in [-32768, 32767]; references .LCPI1_58 >>> referenced by bessel_y.c >>> defined in ../nmath/bessel_y.o ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0x95a): relocation R_PPC_GOT16 out of range: 32804 is not in [-32768, 32767]; references .LCPI1_62 >>> referenced by bessel_y.c >>> defined in ../nmath/bessel_y.o ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0x96a): relocation R_PPC_GOT16 out of range: 32796 is not in [-32768, 32767]; references .LCPI1_60 >>> referenced by bessel_y.c >>> defined in ../nmath/bessel_y.o ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0x97a): relocation R_PPC_GOT16 out of range: 32800 is not in [-32768, 32767]; references .LCPI1_61 >>> referenced by bessel_y.c >>> defined in ../nmath/bessel_y.o ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0xa02): relocation R_PPC_GOT16 out of range: 32808 is not in [-32768, 32767]; references .LCPI1_63 >>> referenced by bessel_y.c >>> defined in ../nmath/bessel_y.o ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0xc9e): relocation R_PPC_GOT16 out of range: 32812 is not in [-32768, 32767]; references .LCPI1_64 >>> referenced by bessel_y.c >>> defined in ../nmath/bessel_y.o ld: error: ../nmath/bessel_y.o:(function Y_bessel: .text+0xd8a): relocation R_PPC_GOT16 out of range: 32812 is not in [-32768, 32767]; references .LCPI1_64 >>> referenced by bessel_y.c >>> defined in ../nmath/bessel_y.o ld: error: ../nmath/bessel_y.o:(function Rf_bessel_y_ex: .text+0x10aa): relocation R_PPC_GOT16 out of range: 32816 is not in [-32768, 32767]; references .LCPI2_0 >>> referenced by bessel_y.c >>> defined in ../nmath/bessel_y.o ld: error: ../nmath/bessel_y.o:(function Rf_bessel_y_ex: .text+0x1126): relocation R_PPC_GOT16 out of range: 32816 is not in [-32768, 32767]; references .LCPI2_0 >>> referenced by bessel_y.c >>> defined in ../nmath/bessel_y.o ld: error: ../nmath/bessel_y.o:(function Rf_bessel_y_ex: .text+0x113a): relocation R_PPC_GOT16 out of range: 32832 is not in [-32768, 32767]; references .LCPI2_4 >>> referenced by bessel_y.c >>> defined in ../nmath/bessel_y.o ld: error: ../nmath/bessel_y.o:(function Rf_bessel_y_ex: .text+0x1146): relocation R_PPC_GOT16 out of range: 32816 is not in [-32768, 32767]; references .LCPI2_0 >>> referenced by bessel_y.c >>> defined in ../nmath/bessel_y.o ld: error: ../nmath/bessel_y.o:(function Rf_bessel_y_ex: .text+0x115a): relocation R_PPC_GOT16 out of range: 32820 is not in [-32768, 32767]; references .LCPI2_1 >>> referenced by bessel_y.c >>> defined in ../nmath/bessel_y.o ld: error: ../nmath/bessel_y.o:(function Rf_bessel_y_ex: .text+0x11a6): relocation R_PPC_GOT16 out of range: 32824 is not in [-32768, 32767]; references .LCPI2_2 >>> referenced by bessel_y.c >>> defined in ../nmath/bessel_y.o ld: error: ../nmath/bessel_y.o:(function Rf_bessel_y_ex: .text+0x1232): relocation R_PPC_GOT16 out of range: 32816 is not in [-32768, 32767]; references .LCPI2_0 >>> referenced by bessel_y.c >>> defined in ../nmath/bessel_y.o
* graphics/poppler: bump revision of consumersTobias C. Berner2024-01-032-0/+2
|
* math/octave-forge-statistics-resampling: Update to 5.5.2.Stephen Montgomery-Smith2024-01-022-4/+4
|
* */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2024-01-021-1/+1
|
* math/octave: FIX PLIST WITH QT5=OFFStephen Montgomery-Smith2024-01-012-24/+24
| | | | | | | Bump portrevision. PR: 276060 Reported by: tcberner@
* math/p5-Math-BigRat: Remove portMuhammad Moinur Rahman2024-01-015-30/+0
| | | | | This port has been subsumed into math/p5-Math-BigInt version 2.0000 and also the WWW is no longer pointing to the correct metacpan module.
* math/p5-bignum: Update version 0.66=>0.67Muhammad Moinur Rahman2024-01-012-6/+6
| | | | Changelog: https://metacpan.org/release/PJACKLAM/bignum-0.67/changes
* */*: chase the upgrade of BLAS / LAPACK to 3.12.0Thierry Thomas2024-01-0152-43/+52
| | | | PR: 275860
* math/*: upgrade blas, lapack, cblas, xlapack and lapacke to 3.12.0Thierry Thomas2024-01-014-14/+22
| | | | | | | | Release notes at <https://github.com/Reference-LAPACK/lapack/releases/tag/v3.12.0> PR: 275860 Exp-run by: antoine@
* math/gismo: update 21.12.0-882 → 23.12.0Yuri Victorovich2024-01-015-417/+394
| | | | Reported by: portscout
* math/cglm: update 0.9.1 → 0.9.2Yuri Victorovich2024-01-013-5/+12
| | | | Reported by: portscout
* math/py-squarify: New port: Squarify treemap layout algorithmYuri Victorovich2024-01-014-0/+30
|
* math/reduce-psl: update to version 2023-12-18Pedro F. Giffuni2023-12-314-7/+5
| | | | Approved by: thierry (mentor)
* */*: chase the upgrade of SuiteSparseThierry Thomas2023-12-3116-16/+16
|
* math/suitesparse-csparse: upgrade to 4.3.0Thierry Thomas2023-12-311-1/+1
|
* math/suitesparse-lagraph: new port, graph algorithms based on GraphBLASThierry Thomas2023-12-314-0/+46
|
* math/suitesparse-graphblas: upgrade to 8.3.1Thierry Thomas2023-12-312-6/+6
| | | | | Enable the GRAPHBLAS_COMPACT mode but keep the JIT compiler enabled: this should shorten the build time.
* math/suitesparse-spex: upgrade to 2.3.0Thierry Thomas2023-12-312-2/+4
|
* math/suitesparse-spqr: upgrade to 4.3.0Thierry Thomas2023-12-311-2/+1
|
* math/suitesparse-rbio: upgrade to 4.3.0Thierry Thomas2023-12-312-2/+2
|
* math/suitesparse-umfpack: upgrade to 6.3.0Thierry Thomas2023-12-311-2/+1
|
* math/suitesparse-klu: upgrade to 2.3.0Thierry Thomas2023-12-311-1/+1
|
* math/suitesparse-ldl: upgrade to 3.3.0Thierry Thomas2023-12-312-2/+2
|
* math/suitesparse-cxsparse: upgrade to 4.3.0Thierry Thomas2023-12-312-2/+2
|
* math/suitesparse-cholmod: upgrade to 5.1.0Thierry Thomas2023-12-311-2/+1
| | | | Full support for sparse single precision matrices.
* math/suitesparse-colamd: upgrade to 3.3.0Thierry Thomas2023-12-312-2/+2
|
* math/suitesparse-ccolamd: upgrade to 3.3.0Thierry Thomas2023-12-312-2/+2
|
* math/suitesparse-camd: upgrade to 3.3.0Thierry Thomas2023-12-312-2/+2
|
* math/suitesparse-btf: upgrade to 2.3.0Thierry Thomas2023-12-312-2/+2
|
* math/suitesparse-amd: upgrade to 3.3.0Thierry Thomas2023-12-312-2/+2
|
* math/suitesparse-mongoose: upgrade to 3.3.0Thierry Thomas2023-12-312-12/+11
|
* math/suitesparse: upgrade to v7.4.0Thierry Thomas2023-12-314-11/+7
| | | | | Release notes at <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.4.0>.
* */*: Sunset 12.4-RELEASE/12-STABLE from ports treeMuhammad Moinur Rahman2023-12-3126-108/+23
| | | | | | | | | | | | | | | | | | | | | - Remove all references to defunct ARCH arm - Remove all references to defunct ARCH sparc64 - Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64 ARCH - Remove sysutils/afbinit requires defunct sparc64 ARCH - Remove all references to bktr driver - Remove all references to defunct FreeBSD_12 - Remove all references to OSVERSION/OSREL corresponding to 12 - Remove conditionals in Mk/Uses/cabal.mk - Remove sparc reference from Mk/Uses/qt-dist.mk - Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64 - Remove BROKEN_FreeBSD_12* from: - Remove OpenSSL patches from: - Remove conditional flags for OSVERSION >= 1300000 to fixed flags. Also move conditional flags for non sparc64/arm ARCH to fixed flags. Reviewed by: brooks, jbeich, rene, salvadore Differential Revision: https://reviews.freebsd.org/D42068
* lang/php80: SunsetMuhammad Moinur Rahman2023-12-313-20/+0
|
* math/wfmath: Remove expired portMuhammad Moinur Rahman2023-12-316-312/+0
| | | | 2023-12-31 math/wfmath: There has been no release for most of the Worldforge libraries in the past 10 years.
* math/tinyexpr: New port: Tiny expression parser/compiler/evaluation engine ↵Yuri Victorovich2023-12-304-0/+34
| | | | for math expressions