Commit graph

14152 commits

Author SHA1 Message Date
TAKATSU Tomonari
fc28506915 - Update to 1.4-6 2020-02-16 04:39:00 +00:00
TAKATSU Tomonari
e583c15a4e - Update to 0.99.22 2020-02-16 04:32:45 +00:00
Yuri Victorovich
6e0b622809 math/mppp: Update 0.17 -> 0.18
Reported by:	portscout
2020-02-15 16:05:44 +00:00
Yuri Victorovich
35c622f659 math/moab: Update 5.0.0 -> 5.1.0 2020-02-15 16:05:06 +00:00
Yuri Victorovich
130d5dd6f0 math/fcl: Update 0.5.0-304 -> 0.6.0
Reported by:	portscout
2020-02-15 03:14:53 +00:00
Yuri Victorovich
7cb5906890 math/geogram: Update 1.7.3 -> 1.7.4
Reported by:	portscout
2020-02-14 08:27:29 +00:00
Stephen Montgomery-Smith
1ee1a089f5 - Update to 1.4.0. 2020-02-12 22:34:07 +00:00
Sunpoet Po-Chuan Hsieh
8adcc9d8d4 Update to 0.16.0
Changes:	https://github.com/openai/gym/blob/master/README.rst#whats-new
2020-02-12 19:24:21 +00:00
Sunpoet Po-Chuan Hsieh
df09873e7a Update to 2.20
Changes:	https://metacpan.org/changes/distribution/Math-GMP
2020-02-11 17:56:10 +00:00
Sunpoet Po-Chuan Hsieh
735122c48a Update to 0.15.6
Changes:	https://github.com/openai/gym/blob/master/README.rst#whats-new
2020-02-11 17:54:30 +00:00
TAKATSU Tomonari
4e61954756 - Update to 0.9.850.1.0 2020-02-11 05:59:01 +00:00
Alexey Dokuchaev
7c7b3169a2 - Update `graphics/embree' to the latest version 3.8.0 (unfortunately,
the new API is not backward compatible with the version 2 API; this
  was required to remove various deprecated API functions that had
  accumulated over time, fix suboptimal design decisions and mistakes,
  clean up inconsistent naming, increase flexibility, etc.
- Install tutorials as port examples; install documentation files into
  the standard location instead of overriding the default DOCSDIR
- Drop no longer used `graphics/ImageMagick' dependency: BMP, GIF, PNG,
  TGA, and TIFF formats are handled by the OpenImageIO now, but it is
  somewhat heavy dependency and is disabled upstream by default, so do
  the same (au contraire, JPEG and PNG are enabled unconditionally as
  being backed by very common and light packages)

PR:	239314 (based on)
2020-02-10 17:26:56 +00:00
Mateusz Piotrowski
57a5d1d576 New port: math/ctl-sat: CTL (Computation Tree Logic) SAT solver
CTL-SAT is a CTL (Computation Tree Logic) SAT solver. The user may test
satisfiability of a CTL formula may by providing it as a command-line
argument to the ctl-sat program, e.g.:

  ctl-sat "~( (A(pUq) ^ AG(q->r) ^ AG(r->EXr)) -> EFEGr )"

The worst-case time complexity is O((2^n)^3) for this SAT solver, while the
worst-case space complexity is O((2^n)^2).

