aboutsummaryrefslogtreecommitdiff
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* math/mpdecimal: create portSteve Wills2021-02-055-0/+59
| | | | | | | | | | | | | | | | | | | | | | | | libmpdec is a complete C implementation of the General Decimal Arithmetic Specification. The specification, written by Mike Cowlishaw from IBM, defines a general purpose arbitrary precision data type together with rigorously specified functions and rounding behavior. As described in the scope section of the specification, libmpdec will - with minor restrictions - also conform to the IEEE 754-2008 Standard for Floating-Point Arithmetic, provided that the appropriate context parameters are set. libmpdec++ is a complete C++ implementation of the General Decimal Arithmetic Specification. libmpdec++ is mostly a header library around libmpdec. The library frees users from manual memory management and has an easy API with inline operators. libmpdec++ has a thread local context for inline operators and other functions that use the implicit context. WWW: https://www.bytereef.org/mpdecimal/index.html PR: 253084 Submitted by: Stefan Krah <skrah@bytereef.org> Notes: svn path=/head/; revision=564081
* Update KDE Release-Service to 20.12.2Tobias C. Berner2021-02-049-24/+25
| | | | | | | | | | | | | | | | | | | | | | | | Some of our projects release on their own timescale and some get released en-masse. The 20.12.2 bundle of projects was released today with dozens of bugfixes and will be available through app stores and distros soon. See the 20.12.2 releases page for details. Some of the fixes in today’s bugfix releases include: * Ark no longer crashes when closing the window while loading a TAR archive * Dolphin calculates the folder size on FUSE and network file systems correctly now * Konsole no longer crashes when exiting all tabs at the same time * Dictionaries can be added in Kiten’s config dialog * Umbrello doesn’t crash anymore if exiting when a widget in a diagram is selected Release Notes: https://community.kde.org/Releases/20.12_Release_Notes Full Changelog: https://kde.org/announcements/fulllog_releases-20.12.2/ Notes: svn path=/head/; revision=564060
* math/gretl: Change from gtk2 to gtk3.Yuri Victorovich2021-02-042-55/+55
| | | | | | | Requested by: bapt (via e-mail) Notes: svn path=/head/; revision=564055
* math/calc: Update to 2.12.7.6Adam Weinberger2021-02-043-12/+8
| | | | Notes: svn path=/head/; revision=564037
* Drop the GUI optionBaptiste Daroussin2021-02-042-36/+4
| | | | | | | | It uses deprecated gnome2 components, and from my testing it is very buggy Notes: svn path=/head/; revision=564015
* Remove the GUI optionBaptiste Daroussin2021-02-042-24/+1
| | | | | | | | The GUI is currently non functionnal on FreeBSD from my testing and depends on deprecated gnome2 libraries Notes: svn path=/head/; revision=564009
* Remove math/why3Baptiste Daroussin2021-02-047-304/+0
| | | | | | | | This port depends on deprecated gnome2 only libraries, the port is unmaintained for a while and very outdated. Notes: svn path=/head/; revision=564008
* math/geogebra: update to 5.0.625.0Fernando Apesteguía2021-02-042-4/+4
| | | | | | | | | | ChangeLog: https://wiki.geogebra.org/en/Reference:Changelog_6.0 PR: 253201 Submitted by: uzsolt@uzsolt.hu (maintainer) Notes: svn path=/head/; revision=563999
* math/py-optuna: Update to 2.5.0Neel Chauhan2021-02-042-4/+4
| | | | | | | Approved by: 0mp (mentor, implicit) Notes: svn path=/head/; revision=563987
* Add py-spopt 0.1.1Sunpoet Po-Chuan Hsieh2021-02-034-0/+43
| | | | | | | | | | | | | | | Spatial Optimization Spopt is an open-source Python library for solving optimization problems with spatial data. Originating from the region module in PySAL (Python Spatial Analysis Library), it is under active development for the inclusion of newly proposed models and methods for regionalization, facility location, and transportation-oriented solutions. WWW: https://github.com/pysal/spopt Notes: svn path=/head/; revision=563910
* Update to 1.6.2Baptiste Daroussin2021-02-023-5/+5
| | | | Notes: svn path=/head/; revision=563793
* Ah, we have a FreeBSD 14 too.Mathieu Arnold2021-02-021-0/+1
| | | | | | | | | | | ld: error: duplicate symbol: SYNTAX_ERR_FLAG >>> defined at array.c >>> src/asciitex/array.o:(SYNTAX_ERR_FLAG) >>> defined at asciiTeX.c >>> src/asciitex/asciiTeX.o:(.bss+0x0) Notes: svn path=/head/; revision=563791
* Update to 0.9717Sunpoet Po-Chuan Hsieh2021-02-012-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Graph Notes: svn path=/head/; revision=563736
* Remove PY_PILLOWSunpoet Po-Chuan Hsieh2021-02-011-2/+2
| | | | Notes: svn path=/head/; revision=563666
* Remove PYNUMPY and PY_PILLOWSunpoet Po-Chuan Hsieh2021-02-011-2/+2
| | | | Notes: svn path=/head/; revision=563665
* Fix typoSunpoet Po-Chuan Hsieh2021-02-011-1/+2
| | | | | | | | | - Bump PORTREVISION for dependency change Reported by: rene Notes: svn path=/head/; revision=563664
* Update to 0.25Sunpoet Po-Chuan Hsieh2021-02-012-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Geo-Distance Notes: svn path=/head/; revision=563628
* Update to 0.15Sunpoet Po-Chuan Hsieh2021-02-012-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/GIS-Distance-Fast Notes: svn path=/head/; revision=563627
* Update to 0.19Sunpoet Po-Chuan Hsieh2021-02-012-5/+6
| | | | | | | | | - Update LICENSE Changes: https://metacpan.org/changes/distribution/GIS-Distance Notes: svn path=/head/; revision=563626
* Mark BROKEN on FreeBSD 13.Mathieu Arnold2021-02-011-0/+2
| | | | | | | | | | | ld: error: duplicate symbol: SYNTAX_ERR_FLAG >>> defined at array.c >>> src/asciitex/array.o:(SYNTAX_ERR_FLAG) >>> defined at asciiTeX.c >>> src/asciitex/asciiTeX.o:(.bss+0x0) Notes: svn path=/head/; revision=563586
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2021-02-011-1/+1
| | | | Notes: svn path=/head/; revision=563564
* Remove BROKEN_i386 statement added in r512006: the problem had been fixedAlexey Dokuchaev2021-02-011-4/+0
| | | | | | | in r538415. Notes: svn path=/head/; revision=563546
* math/py-primme: Update 3.1.1 -> 3.2Yuri Victorovich2021-01-312-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=563523
* math/primme: Update 3.1.1 -> 3.2Yuri Victorovich2021-01-312-5/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=563522
* Update to version 3.2.6Stefan Eßer2021-01-312-5/+6
| | | | Notes: svn path=/head/; revision=563518
* Drop confusing comment obsolete after r523749Jan Beich2021-01-311-3/+0
| | | | Notes: svn path=/head/; revision=563482
* Remove expired math/py-statsmodels010Sunpoet Po-Chuan Hsieh2021-01-315-174/+0
| | | | Notes: svn path=/head/; revision=563474
* math/py-Pyomo: Update 5.7.2 -> 5.7.3Yuri Victorovich2021-01-312-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=563452
* 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-312-2/+2
| | | | Notes: svn path=/head/; revision=563443
* graphics/opencv: update to 4.5.1 -- and make port more easily maintainableTobias C. Berner2021-01-302-16/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a major upgrade from 3.x to 4.x. Changelog from versions 3.4.1--4.5.1 can be found here: https://github.com/opencv/opencv/wiki/ChangeLog Note: this has explicitely not been added as a new graphics/opencv4 port, but replaces the previous graphics/opencv[3] port. Again, to improve maintainability by not giving ports the option to pick the "wrong one" - this leads however to some abandoned ports being broken. The port has been greatly simplified: * graphics/opencv-core which existed to enable ffmpeg to depend on opencv, and vice versa has been removed. ffmpeg no longer can depend on opencv. * graphics/py-opencv has been integrated into graphics/opencv, the default versions python bindings will be built unless the PYTHON option is explicitely turned off. * graphics/opencv-java has been integrated into graphics/opencv -- it is off by default, but can be enabled by toggling the JAVA option -- there are no consumers in the tree, so that option might go away in the future. * All the previous options have been removed and replaced by a (hopefully) sane set of dependencies that make the port and package most usable for the majority of consumers. - Please let me know if you think there are better defaults (i.e. anything that is missing, or something that should not be dependet on). - If you think something should be added or removed, please open a bug report. - If you think something should be added as an optional dependency, please open a bug report (with a good reason [tm]). The depending ports have been updated to work against opencv4, or marked broken. * Ports broken: - graphics/rubygem-objectdetect: OpenCV4 no longer ships opencv-1.0 API - graphics/p5-Image-ObjectDetect: OpenCV4 no longer ships opencv-1.0 API - graphics/gimp-gmic-plugin: OpenCV4 no longer ships opencv-1.0 API * Backports: - misc/visp: https://github.com/lagadic/visp/commit/dfa7e4bd47c24cd2e631477e6afb18806733ff8a - multimedia/zart: https://github.com/c-koi/zart/commit/6ca1964690afbbc78627d7c868a692401043a584, https://github.com/c-koi/zart/commit/d3a2931b1a07ec0322211f253468000363c4b6cb * Others: - misc/actiona: switch to pkgconfig 'opencv4' - multimedia/libav: drop opencv support - misc/darknet: already failed to build prior to the upgrade - math/saga: remove patching added to work against opencv3 Notes: svn path=/head/; revision=563430
* Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+Sunpoet Po-Chuan Hsieh2021-01-3015-15/+15
| | | | | | | PR: 250103 Notes: svn path=/head/; revision=563407
* Update to 1.2.0Sunpoet Po-Chuan Hsieh2021-01-303-50/+54
| | | | | | | | | Changes: https://github.com/pandas-dev/pandas/releases PR: 250103 Exp-run by: antoine Notes: svn path=/head/; revision=563406
* - Update to 0.58.0TAKATSU Tomonari2021-01-302-4/+4
| | | | Notes: svn path=/head/; revision=563402
* Update to 0.4.1Sunpoet Po-Chuan Hsieh2021-01-302-4/+4
| | | | | | | Changes: https://github.com/ruby/matrix/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=563385
* Update to 1.2.2Sunpoet Po-Chuan Hsieh2021-01-302-5/+5
| | | | | | | | Changes: https://github.com/pysal/spreg/releases https://github.com/pysal/spreg/commits/master Notes: svn path=/head/; revision=563339
* Update to 0.2.9.9Sunpoet Po-Chuan Hsieh2021-01-302-4/+4
| | | | | | | Changes: https://github.com/Foloso/MixSimulator/commits/master Notes: svn path=/head/; revision=563338
* Update to 0.2.9Sunpoet Po-Chuan Hsieh2021-01-302-4/+4
| | | | | | | Changes: https://github.com/google/jax/blob/master/docs/CHANGELOG.rst Notes: svn path=/head/; revision=563337
* Update to 0.2.9Sunpoet Po-Chuan Hsieh2021-01-303-5/+22
| | | | | | | Changes: https://github.com/IOHprofiler/IOHexperimenter/releases Notes: svn path=/head/; revision=563336
* Upgrade to v1.3.5.Thierry Thomas2021-01-292-5/+4
| | | | | | | | Release notes at <https://github.com/libsemigroups/libsemigroups/releases/tag/v1.3.5>. Notes: svn path=/head/; revision=563225
* math/abella: Update 2.0.6 -> 2.0.7Yuri Victorovich2021-01-292-4/+4
| | | | Notes: svn path=/head/; revision=563219
* math/pari: Update 2.13.0 -> 2.13.1Yuri Victorovich2021-01-282-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=563163
* math/lean: Update 3.25.0 -> 3.26.0Yuri Victorovich2021-01-282-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=563162
* math/scilab:Max Brazhnikov2021-01-271-0/+81
| | | | | | | | | | - Add patch from AUR to fix build with upcoming hdf5-1.12 PR: 251894 PR: 252967 Notes: svn path=/head/; revision=563043
* - Update to 1.4.5Wen Heping2021-01-272-4/+4
| | | | Notes: svn path=/head/; revision=563037
* - Update to 1.0.3Wen Heping2021-01-272-4/+4
| | | | Notes: svn path=/head/; revision=563036
* - Update to 1.1.5Wen Heping2021-01-272-4/+4
| | | | Notes: svn path=/head/; revision=563033
* math/armadillo: Fix plist for WITH_DEBUG=yesYuri Victorovich2021-01-271-1/+1
| | | | | | | | PR: 252634 Approved by: danilo (maintainer's timeout 14 days) Notes: svn path=/head/; revision=563019
* Fix r561520Sunpoet Po-Chuan Hsieh2021-01-261-1/+1
| | | | | | | | | | | | | | | | | | | /!\ scilab-6.1.0_4: Makefile errors /!\ you cannot include bsd.port[.pre].mk twice Defining both PORTVERSION and DISTVERSION is wrong, only set one, if necessary, set DISTNAME *** Error code 1 Stop. make: stopped in /usr/ports/math/scilab Approved by: portmgr (blanket) Notes: svn path=/head/; revision=562963
* Fix r561520Sunpoet Po-Chuan Hsieh2021-01-261-1/+1
| | | | | | | | | | | | | | | | | | | /!\ hs-penrose-0.1.737_3: Makefile errors /!\ you cannot include bsd.port[.pre].mk twice Defining both PORTVERSION and DISTVERSION is wrong, only set one, if necessary, set DISTNAME *** Error code 1 Stop. make: stopped in /usr/ports/math/hs-penrose Approved by: portmgr (blanket) Notes: svn path=/head/; revision=562962