1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
Commit Graph

14553 Commits

Author SHA1 Message Date
TAKATSU Tomonari
49abb91bec - Update to 0.5-14 2020-05-18 10:07:27 +00:00
TAKATSU Tomonari
d632f0bd1e - Update to 0.9.880.1.0 2020-05-18 07:44:05 +00:00
Thierry Thomas
36d425f277 Register the conflict with math/py-gmpy2-devel. 2020-05-18 07:24:19 +00:00
Mark Linimon
9a1bd5549d Add compiler:c++11-lang to USES to fix build on GCC-based systems:
/usr/local/lib/python3.7/site-packages/cysignals/struct_signals.h:47:18: error: atomic: No such file or directory

Approved by:	portmgr (tier-2 blanket)
2020-05-18 03:37:03 +00:00
Mark Linimon
e6dd22fe38 Mark as BROKEN on powerpc64:
./src/configs/include_configs.hpp:2:37: fatal error: configs/power7/config.hpp: No such file or directory

Adding compiler:c++11-lang to USES merely uncovers this error on 12-STABLE;
it does not fix the underlying problem.
2020-05-18 01:03:25 +00:00
Mark Linimon
e26d9b8ca6 Mark as BROKEN on powerpc64:
/tmp/camlasm2822e8.s: Assembler messages:
  /tmp/camlasm2822e8.s:10348: Error: operand out of range (0x000000000000804c is not between 0xffffffffffff8000 and 0x0000000000007ffc)
  /tmp/camlasm2822e8.s:32988: Error: operand out of range (0x000000000000805c is not between 0xffffffffffff8000 and 0x0000000000007ffc)
2020-05-18 00:58:49 +00:00
Thierry Thomas
81c38160be Adding pplpy, a Python module providing a wrapper to the C++ Parma Polyhedra
Library (PPL).

To be used by SageMath.
2020-05-17 20:31:16 +00:00
Thierry Thomas
3c68f9cfbd Gmpy2 is lagging for some time, and meanwhile, pplpy and SageMath require
functonnalities only available from the pre-release versions.
2020-05-17 20:28:46 +00:00
Sunpoet Po-Chuan Hsieh
76b68c2e5d Add comment for PORTSCOUT 2020-05-17 20:17:32 +00:00
Sunpoet Po-Chuan Hsieh
07e5d13625 Update to 1.2.0
Changes:	https://github.com/fmfn/BayesianOptimization/releases
2020-05-17 20:17:27 +00:00
Loïc Bartoletti
4c1a399966 x11-toolkits/wxgtk30: Update to 3.0.5.1
Changelog:
  - https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt

PR:	 246218
Approved by:	tcberner (mentor)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D24808
2020-05-17 05:55:12 +00:00
Stephen Montgomery-Smith
812468c491 - Update to 2.0.1. 2020-05-17 01:38:00 +00:00
Yuri Victorovich
052437887f math/py-onnx: Update 1.6.0 -> 1.7.0
Reported by:	portscout
2020-05-16 18:22:50 +00:00
Yuri Victorovich
61971b55c5 math/py-primme: Update 3.1 -> 3.1.1
Reported by:	portscout
2020-05-16 18:03:47 +00:00
Yuri Victorovich
9f9264b374 math/primme: Update 3.1 -> 3.1.1
Reported by:	portscout
2020-05-16 18:03:14 +00:00
Sunpoet Po-Chuan Hsieh
bb256d9550 Update to 1.16.6
Changes:	https://github.com/numpy/numpy/releases
PR:		246395
Exp-run by:	antoine
2020-05-16 11:05:07 +00:00
Sunpoet Po-Chuan Hsieh
710eb39081 Add rubygem-matrix 0.3.0
Matrix is an implementation of Matrix and Vector classes.

The Matrix class represents a mathematical matrix. It provides methods for
creating matrices, operating on them arithmetically and algebraically, and
determining their mathematical properties (trace, rank, inverse, determinant,
eigensystem, etc.).

The Vector class represents a mathematical vector, which is useful in its own
right, and also constitutes a row or column of a Matrix.

WWW: https://github.com/ruby/matrix
2020-05-16 10:50:02 +00:00
Yuri Victorovich
0518b08955 math/pari: Add run to USE_PERL5
Because it installs the perl script gphelp.

Reported by:	thierry (via e-mail)
2020-05-16 07:18:20 +00:00
Yuri Victorovich
1054dab493 New port: math/py-hdmedians: High-dimensional medians 2020-05-16 00:40:53 +00:00
Thierry Thomas
8541ea4c32 Adding cypari2, a Python interface to the number theory library PARI/GP.
To be used by SageMath.
2020-05-15 21:05:52 +00:00
Tobias C. Berner
7b77e96061 Update KDE's Applications to 20.04.1
From the changelog [1]:
	Some of the fixes included in this release are:
	* kio-fish: Only store password in KWallet if the user asked for it.
	* The Umbrello Fixes for adding multiline c++ comment support.
	* The scrolling behavior in the Okular document viewer has been
	  improved and is more usable with free-spinning mouse wheels
	* A regression that sometimes caused the JuK music player to
	  crash on start has been fixed
	* The Kdenlive video editor has received many stability updates,
	  including a fix to the DVD chapter creation and a fix that
	  improves the handling of timecodes, improved handling of missing
	  clips, draw “photo” frame on image clips to differentiate from
	  video clips., and previews in the timeline
	* KMail now correctly handles existing maildir folders when adding
	  a new maildir profile and no longer crashes when adding too many
	  recipients
	* Import and export of Kontact settings has been enhanced to include
	  more data

