aboutsummaryrefslogtreecommitdiff
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* New port: math/arb: C library for arbitrary-precision interval arithmeticYuri Victorovich2018-03-305-0/+74
| | | | Notes: svn path=/head/; revision=465949
* math/flint2: Update g20170804 -> g20180323Yuri Victorovich2018-03-304-30/+28
| | | | | | | | | | Port changes: * Change to the repo that is current * Change to cmake * Update/add patches required to build on FreeBSD Notes: svn path=/head/; revision=465948
* New port: math/flint2: Fast library for number theoryYuri Victorovich2018-03-305-0/+161
| | | | Notes: svn path=/head/; revision=465941
* New port: math/py-symcxx: Minimal symbolic manipulation python package ↵Yuri Victorovich2018-03-294-0/+37
| | | | | | | written in C++ Notes: svn path=/head/; revision=465939
* New port: math/py-Diofant: Python library for symbolic mathematicsYuri Victorovich2018-03-295-0/+54
| | | | Notes: svn path=/head/; revision=465934
* math/py-gmpy2: Remove 2.7 limitation in USES=pythonYuri Victorovich2018-03-291-1/+1
| | | | | | | It looks like it was there by mistake. Notes: svn path=/head/; revision=465933
* Add LICENSESunpoet Po-Chuan Hsieh2018-03-291-0/+3
| | | | | | | - Add NO_ARCH Notes: svn path=/head/; revision=465920
* Patch to fix build on armvX.Mark Linimon2018-03-292-2/+10
| | | | | | | | | | | Tested for no-harm on amd64. PR: 225693 Submitted by: mikael.urankar Approved by: maintainer timeout (> 2 weeks) Notes: svn path=/head/; revision=465863
* - Update to 1.2.1TAKATSU Tomonari2018-03-292-7/+5
| | | | Notes: svn path=/head/; revision=465862
* - Update to 1.3.1.1TAKATSU Tomonari2018-03-292-5/+4
| | | | Notes: svn path=/head/; revision=465861
* Fix build with Perl 5.26.Mathieu Arnold2018-03-282-3/+181
| | | | | | | | | | | | | Unescaped left brace in regex is illegal in regex when not used as a quantifier. - /foo{3}/ will match foofoofoo. - /\\new{bar}/ is illegal and should be written as /\\new\{bar}/. PR: 226817 Sponsored by: Absolight Notes: svn path=/head/; revision=465819
* math/bsdnt: update to new snapshotSteve Wills2018-03-284-23/+5
| | | | Notes: svn path=/head/; revision=465816
* New port: math/g2o: General framework for graph optimizationYuri Victorovich2018-03-285-0/+329
| | | | | | | Differential Revision: https://reviews.freebsd.org/D13610 Notes: svn path=/head/; revision=465787
* - Update to 0.7-0TAKATSU Tomonari2018-03-282-5/+4
| | | | Notes: svn path=/head/; revision=465785
* - Update to 0.3.3.4.0TAKATSU Tomonari2018-03-282-5/+4
| | | | Notes: svn path=/head/; revision=465780
* - Update to 0.8.400.0.0TAKATSU Tomonari2018-03-282-5/+4
| | | | Notes: svn path=/head/; revision=465779
* - Update to 2.15.1TAKATSU Tomonari2018-03-283-7/+6
| | | | | | | | - Fix LICENSE section - Update WWW: line in pkg-descr Notes: svn path=/head/; revision=465773
* math/sundials: Unbreak on 12Yuri Victorovich2018-03-271-0/+3
| | | | | | | | | | Macro (ESYM) can't be aligned with a string in C++. The upstream is going to fix this in the next release. Reported by: fallout Notes: svn path=/head/; revision=465762
* math/geogebra: Update 5.0.414.0 -> 5.0.449.0Yuri Victorovich2018-03-272-4/+4
| | | | | | | | PR: 227000 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer) Notes: svn path=/head/; revision=465745
* math/adept: Marked broken on 10 amd64Yuri Victorovich2018-03-261-0/+2
| | | | | | | Reported by: fallout Notes: svn path=/head/; revision=465647
* Make libgnome and libgnomeui not implying esound dependencyBaptiste Daroussin2018-03-261-1/+1
| | | | | | | | | | | | | | | | | | | It has been a while both does not depend anymore on esound, before this change esound dependency was wrongly added to plenty of packages which actually does not depend on it. While here: - audio/glame: remove esound support - games/monkeybubble: add an explicit dependency on esound - sysutils/gnome-schedule: add en explicit dependency on pkg-config - comms/kb: add missing dependency on pkgconfig - x11-toolkits/libgnomeui: * update to 2.4.5 * use USES=localbase Notes: svn path=/head/; revision=465584
* New port: math/py-cvxopt: Python software for convex optimizationYuri Victorovich2018-03-264-0/+43
| | | | Notes: svn path=/head/; revision=465560
* math/ceres-solver: update to 1.14.0Jan Beich2018-03-263-12/+16
| | | | | | | Changes: http://ceres-solver.org/version_history.html Notes: svn path=/head/; revision=465555
* math/ceres-solver: prefer OpenBLAS by defaultJan Beich2018-03-261-2/+2
| | | | Notes: svn path=/head/; revision=465554
* math/ceres-solver: don't use libs from USES=blaslapackJan Beich2018-03-261-3/+2
| | | | | | | | | | | | | According to Ceres installation documentation: ... one needs to be careful to turn off the threading inside OpenBLAS as it conflicts with use of threads in Ceres. math/openblas exposes single-threaded (USE_THREAD=0) version as -lopenblas while multi-threaded (NUM_THREADS=8) version as -lopenblasp (p suffix). Notes: svn path=/head/; revision=465553
* math/ceres-solver: request BLAS flavor via environmentJan Beich2018-03-261-4/+4
| | | | | | | https://github.com/ceres-solver/ceres-solver/issues/355 Notes: svn path=/head/; revision=465552
* Fix build on ppc64 by specifying what is needed from the compiler.Brad Davis2018-03-251-1/+1
| | | | | | | | | PR: 225635 Submitted by: jhibbits Approved by: maintainer timeout Notes: svn path=/head/; revision=465547
* - Update to 3.4.8Li-Wen Hsu2018-03-252-6/+6
| | | | Notes: svn path=/head/; revision=465510
* Sync kde.mk a bit with the development repo.Tobias C. Berner2018-03-241-1/+1
| | | | | | | | | | | | This should ease the import of the new ports for Applications and Plasma Desktop. - add some more component handling - bump KDE_APPLICATIONS_VERSION (no direct consumers exist in the ports tree atm) - fix some space/tab errors Differential Revision: https://reviews.freebsd.org/D14814 Notes: svn path=/head/; revision=465444
* math/xtensor: Update 0.15.5 -> 0.15.6Yuri Victorovich2018-03-242-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=465439
* - Add LICENSEDmitry Marakasov2018-03-241-0/+4
| | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket Notes: svn path=/head/; revision=465438
* New port: math/py-pymc3: Probabilistic programming in PythonYuri Victorovich2018-03-234-0/+40
| | | | Notes: svn path=/head/; revision=465392
* math/py-theano: Update 0.9.0 -> 1.0.1Yuri Victorovich2018-03-232-6/+6
| | | | | | | | | | | | | Port changes: * Change to DISTVERSION * Simplified MASTER_SITES as per portlint recommendation * Add NO_ARCH PR: 226869 Approved by: demon (maintainer) Notes: svn path=/head/; revision=465391
* - Update to 0.21.0TAKATSU Tomonari2018-03-232-7/+8
| | | | | | | - Fix LICENSE section Notes: svn path=/head/; revision=465347
* math/py-PyWavelets:Max Brazhnikov2018-03-231-1/+1
| | | | | | | | | | - Don't restrict the port for Python 2.x only PR: 226798 Approved by: Eric Camachat (maintainer) Notes: svn path=/head/; revision=465335
* Mark BROKEN: fails to buildAntoine Brodin2018-03-221-0/+2
| | | | | | | | | Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/tools/ant/launch/Launcher : Unsupported major.minor version 52.0 Reported by: pkg-fallout Notes: svn path=/head/; revision=465271
* math/mathgl: Update to 2.4.2Yuri Victorovich2018-03-225-25/+19
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=465264
* - Add Makefile.version to share version with ports depending on octave.Stephen Montgomery-Smith2018-03-222-1/+7
| | | | | | | | PR: ports/226816 Submitted by: Yuri Victorovich <yuri@freebsd.org> Notes: svn path=/head/; revision=465255
* math/pdal: Change WWW to httpsYuri Victorovich2018-03-211-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=465199
* - Update to 1.8-1TAKATSU Tomonari2018-03-212-5/+4
| | | | Notes: svn path=/head/; revision=465170
* - Update to 0.0.3TAKATSU Tomonari2018-03-212-5/+4
| | | | Notes: svn path=/head/; revision=465160
* x11-toolkits/granite: Update to 0.5Yuri Victorovich2018-03-211-1/+3
| | | | | | | | | | | | | | | | | | | | | | | Port changes: * Change to DISTVERSION * Change to github Bump x11/pantheon-terminal and math/pantheon-calculator While in math/pantheon-calculator: * Add LICENSE_FILE While in x11/pantheon-terminal: * Add missing dependencies in LIB_DEPENDS * Add missing dependencies in USE_GNOME * Group USExx accorfing to the portlint warning * Change USES=cmake to USES=cmake:outsource PR: 226696 Submitted by: Greg V <greg@unrelenting.technology> Notes: svn path=/head/; revision=465149
* Fix CCACHE_BUILD support.Bryan Drewery2018-03-211-1/+1
| | | | Notes: svn path=/head/; revision=465145
* math/dynare: Add missing LIB_DEPENDS to fix stage-qaFernando Apesteguía2018-03-201-2/+2
| | | | | | | | Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D14719 Notes: svn path=/head/; revision=465112
* New port: math/py-uncertainties: Calculations with uncertainties on the ↵Yuri Victorovich2018-03-204-0/+46
| | | | | | | quantities involved Notes: svn path=/head/; revision=465073
* Fix order of IGNORE_WITH_PHP variableDanilo G. Baio2018-03-202-4/+2
| | | | | | | | | Related with `USES=php` so is better to keep them together Reported by: mat Notes: svn path=/head/; revision=465055
* - Fix make install error when compiling with QT5 enabled.Stephen Montgomery-Smith2018-03-202-1/+3
| | | | | | | | PR: ports/226752 Submitted by: otacilio.neto@bsd.com.br Notes: svn path=/head/; revision=465054
* Mark as broken on all tier-2 archs.Mark Linimon2018-03-191-0/+7
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=465029
* math/libRmath: Update to bug-fix release 3.4.4Joseph Mingrone2018-03-192-6/+5
| | | | | | | | Upstream changes: https://cloud.r-project.org/doc/manuals/r-release/NEWS.html Notes: svn path=/head/; revision=464975
* Mark as broken on armvX.Mark Linimon2018-03-181-0/+3
| | | | Notes: svn path=/head/; revision=464908