aboutsummaryrefslogtreecommitdiff
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* astro/py-spktype01 et al.: fix the dependency on PYNUMPYThierry Thomas2021-04-071-1/+2
| | | | | | | | | | Some ports, like astro/py-spktype01, uses the undefined variable ${NUMPY} in their _DEPENDS fields and this must be replaced by the correct ${PYNUMPY}. PR: 254740 Reported by: Bojan Petrovic Approved by: QA blanket for the ports that I do not maintain
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-07327-327/+0
| | | | Reported by: lwhsu
* math/flint2: Add explicit Python build dependency (D29353)Tobias Kortkamp2021-04-071-1/+1
| | | | | | | | | | | | | | | | | | This unbreaks the build when using devel/samurai. It previously got it through ninja which has a run dependency on Python. CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:218 (message): Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) Call Stack (most recent call first): /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:582 (_FPHSA_FAILURE_MESSAGE) /usr/local/share/cmake/Modules/FindPythonInterp.cmake:169 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:37 (find_package) http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/flint2-2.7.1.log PR: 254678
* math/ambit: Add explicit Python build dependency (D29353)Tobias Kortkamp2021-04-071-1/+1
| | | | | | | | | | | | | | | | | | | This unbreaks the build when using devel/samurai. It previously got it through ninja which has a run dependency on Python. CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:218 (message): Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) Call Stack (most recent call first): /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:582 (_FPHSA_FAILURE_MESSAGE) /usr/local/share/cmake/Modules/FindPythonInterp.cmake:169 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) cmake/FindPythonLibsNew.cmake:59 (find_package) CMakeLists.txt:96 (find_package) http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/ambit-tensor-0.5.1.log PR: 254678
* math/sleef: fix plistAdriaan de Groot2021-04-062-0/+2
| | | | The pkgconfig file was orphaned, found by poudriere bulk -t
* math/octave-forge-communications: update to 1.2.3.Stephen Montgomery-Smith2021-04-062-5/+4
|
* math/octave-forge-nurbs: update to 1.4.3.Stephen Montgomery-Smith2021-04-066-81/+4
|
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061005-1007/+0
|
* math/clfft: enable on powerpc64Piotr Kubaj2021-04-061-1/+1
|
* math/clfft: enable on powerpc64lePiotr Kubaj2021-04-061-1/+1
|
* math/R: enable OPENMP on powerpc64 and powerpc64lePiotr Kubaj2021-04-061-0/+5
|
* Update to Version 4.0.0Stefan Eßer2021-04-062-4/+4
| | | | | | | | This version fixes an issue in dc: the P command did not pop the value being printed from the stack. The major version bump is due to the addition of Windows compatibility and does not correspond to a change of functionality on POSIX systems.
* math/petiga: Update g20200316 -> g20210307Yuri Victorovich2021-03-304-30/+33
| | | | Notes: svn path=/head/; revision=569603
* Remove PYTHON_PYOEXTENSION (followup of r500018 and 569588)Sunpoet Po-Chuan Hsieh2021-03-301-1/+1
| | | | | | | PYTHON_PYOEXTENSION is opt-1.pyc for Python 3.5+. Notes: svn path=/head/; revision=569590
* Add a patch from upstream fixing build with older ncursesBaptiste Daroussin2021-03-302-1/+28
| | | | Notes: svn path=/head/; revision=569546
* math/py-numpoly: Update 1.1.1 -> 1.1.2Yuri Victorovich2021-03-302-4/+4
| | | | Notes: svn path=/head/; revision=569535
* math/matio: Update to 1.5.21Max Brazhnikov2021-03-293-5/+6
| | | | Notes: svn path=/head/; revision=569507
* math/calc: Update to 2.13.0.0Adam Weinberger2021-03-293-28/+37
| | | | Notes: svn path=/head/; revision=569488
* Add compiler:c++14-lang to USES to fix build on GCC-based systems:Mark Linimon2021-03-291-1/+1
| | | | | | | | | cc1plus: error: unrecognized command line option "-std=c++14" Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=569473
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2021-03-291-1/+1
| | | | Notes: svn path=/head/; revision=569434
* math/minizinc-ide: Update 2.5.4 -> 2.5.5Yuri Victorovich2021-03-292-5/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=569425
* math/minizinc: Update 2.5.3 -> 2.5.5Yuri Victorovich2021-03-293-6/+37
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=569424
* math/py-pyclipper: Update 1.1.0 -> 1.2.1Yuri Victorovich2021-03-292-7/+6
| | | | | | | | PR: 254265 Approved by: lantw44@gmail.com (maintainer's timeout 14 days) Notes: svn path=/head/; revision=569421
* math/R: remove obsolete fpsetmaskPiotr Kubaj2021-03-281-0/+34
| | | | | | | | | | | | | | src/unix/sys-unix.c uses fpsetmask to workaround a bug that is not present since FreeBSD 4.0. This issue also affected Firefox and was resolved 9 years ago https://bugzilla.mozilla.org/show_bug.cgi?id=789436#c27 fpsetmask executions cause R build to crash on powerpc64(le), since new SIGFPE kernel code doesn't take into account old workarounds. PR: 254621 Approved by: jrm (maintainer) Notes: svn path=/head/; revision=569385
* math/lean: Add pkg-message with warning about /proc being required to be mountedYuri Victorovich2021-03-282-0/+17
| | | | | | | Reported by: BRANDON BOCANEGRA <kakuhen@g.ucla.edu> Notes: svn path=/head/; revision=569374
* math/calc: Update to 2.12.9.1Adam Weinberger2021-03-273-54/+4
| | | | Notes: svn path=/head/; revision=569323
* math/py-baycomp: Remove tests from plist because they cause conflictsYuri Victorovich2021-03-271-0/+9
| | | | Notes: svn path=/head/; revision=569294
* editors/emacs: Update to 27.2Joseph Mingrone2021-03-262-2/+2
| | | | | | | | | | | | This is a bug-fix release with no new features. https://www.gnu.org/software/emacs/news/NEWS.27.2 Reviewed by: ashish Differential Revision: https://reviews.freebsd.org/D27700 Notes: svn path=/head/; revision=569232
* Re-add math/rehearse: Doesn't seem to depend on any conflicting portsYuri Victorovich2021-03-255-0/+54
| | | | Notes: svn path=/head/; revision=569175
* Re-add port: math/openmesh: Update 8.0 -> 8.1Yuri Victorovich2021-03-2517-0/+424
| | | | Notes: svn path=/head/; revision=569173
* math/xtensor: Update 0.23.1 -> 0.23.3Yuri Victorovich2021-03-242-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=569166
* Update to 0.8.0Baptiste Daroussin2021-03-2413-169/+4
| | | | Notes: svn path=/head/; revision=569136
* Mark ports recursively depending on Python 2.7 for expiration on June 23.Rene Ladan2021-03-244-0/+17
| | | | | | | | | | | | | | For ports optionally dependending on Python 2.7, just mark those options as expired. Remove konquerer from the x11/kde-baseapps metaport and bump its PORTREVISION. Submitted by: rene Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D28665 Notes: svn path=/head/; revision=569118
* - Update to 0.8-3TAKATSU Tomonari2021-03-242-4/+4
| | | | Notes: svn path=/head/; revision=569110
* - The maintainer changed => upstream is now on GitHub;Thierry Thomas2021-03-249-928/+859
| | | | | | | | | - Upgrade to v0.9.1; - Really install the shared library with a soname. Notes: svn path=/head/; revision=569109
* - 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