[1] https://kde.org/announcements/changelog-releases.php?version=20.04.1
2020-05-15 16:52:00 +00:00
Thierry Thomas
bb56be1cd1 - Fix an initial problem encountered with libgiac: it could not be linked
with other libraries.

+ several other fixes and improvments for math/giacxcas:

- do not link cocoalib with the static libgmp (other binaries are linked
  against the dynamic one)
- fixes Fl::set_fonts for some badly registered fonts
- remove USE_GCC: a runtime has been done and it seems OK
- add USES=localbase to simplify the flags
- add 2 missing libraries (libecm and libmpf): unless explicitely
  disabled they are used
- Makefiles had been patched to install the in-line docs under
  $docdir => make programs and files coherent with that
- add a TEST_TARGET: all tests but 2 pass
- add USE_PERL5=run, because pgiac is a Perl script.

PR:		246049
Submitted by:	/me
Approved by:	yuri@ (maintainer)
2020-05-15 10:19:25 +00:00
TAKATSU Tomonari
33d55b34bf - Update to 1.1.7 2020-05-14 06:47:12 +00:00
Thierry Thomas
c055f5b540 Adding fpylll, a Python interface for fplll.
To be used by SageMath.
2020-05-13 20:10:01 +00:00
Fernando Apesteguía
38d7f86553 math/saga: Update to 7.6.3
From ChangeLog:
https://sourceforge.net/p/saga-gis/wiki/Changelog%207.6.3/attachment/changelog_saga_7.6.3.txt

 * bug fix in statistics_kriging/variogram_dialog
 * omp issue with compiling proj<6
 * bug fix for export of grid to kml
 * check gcc version for wksp_tool_manager
 * add russian translation

PR:	246384
Submitted by:	rhurlin@gwdg.de (maintainer)
2020-05-13 09:11:46 +00:00
Gleb Popov
4c49460533 math/z3: Update to 4.8.8. 2020-05-13 08:18:06 +00:00
Yuri Victorovich
26672c8688 math/scalapack: Fix the OPENMPI option to be always linked to libmpi.so from openmpi, and not from mpich
Since libmpi.so is installed by both mpich and openmpi many ports suffer from a problem that even when
they are built to link with openmpi, they still use libmpi.so from mpich when it is installed.
This makes such ports broken or error prone.
2020-05-12 19:47:03 +00:00
Matthias Andree
38f53fd85b graphics/ilmbase: graphics/openexr: update to upstream release 2.5.1
Upstream release notes:
* A patch release that corrects the SO version for the v2.5 release,
  which missed getting bumped in v2.5.0.

* This release also fixes an improper failure in IlmImfTest
  when running on ARMv7 and AAarch64.

Bump PORTREVISION of all port directly requiring ilmbase or openexr
that are not marked BROKEN (shlib/.so file version bump).

Test build of all port directly depending on ilmbase or openexr
succeeded in poudriere in a 12.1-RELEASE amd64 jail.
2020-05-12 15:47:52 +00:00
Danilo G. Baio
75a5f7f076 Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18

  Update it to 1.8.5 (latest version from 1.8.X).
  This version supports Python 2 and 3.
  Add test target.

- textproc/py-sphinx: Update to 3.0.2

  Python 3 only (3.5+).
  Add test target.

- Mk/Uses/python.mk: Add PY_SPHINX

  Shared macro to use with flavors and not break
  ports with USES=python (all versions).

  Python >=3.5  --> textproc/py-sphinx (v3.0.2)
  Python < 3.5  --> textproc/py-sphinx18 (v1.8.5)

  All ports that uses sphinx were changed to use the new variable
  ${PY_SPHINX} in the dependency line, exceptions:

    * Ports that fails to build with sphinx 3.0.2 because of code.
      They are pointing to textproc/py-sphinx18 directly.
      There aren't many ports.

    * Ports that doesn't know Python flavors.

- Add several patches to fix Sphinx consumers

  The most common issues are related with pkg-plist, the output
  files from Sphinx changes between versions, keep this dynamically
  is the better approach.

  This will save time in future sphinx updates.

