aboutsummaryrefslogtreecommitdiff
path: root/math/sage
Commit message (Collapse)AuthorAgeFilesLines
* math/arb: Update 2.19.0 -> 2.20.0Yuri Victorovich2021-07-251-1/+1
|
* math/flint2: Update 2.7.1 -> 2.8.0Yuri Victorovich2021-07-251-1/+1
| | | | | | Bump 12 consumer ports. Reported by: portscout
* math/gsl: update to 2.7Tobias C. Berner2021-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From [1] * What is new in gsl-2.7: * fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com) * fixed bug #60335 (spmatrix test failure, J. Lamb) * fixed bug #36577 * clarified documentation on interpolation accelerators (V. Krishnan) * fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M. Sitte) * fixed doc bug #59758 * fixed bug #58202 (rstat median for n=5) * added support for native C complex number types in gsl_complex when using a C11 compiler * upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6 * updated exponential fitting example for nonlinear least squares * added banded LU decomposition and solver (gsl_linalg_LU_band) * New functions added to the library: - gsl_matrix_norm1 - gsl_spmatrix_norm1 - gsl_matrix_complex_conjtrans_memcpy - gsl_linalg_QL: decomp, unpack - gsl_linalg_complex_QR_* (thanks to Christian Krueger) - gsl_vector_sum - gsl_matrix_scale_rows - gsl_matrix_scale_columns - gsl_multilarge_linear_matrix_ptr - gsl_multilarge_linear_rhs_ptr - gsl_spmatrix_dense_add (renamed from gsl_spmatrix_add_to_dense) - gsl_spmatrix_dense_sub - gsl_linalg_cholesky_band: solvem, svxm, scale, scale_apply - gsl_linalg_QR_UD: decomp, lssolve - gsl_linalg_QR_UU: decomp, lssolve, QTvec - gsl_linalg_QR_UZ: decomp - gsl_multifit_linear_lcurvature - gsl_spline2d_eval_extrap * bug fix in checking vector lengths in gsl_vector_memcpy (dieggsy@pm.me) * made gsl_sf_legendre_array_index() inline and documented - gsl_sf_legendre_nlm() [1] http://git.savannah.gnu.org/cgit/gsl.git/tree/NEWS PR: 256423 Exp-run by: antoine
* math/sage: chase the upgrade to py38-setuptools to 57.0.0Thierry Thomas2021-06-152-6/+3
| | | | | The latest upgrade of py38-setuptools to 57.0.0 introduced a conflict with some files installed by SageMath: remove them.
* devel/py-jupyter-client: Move devel/py-jupyter_client to devel/py-jupyter-clientPo-Chuan Hsieh2021-05-261-3/+3
| | | | - Bump PORTREVISION of dependent ports
* math/suitesparse: adapt dependency lines after modularizationThierry Thomas2021-05-251-1/+1
| | | | | | | | Do not bump PORTREVISION, because this should not change the resulting packages. Note for maintainers: try to not depend on the whole suitesparse package, especially if your port do not require GraphBLAS (the biggest one).
* devel/py-jupyter-core: Move devel/py-jupyter_core to devel/py-jupyter-corePo-Chuan Hsieh2021-05-181-3/+3
| | | | - Bump PORTREVISION of dependent ports
* math/sage: Fix packaging with Python 3.8+Kai Knoblich2021-04-211-522/+522
| | | | | PR: 253815 Approved by: python (with hat)
* Mk/Uses/ninja.mk: Add support for devel/samurai (D29353)Tobias Kortkamp2021-04-201-4/+4
| | | | | | | | | | | | Samurai is a Ninja-compatible build tool with fewer dependencies than Ninja. Hook it to the framework via a new NINJA_DEFAULT. This also adds %p to NINJA_STATUS to make Ninja or Samurai print the percentage of completed jobs to make it easier to eyeball how much of the build is done. PR: 254678 Exp-run by: antoine
* math/sage: work-around to chase the upgrade of py-docutils to 0.17Thierry Thomas2021-04-191-1/+3
| | | | | | | | | There is no subdir hu for Hungarian under $PYTHON_SITELIBDIR/docutils/languages and since the upgrade to textproc/py-docutils to 0.17 this causes a failure in dochtml when building Sage. Neither the upgrade to 0.17.1 proposed in PR 255197 solves the problem: as a work-around this modification only removes the build of a_tour_of_sage for hu.
* devel/icu: update to 69.1Jan Beich2021-04-081-1/+1
| | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1 Reported by: GitHub (watch releases)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to MPC version 1.2.0 with the following changes:Gerald Pfeifer2021-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | - 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
* Fix build, with patch from John Cremona.Thierry Thomas2021-03-175-9/+1191
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=568679
* Upgrade math/eclib to v20210308.Thierry Thomas2021-03-091-1/+1
| | | | | | | Release notes at <https://github.com/JohnCremona/eclib/releases/tag/v20210308>. Notes: svn path=/head/; revision=567942
* Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+Sunpoet Po-Chuan Hsieh2021-01-301-1/+1
| | | | | | | PR: 250103 Notes: svn path=/head/; revision=563407
* Upgrade pynac to 0.7.27: several incremental fixes.Thierry Thomas2021-01-242-2/+2
| | | | Notes: svn path=/head/; revision=562512
* Chase the upgrade of math/e-antic to 1.0.0-rc.12.Thierry Thomas2021-01-232-2/+2
| | | | Notes: svn path=/head/; revision=562412
* - Bump PORTREVISION. devel/py-defusedxml was updatedJose Alonso Cardenas Marquez2021-01-071-1/+1
| | | | Notes: svn path=/head/; revision=560669
* Move devel/py-prompt_toolkit to devel/py-prompt-toolkitSunpoet Po-Chuan Hsieh2020-12-111-3/+3
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=557718
* Chase math/fplll to 0.5.4.Thierry Thomas2020-12-061-1/+1
| | | | Notes: svn path=/head/; revision=557130
* Move textproc/py-MarkupSafe to textproc/py-markupsafeSunpoet Po-Chuan Hsieh2020-12-051-3/+3
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=557064
* devel/isl: Update to 0.23Danilo Egea Gondolfo2020-12-031-1/+1
| | | | | | | PR: 251432 Notes: svn path=/head/; revision=556919
* devel/icu: update to 68.1Jan Beich2020-11-031-0/+1
| | | | | | | | | Changes: http://site.icu-project.org/download/68 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=553940
* Upgrade SageMath to 9.2.Thierry Thomas2020-10-2920-2420/+473
| | | | | | | Changelog at <https://www.sagemath.org/changelogs/sage-9.2.txt>. Notes: svn path=/head/; revision=553606
* math/pari: Update 2.11.4 -> 2.13.0Yuri Victorovich2020-10-251-1/+1
| | | | | | | | | Bump 15 depending ports. Reported by: portscout Notes: svn path=/head/; revision=553237
* liblrsgmp.so is no more installed by math/lrslib since 071.Thierry Thomas2020-10-061-2/+2
| | | | Notes: svn path=/head/; revision=551588
* math/sage: Unbreak build with DOCS=OFF.Gleb Popov2020-08-042-6/+11
| | | | | | | Reviewed by: thierry Notes: svn path=/head/; revision=544180
* Yet another attempt to fix plist on -CURRENT: the swing between egg and wheelThierry Thomas2020-07-231-7/+6
| | | | | | | does not only depend on $OSREL. Notes: svn path=/head/; revision=542957
* Chanse update of devel/libffiNiclas Zeising2020-07-041-1/+1
| | | | | | | | | | | | | Chase the devel/libffi update Bump portrevision of all dependent ports to chace shard library version bump in libffi. Update LIB_DEPENDS lines where needed to not require a specific version of libffi.so. PR: 247028 (for tracking) Notes: svn path=/head/; revision=541232
* math/sage: Change lang/ecl and math/maxima updateNiclas Zeising2020-07-043-12/+74
| | | | | | | | | | | Chase the update of math/sage and lang/ecl Bump portrevision PR: 247283 Submitted by: thierry Notes: svn path=/head/; revision=541228
* For an unknown reason, Python behaves differently on -CURRENT, but anywaysThierry Thomas2020-06-292-82/+189
| | | | | | | it works. Fix plist accordingly. Notes: svn path=/head/; revision=540835
* - always --enable-build-as-root (DP)Thierry Thomas2020-06-285-18/+61
| | | | | | | | | | | | | | | - remove CONFLICTS with lang/python3 (DP) - remove future CONFLICTS with blas/lapack (PR 247542) - add a pkg-message for SAGE_ROOT / SAGE_LOCAL (DP) - remove the check of R´s Makevars.site (DP) see <https://trac.sagemath.org/ticket/29943> - use math/e-antic from the ports tree - make BROKEN on -CURRENT untill a solution is found / Python Reported by: Dima Pasechnik <dimpase (at) gmail.com> (DP) Notes: svn path=/head/; revision=540720
* Chase the upgrade of math/flint2.Thierry Thomas2020-06-182-0/+15
| | | | Notes: svn path=/head/; revision=539562
* - Unbreak and upgrade to 9.1Thierry Thomas2020-06-1765-870/+10191
| | | | | | | | | | | | - Take maintainership. PR: 247298 Submitted by: /me Approved by: stephen (previous maintainer) Differential Revision: D24195 Notes: svn path=/head/; revision=539413
* Give me one more month.Thierry Thomas2020-05-041-1/+1
| | | | | | | | | See work in progress: - <https://trac.sagemath.org/ticket/26249> - <https://reviews.freebsd.org/D24195> Notes: svn path=/head/; revision=533938
* Deprecate ports broken for more than 6 monthsAntoine Brodin2020-04-041-0/+2
| | | | Notes: svn path=/head/; revision=530719
* Mark a few ports BROKEN (unfetchable)Antoine Brodin2019-11-061-0/+2
| | | | Notes: svn path=/head/; revision=516887
* multimedia/ffmpeg: update to 4.2Jan Beich2019-08-051-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=508216
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Update ImageMagick to 6.9.10.14 [1]Koop Mast2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | * Add PKGNAMESUFFIX and rename the directory. This was done to show that IM6 is not the "main" version. But still fully supported by upstream. * Convert a number of options to optionhelpers. * Add option for ISO/IEC 23008-12:2017 HEIF suport * Add comment to pkg-descr explaining IM6's "legacy" tag. * Add comment to the patch-config_policy.xml file why it still needed. Please note that IM7 is not a drop in replacement due to library API and command arguments changes. And as a result ports need to decide for themself which version to use. Chase these changes in all the ports that using IM6. PR: 225102 (based on, only the version update) [1] Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> Notes: svn path=/head/; revision=484640
* multimedia/ffmpeg: update to 4.1Jan Beich2018-11-061-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=484273
* multimedia/ffmpeg: update to 4.0Jan Beich2018-05-021-1/+1
| | | | | | | | | | | | | | | - FFSERVER support was removed upstream - libressl now uses libtls backend instead of patching openssl one - Clang i386 no longer uses 16-byte aligned stack Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 227726 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15175 Notes: svn path=/head/; revision=468844
* Only sleep in ports if BATCH/PACKAGE_BUILDING are not defined.Mathieu Arnold2018-04-251-0/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=468307
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* multimedia/ffmpeg: update to 3.4Jan Beich2017-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | Notable changes: - i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39 - NETCDF is now MYSOFA but the dependency doesn't exist in ports yet - SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9 - DRM, LIBRSVG2, LIBXML2 are new options - ABI isn't completely compatible: some structs have changed Minor cleanup: - Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency - Drop redundant "Enable" from option descriptions - Switch CDIO_DESC to use Mk/bsd.options.desc.mk Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 223057 Exp-run by: antoine Notes: svn path=/head/; revision=452570
* multimedia/ffmpeg: update to 3.2.2Jan Beich2016-12-111-0/+1
| | | | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog PR: 207547 Submitted by: riggs, ebirth@b0ss.net (libressl fix) Exp-run by: antoine (3 tries) Notes: svn path=/head/; revision=428352
* ${RM} already has -f.Mathieu Arnold2016-10-211-5/+5
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-8/+8
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348