aboutsummaryrefslogtreecommitdiff
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* *: Drop maintainership on most of my ports.Lars Engels2021-07-281-1/+1
| | | | Unfortunately I cannot give them the love they deserve at the moment.
* math/py-ducc0: Update 0.16.0 -> 0.18.0Yuri Victorovich2021-07-282-4/+4
|
* math/matio: add CPE infoMax Brazhnikov2021-07-281-1/+3
|
* math/R-cran-matrixStats: Update to 0.60.0TAKATSU Tomonari2021-07-282-4/+4
|
* math/R-cran-sf: Update to 1.0-2TAKATSU Tomonari2021-07-282-4/+4
|
* */*: PyQt Update qscintilla2 to 2.13.0 and py-qt5-sip to 12.9.0Loïc Bartoletti2021-07-271-0/+1
| | | | | | | | Changes: - https://riverbankcomputing.com/news/QScintilla_2.13.0_Released - https://www.riverbankcomputing.com/hg/sip/raw-file/tip/NEWS PR: 257308 Exp-run by: antoine
* math/{libpoly,py-libpoly}: 0.1.9 -> 0.1.10Yuri Victorovich2021-07-274-8/+8
| | | | Reported by: portscout
* math/pantheon-calculator: Update WWWGuangyuan Yang2021-07-271-1/+1
| | | | | PR: 257415 Approved by: lwhsu (mentor, implicit)
* math/pantheon-calculator: Update to 1.6.2Olivier Duchateau2021-07-272-4/+4
| | | | | | | Changelog: https://github.com/elementary/calculator/releases/tag/1.6.2 PR: 257415 Approved by: lwhsu (mentor, implicit)
* math/arb: Update 2.19.0 -> 2.20.0Yuri Victorovich2021-07-257-15/+9
|
* math/4ti2: Remove duplicate entry from pkg-descrPhilipp Ost2021-07-251-2/+0
| | | | PR: 257397
* math/flint2: Update 2.7.1 -> 2.8.0Yuri Victorovich2021-07-2515-11/+29
| | | | | | Bump 12 consumer ports. Reported by: portscout
* math/fricas: Fix fetch - release was rerolled.Yuri Victorovich2021-07-251-3/+3
| | | | I confirmed with the upstream.
* math/py-numpy: Fix typoalt2600@icloud.com2021-07-241-2/+2
| | | | | | - Bump PORTREVISION for package change PR: 257396
* math/py-pandas: Remove PYNUMPYPo-Chuan Hsieh2021-07-241-2/+2
|
* math/colpack: fix build on powerpcPiotr Kubaj2021-07-241-1/+9
| | | | | CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES)
* math/wxmaxima: update to 21.05.2Fernando Apesteguía2021-07-236-58/+110
| | | | | | | ChangeLog: https://github.com/wxMaxima-developers/wxmaxima/releases PR: 257215 Reported by: bsd@philippost.de
* math/scilab: Update to 6.1.1Max Brazhnikov2021-07-236-424/+636
| | | | | | | - Drop stale patches - Add missing deps after math/suitesparse* split Changes: https://help.scilab.org/docs/6.1.1/en_US/CHANGES.html
* math/adol-c: Add PYTHON option that enables puthon binding.Yuri Victorovich2021-07-232-6/+13
| | | | | | | | It properly disables python when off, fixing issues with python detection. PR: 257344 Reported by: alt2600@icloud.com
* math/amgcl: Update 1.4.0 -> 1.4.2Yuri Victorovich2021-07-233-5/+9
| | | | Reported by: portscout
* math/adol-c: Add build-time python dependencyYuri Victorovich2021-07-221-1/+3
| | | | | | | Otherwise it was picking python-2.7 when it was installed. PR: 257340 Reported by: alt2600@icloud.com
* math/Imath: update to v3.1.1, waiving local patchMatthias Andree2021-07-224-20/+7
| | | | | | files/patch-eabc884d079d26afcead5128f7b093978d239ada.diff is no longer needed - it is the sole change from v3.1.0 and I had previously cherry- picked it from the upstream Git repo.
* math/atlas: unbreak after math/lapack + various fixesThierry Thomas2021-07-211-15/+14
| | | | | | | | | | | | | | | | | The latest upgrade of math/lapack broke ATLAS, due to the lack of the post-target, but anyways it was broken in many others ways: - gmake is required (the fixes ifdef / #ifdef are not sufficient) - -fPIC is needed everywhere - fix EXTRA_FFLAGS - remove a conflict with atlas-devel. PR: 257122 Reported by: alt2600 (at) icloud.com MFH: 2021Q3
* math/lapack: fix post-patch target for math/atlasThierry Thomas2021-07-211-1/+3
| | | | | | | | | | When upgrading this port, I previously merged the post-patch with the pre-configure target, and it was a mistake. The patch target is used from math/atlas, and make.inc is needed. PR: 257122 Reported by: alt2600 (at) icloud.com MFH: 2021Q3
* devel/protobuf: Update to 3.17.3Po-Chuan Hsieh2021-07-212-1/+2
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases PR: 257026 Exp-run by: antoine
* devel/libfmt: Update to 8.0.0Po-Chuan Hsieh2021-07-211-1/+1
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/fmtlib/fmt/releases PR: 257026 Exp-run by: antoine
* math/wxmaxima: fix NLS=on handlingTobias C. Berner2021-07-211-0/+0
| | | | | | | | | The patch file removing the locales-subdirectory in cmake should was removed unconditionally, instead of only when NLS=off This came out of the cmake-3.21 exp-run but is unrelated to cmake. PR: 257191
* math/adol-c: Enable the SPARSE option by defaultYuri Victorovich2021-07-211-1/+9
| | | | | | | | Reason: new version of science/opensim-core expects it. While here: * strip binaries * disable ColPack detection because it breaks with ColPack
* math/octave-forge-zeromq: Update to 1.5.3.Stephen Montgomery-Smith2021-07-192-5/+4
|
* math/sc-im: update to 0.8.2Baptiste Daroussin2021-07-193-17/+6
|
* math/libxlsxwriter: update to 1.1.1Baptiste Daroussin2021-07-194-31/+10
|
* math/colpack: New port: Graph Coloring Algorithm PackageYuri Victorovich2021-07-196-0/+107
|
* math/p5-Math-String: Update to 1.30Po-Chuan Hsieh2021-07-182-5/+4
| | | | Changes: https://metacpan.org/dist/Math-String/changes
* math/p5-Math-BigRat: Update to 0.2617Po-Chuan Hsieh2021-07-182-4/+4
| | | | Changes: https://metacpan.org/dist/Math-BigRat/changes
* math/p5-Math-BigInt-Lite: Update to 0.23Po-Chuan Hsieh2021-07-182-4/+5
| | | | Changes: https://metacpan.org/dist/Math-BigInt-Lite/changes
* math/lapack: fix broken lib symlinkThierry Thomas2021-07-181-4/+4
| | | | | | | | | | | | | | In lapack-3.10.0, there is a broken sym link for libtmglib.so.3.10.0 (should be a file): /usr/local/lib/libtmglib.so.3@ -> libtmglib.so.3.10.0 /usr/local/lib/libtmglib.so.3.10.0@ -> libtmglib.so.3 Just remove the unnecessary code in post-install for libtmglib shared lib files. 'do-install' does everything correctly. PR: 257139 Reported by: John Hein <jcfyecrayz (at) liamekaens.com>
* math/wxmaxima: fix buildPiotr Kubaj2021-07-182-0/+0
| | | | Previous commit moved wrong file.
* math/lapack: fix "argument list too long"John Hein2021-07-172-12184/+7
| | | | | | | | | | | Older FreeBSD versions have a too small ARG_MAX, and making the plist failed with the "argument list too long" error. This patch sticks to using files and pipelines rather than long command line argument lists, authored by John Hein <jcfyecrayz@liamekaens.com>. PR: 257004 Reported by: russo (at) bogodyn.org
* *: bump PORTREVISION after math/Imath updateMatthias Andree2021-07-171-1/+1
|
* math/Imath: Update to v3.1.0Matthias Andree2021-07-174-7/+24
| | | | | | | Changelog: https://github.com/AcademySoftwareFoundation/Imath/releases/tag/v3.1.0 This will require some minor changes to ports that depend on it.
* math/R-cran-RcppArmadillo: Update to 0.10.6.0.0TAKATSU Tomonari2021-07-172-4/+4
|
* math/reduce: fix build on powerpc64lePiotr Kubaj2021-07-161-0/+11
| | | | configure: error: "libffi has not been ported to powerpc64le-unknown-freebsd13.0."
* math/octave: Update to 6.3.0.Stephen Montgomery-Smith2021-07-1689-90/+100
| | | | Also bump revision of dependent octave-forge-* ports.
* math/octave-forge-control: Update to 3.3.1.Stephen Montgomery-Smith2021-07-152-4/+4
|
* math/p5-bignum: Update to 0.53Po-Chuan Hsieh2021-07-152-4/+8
| | | | Changes: https://metacpan.org/dist/bignum/changes
* math/p5-Math-BigRat: Update to 0.2616Po-Chuan Hsieh2021-07-152-4/+4
| | | | Changes: https://metacpan.org/dist/Math-BigRat/changes
* math/p5-Math-BigInt: Update to 1.999823Po-Chuan Hsieh2021-07-152-4/+4
| | | | Changes: https://metacpan.org/dist/Math-BigInt/changes
* math/p5-Math-BigInt-Lite: Update to 0.22Po-Chuan Hsieh2021-07-152-4/+4
| | | | Changes: https://metacpan.org/dist/Math-BigInt-Lite/changes
* math/wxmaxima: fix build on powerpcPiotr Kubaj2021-07-151-0/+6
| | | | | | | | /usr/bin/c++ -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D__WXGTK__ -Isrc -isystem /usr/local/lib/wx/include/gtk3-unicode-3.0 -isystem /usr/local/include/wx-3.0 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -pthread -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=gnu++11 -MD -MT src/CMakeFiles/wxmaxima.dir/SlideShowCell.cpp.o -MF src/CMakeFiles/wxmaxima.dir/SlideShowCell.cpp.o.d -o src/CMakeFiles/wxmaxima.dir/SlideShowCell.cpp.o -c /wrkdirs/usr/ports/math/wxmaxima/work/wxmaxima-Version-20.04.0/src/SlideShowCell.cpp In file included from /wrkdirs/usr/ports/math/wxmaxima/work/wxmaxima-Version-20.04.0/src/SlideShowCell.cpp:32: In file included from /wrkdirs/usr/ports/math/wxmaxima/work/wxmaxima-Version-20.04.0/src/SlideShowCell.h:33: In file included from /wrkdirs/usr/ports/math/wxmaxima/work/wxmaxima-Version-20.04.0/src/Image.h:33: src/Version.h:5:6: error: invalid token at start of a preprocessor expression
* math/p5-Math-BigInt: Update to 1.999821Po-Chuan Hsieh2021-07-142-4/+4
| | | | Changes: https://metacpan.org/dist/Math-BigInt/changes