Commit graph

16714 commits

Author SHA1 Message Date
Daniel Engberg
00f2a7aec7 devel/jsoncpp: Update to 1.9.4 -> 1.9.5
PR:		259654
2021-11-05 12:09:19 -07:00
Guangyuan Yang
574de67c51 math/R-cran-gsl: Update to 2.1-7.1 2021-11-04 22:58:42 -04:00
Tobias C. Berner
3a242d3e7c KDE: Update KDE Gear to 21.08.3
Thursday, 4 November 2021

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Changelog:
	https://kde.org/announcements/changelogs/gear/21.08.3/
2021-11-04 20:11:34 +01:00
Stephen Montgomery-Smith
d9fbdbbe4f math/octave-forge-nan: Update to 3.6.1. 2021-11-04 13:06:44 -05:00
TAKATSU Tomonari
76552c1cd1 math/R-cran-gmp: Update to 0.6-2.1 2021-11-04 13:43:02 +00:00
TAKATSU Tomonari
8e934503a9 math/R-cran-nloptr: Update to 1.2.2.3 2021-11-04 07:58:41 +00:00
Stephen Montgomery-Smith
f98aee884f math/octave: Update to 6.4.0. 2021-11-03 12:54:21 -05:00
Piotr Kubaj
e7118c767e math/py-numpoly: unbreak
New numpy is in ports.
2021-11-02 17:51:23 +00:00
Dmitry Marakasov
30c585bcb3 math/py-gmpy2-devel: limit supported python versions
./src/gmpy2_hash.c:150:20: error: use of undeclared identifier '_PyHASH_NAN'
            return _PyHASH_NAN;

Approved by:	portmgr blanket
2021-11-01 16:59:09 +03:00
Dmitry Marakasov
474ca5810f math/py-gmpy2: limit supported python versions
src/gmpy_mpfr.c:756:20: error: use of undeclared identifier '_PyHASH_NAN'
            return _PyHASH_NAN;

Approved by:	portmgr blanket
2021-11-01 16:59:08 +03:00
Dmitry Marakasov
03a7c4be6d math/py-triangle: limit supported python versions
triangle/core.c:19390:5: error: expression is not assignable
    ++Py_REFCNT(o);

Approved by:	portmgr blanket
2021-11-01 16:59:07 +03:00
Po-Chuan Hsieh
b931cf4dbd
math/py-statsmodels: Update to 0.13.0
Changes:	https://github.com/statsmodels/statsmodels/releases
		https://www.statsmodels.org/stable/release/index.html
2021-11-01 21:41:48 +08:00
Po-Chuan Hsieh
9eb2e1b42d
math/py-gym: Update to 0.20.0
- Update USES=python after py-numpy 1.20.3 update

Changes:	https://github.com/openai/gym/releases
2021-11-01 21:41:48 +08:00
Po-Chuan Hsieh
89a1d5adfd
math/py-ndindex: Add 1.5.2
ndindex is a library that allows representing and manipulating objects that can
be valid indices to numpy arrays, i.e., slices, integers, ellipses, None,
integer and boolean arrays, and tuples thereof. The goals of the library are:
- Provide a uniform API to manipulate these objects. Unlike the standard index
  objects themselves like slice, int, and tuple, which do not share any methods
  in common related to being indices, ndindex classes can all be manipulated
  uniformly. For example, idx.args always gives the arguments used to construct
  idx.
- Give 100% correct semantics as defined by numpy's ndarray. This means that
  ndindex will not make a transformation on an index object unless it is correct
  for all possible input array shapes. The only exception to this rule is that
  ndindex assumes that any given index will not raise IndexError (for instance,
  from an out of bounds integer index or from too few dimensions). For those
  operations where the array shape is known, there is a reduce() method to
  reduce an index to a simpler index that is equivalent for the given shape.
- Enable useful transformation and manipulation functions on index objects.

WWW: https://github.com/Quansight-Labs/ndindex
2021-11-01 21:41:21 +08:00
Yuri Victorovich
02cc8aec8f math/lean: Update 3.33.0 -> 3.35.0
Reported by:	portscout
2021-10-31 10:23:17 -07:00
Piotr Kubaj
1a1f2fbd6c math/fftw3: fix altivec check
MACHINE_CPU is actually empty on powerpc* so just enable altivec on powerpc64*,
which should have altivec anyway.
2021-10-31 11:13:07 +00:00
Stephen Montgomery-Smith
c8fc2839ba math/octave-forge-fenv: USE_GCC=yes.
Code uses #pragma STD FENV_ACCESS, which clang-10 doesn't seem to
recognize.

Bump portrevision.
2021-10-29 20:52:51 -05:00
TAKATSU Tomonari
a4f15d40a1 math/R-cran-Rmpfr: Update to 0.8-7 2021-10-30 00:57:17 +00:00
Olivier Duchateau
75122324a9 math/pantheon-calculator: Update to 1.7.1
PR:	259465
2021-10-29 10:00:36 -07:00
Alexey Dokuchaev
3ac3eab64c math/fastops: use better program names; run, but don't install the test. 2021-10-29 11:37:23 +00:00
Alexey Dokuchaev
3b8065a2ad math/fastops: new port had been added (+)
This small library enables acceleration of bulk calls of certain math
functions on AVX and AVX2 hardware.  Currently supported operations are
exp, log, sigmoid, and tanh.  The library is designed with extensibility
in mind.

Restrict the port to amd64 as it's inherently useless anywhere else and
does not even build at least on i386.

