aboutsummaryrefslogtreecommitdiff
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
...
* - Upgrade to 0.99712;Thierry Thomas2021-03-239-70/+87
| | | | | | | | | - Build the static library with PIC and run ranlib; - Also build and install a shared library. Notes: svn path=/head/; revision=569062
* Remove math/s2geometry: It is a duplicate of graphics/s2Yuri Victorovich2021-03-236-255/+0
| | | | | | | Reported by: sunpoet Notes: svn path=/head/; revision=569003
* Upgrade to 2.1.2b1.Thierry Thomas2021-03-225-27/+11
| | | | Notes: svn path=/head/; revision=568972
* Minor update to 20210318.Thierry Thomas2021-03-223-6/+5
| | | | | | | Release notes at <https://github.com/JohnCremona/eclib/releases/tag/20210318>. Notes: svn path=/head/; revision=568970
* math/openblas: Allow building in poudriere with DYNAMIC_ARCH=off.Gleb Popov2021-03-221-5/+1
| | | | | | | | | | The removed check was simply a safety belt. Improve option's description to underline that turning it off semantically equals to building with march=native. PR: 245926 Approved by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer) Notes: svn path=/head/; revision=568969
* Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,Alexey Dokuchaev2021-03-223-3/+3
| | | | | | | | contractions, "<portname> is ..." cases, missing Oxford commas, and other miscellaneous style bugs in the COMMENT line. Notes: svn path=/head/; revision=568947
* Update to MPC version 1.2.0 with the following changes:Gerald Pfeifer2021-03-2115-10/+18
| | | | | | | | | | | | | | | | | | | | - New functions: . mpc_sum . mpc_dot - Several functions are more robust with a reduced exponent range (for example corresponding to IEEE 754 binary formats). - New mpcheck tool for comparison with the native C library (which is not installed by default). Bump all directly dependent ports. Do not bump those indirectly dependent via the lang/gcc* family since their run-time dependencies and code generated should not be affected. PR: 249950 Submitted by: wen Notes: svn path=/head/; revision=568912
* math/cadabra2: Fix packaging with Python 3.8 and onwardKai Knoblich2021-03-212-2/+12
| | | | | | | | | | | | * Add a workaround to make the transition from Python 3.7 to Python 3.8 possible because the name of the .so file is slightly different between the two releases. PR: 254426 Approved by: yuri (maintainer) Notes: svn path=/head/; revision=568906
* - Update to 0.9-8TAKATSU Tomonari2021-03-192-5/+4
| | | | Notes: svn path=/head/; revision=568818
* Update to version 3.3.4Stefan Eßer2021-03-192-4/+4
| | | | | | | | This update adds an implicit flush of the output if read() is called in a bc script in order to display a prompt without \n in line buffered mode. Notes: svn path=/head/; revision=568781
* New port: math/s2geometry: Geometry library for manipulating geometric shapesYuri Victorovich2021-03-186-0/+255
| | | | Notes: svn path=/head/; revision=568759
* math/latte-integrale: Update 1.7.5 -> 1.7.6Yuri Victorovich2021-03-183-8/+7
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=568736
* math/openblas: exclude OPENMP on powerpc64lePiotr Kubaj2021-03-171-0/+1
| | | | | | | Like on other powerpc* platforms, OpenMP is mandatory and openblas can't be compiled without it. Notes: svn path=/head/; revision=568680
* Fix build, with patch from John Cremona.Thierry Thomas2021-03-175-9/+1191
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=568679
* - Updte to 4.0.1.Stephen Montgomery-Smith2021-03-172-4/+4
| | | | Notes: svn path=/head/; revision=568678
* - Update to 0.7-1TAKATSU Tomonari2021-03-172-4/+4
| | | | Notes: svn path=/head/; revision=568643
* math/py-optuna: Update to 2.6.0Neel Chauhan2021-03-162-4/+4
| | | | | | | Changes: https://github.com/optuna/optuna/releases/tag/v2.6.0 Notes: svn path=/head/; revision=568600
* math/lean: Update 3.27.0 -> 3.28.0Yuri Victorovich2021-03-162-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=568590
* math/minizinc-ide: Update 2.5.3 -> 2.5.4Yuri Victorovich2021-03-162-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=568589
* - Add new port: math/R-cran-proxyTAKATSU Tomonari2021-03-164-0/+24
| | | | | | | | | | | Provides an extensible framework for the efficient calculation of auto- and cross-proximities, along with implementations of the most popular ones. WWW: https://cran.r-project.org/web/packages/proxy/ Notes: svn path=/head/; revision=568557
* PyQt5: Update PyQt5 to 5.15.4 and py-qtbuilder to 1.9.1Loïc Bartoletti2021-03-164-4/+4
| | | | | | | | PR: 254218 Exp-run by: antoine Notes: svn path=/head/; revision=568547
* Do not force GCC when OPENMP is selected.Thierry Thomas2021-03-151-13/+2
| | | | | | | | | PR: 254284 Submitted by: /me Approved by: phd_kimberlite (maintainer) Notes: svn path=/head/; revision=568472
* math/py-gmpy2-devel: Fix packaging with Python 3.8Kai Knoblich2021-03-141-1/+1
| | | | | | | | PR: 253815 Approved by: python (with hat) Notes: svn path=/head/; revision=568399
* math/qalculate: Update to 3.17.0Jason E. Hale2021-03-143-4/+5
| | | | Notes: svn path=/head/; revision=568397
* math/libqalculate: Update to 3.17.0Jason E. Hale2021-03-143-5/+5
| | | | Notes: svn path=/head/; revision=568396
* Upgrade to v20210310.Thierry Thomas2021-03-142-4/+4
| | | | | | | Release notes at <https://github.com/JohnCremona/eclib/releases/tag/v20210310>. Notes: svn path=/head/; revision=568380
* math/py-piranha: Fix build with Python 3.8 and 3.9Kai Knoblich2021-03-141-1/+1
| | | | | | | | | | | | | | | | * Adjust regexp pattern to make builds with Python 3.8/3.9 possible and remove Python 2 support from it while I'm here because the port is Python 3 only since r559531. Excerpt from the log: ninja: error: '/usr/local/lib/libpython3.8m.so', needed by 'pyranha/_core.so', missing and no known rule to make it PR: 253815 Approved by: portmgr (build fix) Notes: svn path=/head/; revision=568378
* math/cppad: Update 20210000.5 -> 20210000.6Yuri Victorovich2021-03-143-5/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=568366
* math/symengine: Update 0.6.0 -> 0.7.0Yuri Victorovich2021-03-143-7/+8
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=568360
* math/onednn: Update 2.1.1 -> 2.1.2Yuri Victorovich2021-03-142-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=568359
* Move: biology/py-fastTSNE -> math/py-openTSNEYuri Victorovich2021-03-135-0/+52
| | | | | | | Project was renamed and reimplemented. Notes: svn path=/head/; revision=568296
* New port: math/py-baycomp: Library for Bayesian comparison of classifiersYuri Victorovich2021-03-134-0/+39
| | | | Notes: svn path=/head/; revision=568286
* math/calc: Update to 2.12.9.0Adam Weinberger2021-03-134-5/+62
| | | | Notes: svn path=/head/; revision=568267
* - Update to 0.9-11TAKATSU Tomonari2021-03-132-4/+4
| | | | Notes: svn path=/head/; revision=568238
* - Update math/glm to 0.9.9.8Dmitry Marakasov2021-03-129-399/+226
| | | | Notes: svn path=/head/; revision=568184
* - Update to 1.6.9TAKATSU Tomonari2021-03-122-4/+4
| | | | Notes: svn path=/head/; revision=568172
* - Update to 8.14TAKATSU Tomonari2021-03-122-4/+4
| | | | Notes: svn path=/head/; revision=568169
* math/onednn: Mark broken on aarch64Mikael Urankar2021-03-121-0/+1
| | | | | | | | | /wrkdirs/usr/ports/math/onednn/work/oneDNN-2.1.1/src/cpu/aarch64/xbyak_aarch64/xbyak_aarch64_util.h:20:10: fatal error: 'sys/prctl.h' file not found Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=568147
* - Update to 0.10.2.2.0TAKATSU Tomonari2021-03-112-4/+4
| | | | Notes: svn path=/head/; revision=568080
* - Update to 1.8-9TAKATSU Tomonari2021-03-112-5/+4
| | | | Notes: svn path=/head/; revision=568079
* - Update to 0.5.1TAKATSU Tomonari2021-03-112-4/+4
| | | | Notes: svn path=/head/; revision=568073
* math/flexfloat: fix build on powerpc64lePiotr Kubaj2021-03-101-0/+1
| | | | | | | powerpc64le needs -mfloat128, like powerpc64. Notes: svn path=/head/; revision=568049
* math/ogdf: fix build on non-x86Piotr Kubaj2021-03-102-8/+23
| | | | | | | Don't use cpuid on non-x86. Notes: svn path=/head/; revision=568007
* Update maintainer address on his request.Guido Falsi2021-03-091-1/+1
| | | | Notes: svn path=/head/; revision=567964
* Upgrade math/eclib to v20210308.Thierry Thomas2021-03-095-7/+22
| | | | | | | Release notes at <https://github.com/JohnCremona/eclib/releases/tag/v20210308>. Notes: svn path=/head/; revision=567942
* graphics/poppler: update to 21.03.0Tobias C. Berner2021-03-082-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 21.03.0: core: * Fix parsing text in some broken pdf files. Issue #1040 * Fix memory issue when using threads. Issue #1050 * TextSelectionDumper: Fix getText() for space after word * Change signature of OutputDev:tilingPatternFill * Make PDFDocBuilder return a std::unique_ptr * Improve well formed check for shading functions * Fix leak in case of fread failing * Fix memory leak in broken file in JBIG2Stream::readGenericBitmap * PSOutputDev: Fix stack overflow in broken files glib: * poppler_annot_free_text_get_callout_line: Fix wrong static cast * poppler-structure-element: fix memleak * Improve documentation * demo: keep same visual appearance between displayed and copied text utils: * pdftotext: Add -cropbox option * pdftoppm: Add -progress option * pdftoppm: Fix rounding bug in computation of output bitmap size. Issue #927 qt6: * Add missing poppler-qt6.pc.cmake PR: 253953 Exp-run by: antoine Notes: svn path=/head/; revision=567866
* Upgrade to 11.0.Thierry Thomas2021-03-085-18/+19
| | | | | | | Release notes at <https://github.com/parisolab/mathmod/releases/tag/11.0>. Notes: svn path=/head/; revision=567855
* PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0Loïc Bartoletti2021-03-084-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | * PyQt5: update to 5.15.3 This is a minor feature and bug-fix release. There are corresponding releases of the other PyQt5-related packages. - Added the missing QImage.setAlphaChannel(). - Support for the QtNetworkAuth library has been moved to a separate PyQtNetworkAuth package. - Wheels no longer bundle the corresponding Qt libraries and instead automatically install them from an external wheel. * QScintilla2: update to 2.12.0 This adds support for Qt6 and removes support for Qt4. - Change the new distname (again)i due to a conflict - Use the new sip-build system * devel/py-qtbuilder: update to 1.9.0 * devel/py-sip: fix flavor for sip-distinfo PR: 253865 Exp-run by: antoine Notes: svn path=/head/; revision=567825
* math/blaze: Update 3.5 -> 3.8Yuri Victorovich2021-03-083-37/+290
| | | | Notes: svn path=/head/; revision=567800
* Clean upSunpoet Po-Chuan Hsieh2021-03-072-2/+0
| | | | | | | There is nothing for substitution in pkg-message. Notes: svn path=/head/; revision=567780