PR:		245629
Exp-run by:	antoine
2020-05-11 23:51:58 +00:00
TAKATSU Tomonari
7f3043db7e - Update to 1.4-7 2020-05-11 21:27:47 +00:00
Piotr Kubaj
254a68389c math/singular: fix build on GCC architectures
NTL needs newer compiler.
2020-05-11 08:43:19 +00:00
Wen Heping
a5eebf7f12 - Update to 1.1.3 2020-05-11 03:12:46 +00:00
Wen Heping
3f75fcb313 - Update to 2.2.0 2020-05-11 00:29:17 +00:00
Tobias Kortkamp
f8c4730c9e devel/libfmt: Update to 6.2.1
Changes:	https://github.com/fmtlib/fmt/releases/tag/6.2.0
Changes:	https://github.com/fmtlib/fmt/releases/tag/6.2.1
ABI:		https://abi-laboratory.pro/tracker/timeline/fmt
2020-05-10 07:43:44 +00:00
Kirill Ponomarev
dc4b8e621c Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2020-05-09 14:13:57 +00:00
Sunpoet Po-Chuan Hsieh
d6ad36c3ec Update to 0.17.2 and unbreak this port
Changes:	https://github.com/openai/gym/blob/master/README.rst#whats-new
2020-05-09 13:48:52 +00:00
Antoine Brodin
43b320d53d Deprecate a few ports using python 2.7 2020-05-09 09:57:03 +00:00
Sunpoet Po-Chuan Hsieh
66df43bfe3 Update to 0.4.1
Changes:	https://github.com/facebookresearch/nevergrad/releases
		https://github.com/facebookresearch/nevergrad/blob/master/CHANGELOG.md
2020-05-08 20:53:07 +00:00
Sunpoet Po-Chuan Hsieh
779db799d7 Add py-snuggs 1.4.7
Snuggs are s-expressions for Numpy.

WWW: https://github.com/mapbox/snuggs
2020-05-08 20:46:45 +00:00
Sunpoet Po-Chuan Hsieh
e92d9fb3aa Add py-affine 2.3.0
Affine package is derived from Casey Duncan's Planar package.

WWW: https://github.com/sgillies/affine
2020-05-08 20:46:40 +00:00
Yuri Victorovich
429e033fdf math/mlpack: Update 3.2.2 -> 3.3.1
The maintainer refused from the maintainership and asked me to take it.

PR:		246294
Approved by:	robert.ayrapetyan@gmail.com (maintainer)
2020-05-08 15:34:01 +00:00
Fernando Apesteguía
f2f5a9915e math/geogebra: update to 5.0.580.0
ChangeLog: https://wiki.geogebra.org/en/Reference:Changelog_6.0

PR:	246283
Submitted by:	uzsolt@uzsolt.hu (maintainer)
2020-05-08 12:02:18 +00:00
Matthias Andree
ded32047a7 graphics/ilmbase: graphics/openexr: update to v2.5.0
ChangeLog:
- https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.0

* Bump PORTREVISION of all consumers except py-openimageio (BROKEN).

* cad/PrusaSlicer:
    LIB_DEPENDS: remove version from libHalf.so
    BUILD_DEPENDS+=qt5-buildtools as package (needed on bare metal builds)
    USE_GL+=gl
    USES+=pkgconfig (needed to find libHalf)
2020-05-08 11:57:55 +00:00
Antoine Brodin
a8fe600e33 Revert r534323, flavor removal was untested
With hat:	portmgr
2020-05-08 09:12:54 +00:00
Sunpoet Po-Chuan Hsieh
ee63bb008c Update to 3.0.3
Changes:	https://github.com/CMA-ES/pycma/releases
2020-05-08 08:49:52 +00:00
TAKATSU Tomonari
fc3e6c6d1b - Update to 0.9-3 2020-05-08 07:06:24 +00:00
Loïc Bartoletti
be7d93cd66 smath/cgal: Update to 5.0.2
The new version of CGAL brings improvements and a lot of changes, including 2 major ones [1](header only[2] and require c++14) requiring to patch all software depending on it.

[1] https://www.cgal.org/2019/11/08/cgal50/
[2] https://doc.cgal.org/latest/Manual/installation.html

math/cgal:

   - Update to 5.0.2

databases/sfcgal:

   - Fix with cgal5 : use c++14 and add gmpxx link

databases/postgis*:

   - bump portversion needed due to cgal and sfcgal changes

cad/openscad:

   - remove LIB_DEPENDS and add BUILD_DEPENDS
   - Use c++14

cad/openscad-devel:

   - remove LIB_DEPENDS and add BUILD_DEPENDS
   - Use c++14

games/flightgear-terragear:

   - remove LIB_DEPENDS and add BUILD_DEPENDS
   - fix Boost error (ld: error: undefined symbol: boost:🧵:hardware_concurrency())

graphics/colmap:

   - remove LIB_DEPENDS and add BUILD_DEPENDS
   - fix CMAKE_CXX_FLAGS with c++14

PR:		245824
Approved by:	wen, jbeich, tcberner (mentor)
Differential Revision:	D24578
2020-05-08 05:35:11 +00:00
Loïc Bartoletti
e6fbd49bdc math/kiwisolver: Update to 1.2.0
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D24369
2020-05-08 05:20:17 +00:00
Pedro F. Giffuni
156ddbf5ac math/R-cran-BsMD: update to 2020.4.30.
Reported by:	portscout
Approved by:	thierry (mentor, implicit)
2020-05-08 03:30:24 +00:00
Yuri Victorovich
1e16ede4da math/vtk9: Update 9.0.0.rc3 -> 9.0.0 2020-05-08 01:00:20 +00:00