WWW: https://github.com/yandex/fastops
2021-10-29 10:49:55 +00:00
Stefan Eßer
819f25b36d */*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
2021-10-29 11:50:18 +02:00
TAKATSU Tomonari
be43672a2a math/R-cran-backports: Update to 1.3.0 2021-10-28 23:58:23 +00:00
Jan Beich
f34ece3aa6 devel/icu: update to 70.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by:	GitHub (watch releases)
PR:		258794
Exp-run by:	antoine
2021-10-28 16:37:30 +00:00
Dmitry Marakasov
16546316ed math/py-cdecimal: limit supported python version
cdecimal3.c:657:21: error: no member named 'tp_print' in 'struct _typeobject'
        return PyDict_Type.tp_print(self, fp, flags); /* GCOV_NOT_REACHED */
2021-10-28 14:46:08 +03:00
TAKATSU Tomonari
ab4c63bf00 math/R-cran-Rmpfr: Update to 0.8-6 2021-10-27 00:40:39 +00:00
Stephen Montgomery-Smith
1ce7001771 math/octave-forge-audio: Update to 2.0.3. 2021-10-25 20:11:39 -05:00
Wen Heping
7e9bec828e math/py-numpy: Update to 1.20.3
PR:		259063
Reported by:	wen@
Exp-run by:	antoine@
2021-10-26 08:50:47 +08:00
Po-Chuan Hsieh
bf74d9a39d
math/py-rvlib: Update to 0.0.6
Changes:	https://github.com/QuantEcon/rvlib/commits/master
2021-10-26 05:46:45 +08:00
Po-Chuan Hsieh
e1c2ac2fef
math/qhull: Fix stage-qa after 6db564e9a1
====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: lib/cmake/Qhull/QhullTargets-%%CMAKE_BUILD_TYPE%%.cmake
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1

Stop.
make: stopped in /usr/ports/math/qhull
=>> Error: check-plist failures detected

Approved by:	portmgr (blanket)
2021-10-26 00:00:07 +08:00
Po-Chuan Hsieh
8c2d0a77a5
math/py-rpy2: Cosmetic change 2021-10-25 23:57:33 +08:00
Po-Chuan Hsieh
5b750ef7be
math/py-pyreadr: Cosmetic change 2021-10-25 23:57:32 +08:00
Po-Chuan Hsieh
530a39e65b
math/py-numexpr: Cosmetic change 2021-10-25 23:57:32 +08:00
Po-Chuan Hsieh
f7aaa00039
math/py-iohexperimenter: Cosmetic change 2021-10-25 23:57:32 +08:00
Po-Chuan Hsieh
0684383d4a
math/py-hdbscan: Cosmetic change 2021-10-25 23:57:32 +08:00
Po-Chuan Hsieh
1024fbef23
math/py-bottleneck: Cosmetic change 2021-10-25 23:57:31 +08:00
Alexey Dokuchaev
61b6613393 Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.

While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names.
2021-10-25 12:58:29 +00:00
Tobias Kortkamp
ad90fc634b
*: Rebuild for Rust 1.56.0 2021-10-25 10:55:19 +02:00
Tobias Kortkamp
a9638fee3d
math/kalker: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:10 +02:00
Gleb Popov
1d13ddd0a2 math/z3: Update to 4.8.12 2021-10-24 21:54:07 +03:00
Yuri Victorovich
4e719028c5 math/symengine: Update WWW 2021-10-24 09:38:30 -07:00
TAKATSU Tomonari
3bac6aad31 math/R-cran-deldir: Update to 1.0-6 2021-10-24 05:06:06 +00:00
Wen Heping
33bcf97810 math/mdal: Update to 0.9.0 2021-10-24 09:48:26 +08:00
Michael Zhilin
6db564e9a1 math/qhull: remove build-specific files from pkglist
This commit allows to compile this port with CMAKE_BUILD_TYPE=RelWithDebInfo.
As results, libraries are built with debug information.

 # file /usr/local/lib/libqhull_r.so.7.3.2
..., for FreeBSD 14.0 (1400033), with debug_info, not stripped

Sponsored by: Postgres Professional
2021-10-23 13:04:10 +03:00
Alexis Praga
f4a961f81b math/hs-Agda: Update to 2.6.2 2021-10-22 17:25:14 +03:00
Piotr Kubaj
4042b3c074 math/pdal: fix build on powerpc64
vec_sqrt() requires VSX:
/wrkdirs/usr/ports/math/pdal/work/PDAL-2.3.0/vendor/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h:1296:32: error: use of undeclared identifier 'vec_sqrt'; did you mean 'vec_rsqrte'?
  BF16_TO_F32_UNARY_OP_WRAPPER(vec_sqrt, a);
                               ^~~~~~~~
                               vec_rsqrte
2021-10-22 11:42:18 +00:00
Yuri Victorovich
5614052065 math/py-python-picard: Update 0.6 -> 0.7
Reported by:	portscout
2021-10-22 01:57:01 -07:00
Yuri Victorovich
53ae6828fa math/libxsmm: Update 1.16.1 -> 1.16.3; Add the 'test' target
Reported by:	portscout
2021-10-22 01:57:01 -07:00
Yuri Victorovich
07fdbce3be math/symengine: Update 0.8.0 -> 0.8.1 2021-10-22 01:56:59 -07:00
Yuri Victorovich
9862f04670 math/arb: Update 2.20.0 -> 2.21.0
Reported by:	portscout
2021-10-20 17:46:03 -07:00