aboutsummaryrefslogtreecommitdiff
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.4.2Wen Heping2020-06-082-5/+4
| | | | Notes: svn path=/head/; revision=538201
* Multiple ports: improve regex complianceKyle Evans2020-06-081-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These changes largely fall into just two categories: 1. Need textproc/gsed for GNU extensions 2. Extraneous escapes that can go away For #1, there's a further subdivision into those that require autoconf magic and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed. -CURRENT will soon gain GNU extensions, but these will take longer to get to all supported releases; we must switch them to gsed to ensure we're actually properly building them as intended. For #2, I've fixed these as I can and we should upstream these fixes. PORTREVISION is bumped for all of the above, because we will almost certainly build these differently when the replacements actually start working. These were all detected by the below-referenced exp-run [1]. The patch included forbids many ordinary characters from being escaped, since we'll later imbue those with special meanings. This has had the nice side effect of picking up various things that we didn't handle properly, e.g. \t and \r for tab and carriage return. PR: 229925 [1] Approved by: koobs (mentor) Approved by: portmgr (blanket: trivial build fixes) MFH: no (invasive risk) Differential Revision: https://reviews.freebsd.org/D25185 Notes: svn path=/head/; revision=538197
* math/R: Update to version 4.0.1Joseph Mingrone2020-06-073-5/+11
| | | | | | | | Upstream changes: https://stat.ethz.ch/pipermail/r-announce/2020/000655.html Notes: svn path=/head/; revision=538162
* Update to 6.2.0Carlo Strub2020-06-063-6/+6
| | | | | | | | PR: 246970 Submitted by: maintainer Notes: svn path=/head/; revision=538128
* math/libnormaliz: Update to 3.8.5Lorenzo Salvadore2020-06-062-5/+4
| | | | | | | | | | | | | | - Bugfixes. - Workflow improvements. - Improvements for some computations. - New feature: computation of refined triangulations, using all input generators or all lattice points in a polytope or being unimodular. - Optional packages have been updated to the latest versions. Approved by: gerald (mentor) Notes: svn path=/head/; revision=538088
* - Update to 2020.3TAKATSU Tomonari2020-06-062-5/+4
| | | | Notes: svn path=/head/; revision=538087
* math/py-arviz: Update 0.8.2 -> 0.8.3Yuri Victorovich2020-06-062-4/+4
| | | | Notes: svn path=/head/; revision=538071
* math/vtk8: prepare for Qt5.15 (follow-up rP536987)Loïc Bartoletti2020-06-051-0/+10
| | | | | | | | | | It seems that I forgot to ship this patch in the last review/commit. Approved by: tcberner (mentor), adridg Differential Revision: https://reviews.freebsd.org/D25142 Notes: svn path=/head/; revision=538034
* math/mppp: Update 0.19 -> 0.20Yuri Victorovich2020-06-053-8/+13
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=538027
* Remove expired ports:Rene Ladan2020-06-0510-276/+0
| | | | | | | | | | | | | | | 2020-06-05 audio/workman: Depends on expired x11-toolkits/xview 2020-05-05 x11-toolkits/xview: 64-bit unsupported 2020-06-05 math/p5-Algorithm-KMeans: Depends on expired math/p5-Math-GSL 2020-05-05 math/p5-Math-GSL: Broken for more than 6 months 2020-06-05 net/openbsc: Depends on expired devel/libosmo-netif 2020-05-05 devel/libosmo-netif: Broken for more than 6 months 2020-06-05 audio/xvmixer: Depends on expired x11-toolkits/xview 2020-06-05 devel/libosmo-sccp: Depends on expired devel/libosmo-netif 2020-06-05 audio/p5-Audio: Depends on expired math/p5-Math-GSL Notes: svn path=/head/; revision=538005
* - Update to 1.4-8TAKATSU Tomonari2020-06-052-4/+4
| | | | Notes: svn path=/head/; revision=537992
* math/openblas: disable OPENMP for powerpcPiotr Kubaj2020-06-041-0/+1
| | | | | | | Same as on powerpc64, USE_THREAD=1 enables OpenMP, so OpenMP will be always enabled. Notes: svn path=/head/; revision=537898
* math/openblas: fix build on powerpcPiotr Kubaj2020-06-042-1/+9
| | | | | | | | | | Merge upstream commit to fix build on powerpc. Use GCC from ports to build it. Since this is mostly about G3 and G4 machines that users have and OpenBLAS supports only G4 of those, target G4. Due to some (still unknown) regression on head, this builds on 12.1, but fails tests on head. Notes: svn path=/head/; revision=537882
* graphics/poppler: update to 0.89.0Tobias C. Berner2020-06-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Release 0.89.0: core: * Add support for ResetForm action. Issue #225 * Fix crash in PDFDoc::getSignatureFields when there's no Forms at all * Fix exporting to PS of some files with CID fonts * Use ICC profiles in PS output (if new enough lcms is used) * Allow almost-singular tiling pattern matrices. Issue #894 * Fix memory leak when failing to load some fonts * CairoOutputDev: Use stroke opacity when clipping to a stroke path * CairoOutputDev: Fix tiling patterns when pattern cell is too far. Issue #190 glib: * Add poppler_movie_get_aspect cpp: * Add the font infos to the text_box object Exp-run by: antoine PR: 246848 Notes: svn path=/head/; revision=537559
* math/scilab:Max Brazhnikov2020-06-011-1/+9
| | | | | | | | | - Chase devel/apache-commons-io update to 2.7. Although it is binary compatible with 2.6, scilab hardcodes path to the versioned jar. - Patch scilab configure script to avoid dependencies on versioned jar files. Notes: svn path=/head/; revision=537507
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2020-06-011-1/+1
| | | | Notes: svn path=/head/; revision=537474
* 0.9.5Baptiste Daroussin2020-06-012-4/+4
| | | | Notes: svn path=/head/; revision=537467
* math/py-seaborn: Update to 0.10.1Danilo G. Baio2020-05-312-16/+8
| | | | | | | | | | | Update consumer (science/py-abipy) to use Python >= 3.6 (avoid break bulk -a). PR: 246858 Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer) Notes: svn path=/head/; revision=537444
* math/scilab-toolbox-swt:Max Brazhnikov2020-05-312-1/+3
| | | | | | | - Chase math/scilab update to 6.1.0 Notes: svn path=/head/; revision=537161
* math/scilab:Max Brazhnikov2020-05-3125-3258/+3797
| | | | | | | | | | | | - Update to 6.1.0. Requires decent c++ compiler and iconv from ports. - Clean up patch target: remove no longer needed patches and those ones which don't affect build - at least for me. - Remove MAKE_JOBS_UNSAFE. It was added in svn r417126 arguing that many ocaml-dependent ports are not jobs safe, but there were no logs to analyse. The plist change in that commit is unrelated to jobs safety. Notes: svn path=/head/; revision=537160
* math/py-pyodesys: Update 0.13.0 -> 0.13.1Yuri Victorovich2020-05-302-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=537054
* math/cppad: Update 20200000.2 -> 20200000.3Yuri Victorovich2020-05-303-5/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=537053
* math/rumur: Update 2020.05.18 -> 2020.05.27Yuri Victorovich2020-05-302-5/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=537048
* Mark as BROKEN on powerpc64-12. It seems to build everywhere else.Mark Linimon2020-05-291-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=537004
* Mark as BROKEN on powerpc64-12. Builds on powerpc64-13 and elsewhere.Mark Linimon2020-05-291-0/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=537003
* Mark as BROKEN on powerpc64-12. It seems to build everywhere else.Mark Linimon2020-05-291-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=537001
* Mark as BROKEN on powerpc64-12. It seems to build everywhere else.Mark Linimon2020-05-291-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=536999
* Add compiler:c++11-lang to USES to fix build on GCC-based systems:Mark Linimon2020-05-291-3/+3
| | | | | | | | | | | Error: moving to 21st century and adding GNU feature are denied While here, pet portlint (rearrange lines). Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=536998
* math/vtk8: prepare for Qt5-5.15Loïc Bartoletti2020-05-291-0/+10
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D25047 Notes: svn path=/head/; revision=536987
* Adding sypow, a mathematical program to compute special values of symmetricThierry Thomas2020-05-295-0/+105
| | | | | | | | | | power elliptic curve L-functions; it can compute up to about 64 digits of precision. It was bundled with SageMath, and now will be used as a dependency. Notes: svn path=/head/; revision=536974
* Adding PALP: a Package for Analyzing Lattice Polytopes.Thierry Thomas2020-05-295-0/+98
| | | | | | | It was bundled with SageMath, and now will be used as a dependency. Notes: svn path=/head/; revision=536973
* Upgrade to v1.1.0.Thierry Thomas2020-05-293-20/+25
| | | | | | | | Release notes at <https://github.com/libsemigroups/libsemigroups/releases/tag/v1.1.0>. Notes: svn path=/head/; revision=536965
* Mark as BROKEN on powerpc64-12. (It seems to build elsewhere.)Mark Linimon2020-05-291-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=536946
* Pet portlint.Mark Linimon2020-05-291-1/+1
| | | | Notes: svn path=/head/; revision=536945
* math/wavelib: Update g20191022 -> g20200528Yuri Victorovich2020-05-294-20/+14
| | | | Notes: svn path=/head/; revision=536932
* math/scilab-toolbox-swt:Max Brazhnikov2020-05-285-133/+18
| | | | | | | | | - Update to 0.3.1 - Remove now needless patches - Update WWW Notes: svn path=/head/; revision=536814
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7).Alexey Dokuchaev2020-05-283-3/+3
| | | | Notes: svn path=/head/; revision=536768
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 6).Alexey Dokuchaev2020-05-281-1/+1
| | | | Notes: svn path=/head/; revision=536752
* Minor upgrade to 4.1.1, required for SageMath.Thierry Thomas2020-05-273-6/+5
| | | | | | | | | PR: 244746 Submitted by: /me Approved by: maintainer´s time-out Notes: svn path=/head/; revision=536703
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3).Alexey Dokuchaev2020-05-273-3/+3
| | | | Notes: svn path=/head/; revision=536694
* math/openturns: Update 1.14 -> 1.15Yuri Victorovich2020-05-273-12/+10
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=536680
* math/py-cypari2: fix build on GCC architecturesPiotr Kubaj2020-05-271-1/+1
| | | | | | | | Use C11 compiler: /usr/local/lib/python3.7/site-packages/cysignals/struct_signals.h:45: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int' Notes: svn path=/head/; revision=536665
* Remove last remaining ports of Haskell libraries.Gleb Popov2020-05-264-30/+0
| | | | Notes: svn path=/head/; revision=536658
* math/giacxcas: fix build on GCC architecturesPiotr Kubaj2020-05-261-2/+3
| | | | | | | | | Use C++14 compiler: ERROR: unable to find flag for C++14 compilation ERROR: test compilation with flag -std=c++14 failed [[cxx14.sh]] Notes: svn path=/head/; revision=536597
* math/py-arviz: Update 0.8.1 -> 0.8.2Yuri Victorovich2020-05-262-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=536587
* math/py-arviz: Update 0.8.0 -> 0.8.1Yuri Victorovich2020-05-262-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=536551
* math/mlpack: Broken on i386Yuri Victorovich2020-05-251-0/+2
| | | | | | | Reported by: fallout Notes: svn path=/head/; revision=536530
* Update USES=scons to specify scons of Python 2Sunpoet Po-Chuan Hsieh2020-05-251-1/+1
| | | | | | | - While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons Notes: svn path=/head/; revision=536497
* - Update to 2.0.1.Stephen Montgomery-Smith2020-05-232-4/+4
| | | | Notes: svn path=/head/; revision=536348
* - Update to 2.0.1.Stephen Montgomery-Smith2020-05-232-5/+4
| | | | Notes: svn path=/head/; revision=536347