WWW: https://github.com/nicolaprezza/CTLSAT
2020-02-10 16:43:21 +00:00
Alexey Dokuchaev
0057d69d9f Make Embree ray-tracing engine support optional, to simplify the upcoming
update of `graphics/embree'.  No changes in generated package by default.
2020-02-10 15:42:52 +00:00
Piotr Kubaj
46caa85f96 math/hmat-oss: fix build on GCC architectures
After OpenBLAS update, new GCC is required:
CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
  Could NOT find CBLAS (missing: CBLAS_LIBRARIES)
2020-02-10 13:23:56 +00:00
Piotr Kubaj
6f173b1804 math/flint2: fix build on non-x86
Merge upstream patches for non-x86 architectures.

PR:		243851
MFH:		2020Q1 (fix build blanket)
2020-02-09 21:35:51 +00:00
Yuri Victorovich
6b64e65135 math/apron: Update 0.9.11 -> 0.9.12
Reported by:	repology
2020-02-09 21:15:51 +00:00
Yuri Victorovich
f1d5980f33 math/rumur: Update 2020.01.11 -> 2020.01.27-1
Reported by:	portscout
2020-02-09 16:01:19 +00:00
Yuri Victorovich
89c6d68c23 math/py-pynndescent: Update 0.4.4 -> 0.4.5
Reported by:	portscout
2020-02-09 15:23:29 +00:00
TAKATSU Tomonari
b0923f7283 - Update to 0.1-25 2020-02-09 02:23:14 +00:00
Stephen Montgomery-Smith
d6bb10be25 - Update to 4.0.0. 2020-02-09 02:12:19 +00:00
Antoine Brodin
111400f461 Mark BROKEN: depends on conflicting ports 2020-02-08 20:20:56 +00:00
Yuri Victorovich
45a72e1882 math/boolector: Update 3.1.0 -> 3.2.0
Reported by:	portscout
2020-02-08 19:10:37 +00:00
Sunpoet Po-Chuan Hsieh
bfc867562b Update to 0.3.2
Changes:	https://github.com/facebookresearch/nevergrad/releases
		https://github.com/facebookresearch/nevergrad/blob/master/CHANGELOG.md
2020-02-06 19:26:46 +00:00
Tobias C. Berner
557a04d0c8 Update KDE's Applications to 19.12.2
Changelog:
	https://kde.org/info/releases-19.12.2.php
2020-02-06 18:08:07 +00:00
Stephen Montgomery-Smith
fdb9ebbc49 - Update to 5.2.0. 2020-02-05 22:42:42 +00:00
Mark Linimon
ca17862c02 Now builds on powerpc64. 2020-02-05 19:49:22 +00:00
Piotr Kubaj
4253b0a894 math/libflame: unbreak on powerpc
Builds fine.

MFH:		2020Q1 (fix build blanket)
2020-02-05 11:15:59 +00:00
Yuri Victorovich
a99893e5e0 Remove duplicate port math/mandelbulber2
graphics/mandelbulber was created earlier.

PR:		243868
Reported by:	pkubaj
2020-02-05 02:07:27 +00:00
Yuri Victorovich
0a7be9147b math/py-pyFFTW: Update 0.11.1 -> 0.12.0
Reported by:	portscout
2020-02-05 02:02:49 +00:00
Piotr Kubaj
2c35691e5a math/openblas: actually add libopenblas library to the package on powerpc64 head
On powerpc64 head, libopenblas_ppc970p-r0.3.7.* weren't added to the package, even though the package itself built succesfully. This problem doesn't exist on 12.
Lack of libopenblas_ppc970p-r0.3.7.* made many packages fail.
Add DYNAMIC_ARCH option everywhere since it will cause the post-install target dependent on this option to run and include libopenblas_ppc970p-r0.3.7.* in the package.
This is only to get the necessary libs in the package, the option only works on ppc64le, which we don't support.

Bump PORTREVISION because of package change.
2020-02-04 18:27:37 +00:00
Piotr Kubaj
f3531eaf97 math/poly2tri: fix build on GCC architectures
Use C11 compiler:
../poly2tri/common/shapes.cc: In function 'bool p2t::IsDelaunay(const std::vector<p2t::Triangle*, std::allocator<p2t::Triangle*> >&)':
../poly2tri/common/shapes.cc:394: error: a function-definition is not allowed here before ':' token
../poly2tri/common/shapes.cc:409: error: expected primary-expression at end of input
2020-02-04 09:59:25 +00:00
Rene Ladan
c7bd9b3c24 Return dbn's ports to the pool after safekeeping his commit bit. 2020-02-03 20:21:08 +00:00
Sunpoet Po-Chuan Hsieh
337d6b5422 Update to 3.2.6
Changes:	https://bitbucket.org/rpy2/rpy2/src/default/NEWS
		https://github.com/rpy2/rpy2/blob/master/NEWS
2020-02-03 19:46:11 +00:00
Tobias C. Berner
336f10c8b0 Bump revision of poppler dependencies
- poppler was updated in r525051, bump revisions
2020-02-03 19:32:51 +00:00
Stephen Montgomery-Smith
03e309214c - Update to 2.12.0. 2020-02-03 02:46:26 +00:00
Stephen Montgomery-Smith
37ec7dd4a2 - Update to 0.3.6. 2020-02-03 02:45:43 +00:00
Yuri Victorovich
9da359f3ef math/py-CyLP: Update 0.9.2 -> 0.9.3
Reported by:	portscout
2020-02-02 17:10:18 +00:00
Yuri Victorovich
4885192f53 math/coin-or-data-sample: Update 1.2.11 -> 1.2.12
Reported by:	portscout
2020-02-02 17:05:10 +00:00
Yuri Victorovich
2c8dbc11b8 math/coin-or-data-stochastic: Update 1.1.6 -> 1.1.7
Reported by:	portscout
2020-02-02 04:48:59 +00:00
Yuri Victorovich
5e9b046234 math/coin-or-data-netlib: Update 1.2.8 -> 1.2.9
Reported by:	portscout
2020-02-02 04:47:45 +00:00
Yuri Victorovich
458e9dba42 math/osi: Update 0.108.5 -> 0.108.6
Reported by:	repology
2020-02-01 23:06:58 +00:00
Yuri Victorovich
f8e22e6fec math/coinutils: Update 2.11.3 -> 2.11.4
Reported by:	repology
2020-02-01 22:54:42 +00:00
Yuri Victorovich
068565690b math/bonmin: Update 1.8.7 -> 1.8.8
Reported by:	portscout
2020-02-01 16:33:47 +00:00
Yuri Victorovich
de067730f5 math/mkl-dnn: Update 1.1.20191027 -> 1.2
Reported by:	portscout
2020-02-01 16:13:58 +00:00
Yuri Victorovich
cadf773460 math/couenne: Update 0.5.7 -> 0.5.8
Reported by:	portscout
2020-02-01 14:52:48 +00:00
Yuri Victorovich
8c32851d91 math/cbc: Update 2.10.3 -> 2.10.4
Reported by:	portscout
2020-02-01 14:52:15 +00:00
Yuri Victorovich
ffaa162795 math/cgl: Update 0.60.2 -> math/cgl
Reported by:	portscout
2020-02-01 14:51:16 +00:00
Mateusz Piotrowski
e2ea93b16f Update to 2.2
While here:
- Keep MANDIR standard
- Lint the file with portfmt

Reported by:	Repology
2020-02-01 12:06:11 +00:00
Steve Wills
af523b65d9 math/openblas: fix plist with DYNAMIC_ARCH off
This is further fallout from r523749 and r524642

While here, fix order of PORTREVISION. There is no PORTREVISION bump
because this a build fix.

PR:		231371
PR:		243739
Reported by:	many
2020-01-31 14:57:31 +00:00