Commit Graph

15609 Commits

Author SHA1 Message Date
Yuri Victorovich 9ffc774d34 math/py-chaospy: Update 3.0.5 -> 3.0.6
Reported by:	portscout
2019-07-31 05:44:21 +00:00
Yuri Victorovich 9bd382fd63 math/mkl-dnn: Update 1.0 -> 1.0.1
Reported by:	portscout
2019-07-31 05:41:30 +00:00
Yuri Victorovich f9454a0526 math/mandelbulber2: Update 2.18-1 -> 2.19
Reported by:	portscout
2019-07-31 05:23:21 +00:00
Piotr Kubaj 2e85347e59 math/openblas: fix build on powerpc64 with TARGET=PPC970 and switch to PPC970
This patch fixes build for PPC970 target. Since most people that run FreeBSD on powerpc64 use PowerPC 970 CPU's, switch to it by default and add non-default option to optimize for POWER6 (optimizing for newer POWER doesn't work on BE).

Bump PORTREVISION because of package change.

PR:		238868
Approved by:	phd_kimberlite@yahoo.co.jp (maintainer), linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D21010
2019-07-30 12:11:21 +00:00
Yuri Victorovich 20e16bb4cd math/py-z3-solver: Broken on i386, workaround suggested by the error didn't help
Reported to the upstream.

Reported by:	fallout
2019-07-28 18:29:13 +00:00
Yuri Victorovich 3ed70e56a1 math/openmesh: Update 7.1 -> 8.0 2019-07-28 03:16:31 +00:00
Johannes M Dieterich 6958521b62 math/blis: update to release 0.6.0
Major improvements include faster dgemms with small matrix configurations.
2019-07-27 20:26:57 +00:00
Sunpoet Po-Chuan Hsieh 5edb3f8484 Update to 3.47
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
2019-07-27 11:53:22 +00:00
Yuri Victorovich 860c545412 math/py-uncertainties: Update 3.0.3 -> 3.1.1
Reported by:	repology
2019-07-27 06:47:10 +00:00
Gerald Pfeifer ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
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
2019-07-26 20:46:53 +00:00
Dmitry Marakasov 8e3198e952 - Add LICENSE
- Update WWW
2019-07-26 09:02:20 +00:00
Yuri Victorovich 7d3af140cf math/bitwise: Update 0.32 -> 0.33 2019-07-23 04:16:12 +00:00
Yuri Victorovich 19f23f45bf math/giacxcas: Update 1.5.0-61 -> 1.5.0-63 2019-07-22 04:25:49 +00:00
Yuri Victorovich 753e14d8f5 math/exprtk: Update g20190519 -> g20190630 2019-07-22 02:41:32 +00:00
Yuri Victorovich fc126b4321 math/rumur: Update 2019.06.30 -> 2019.07.21
Reported by:	repology
2019-07-22 02:19:33 +00:00
Sunpoet Po-Chuan Hsieh 980155fdbc Update to 0.10.1
Changes:	https://github.com/statsmodels/statsmodels/releases
2019-07-21 20:48:21 +00:00
Yuri Victorovich 4e3def3c6b misc/bitwise: Move to the 'math' category; Fix license; Update COMMENT
PR:		239365
Reported by:	Greg V <greg@unrelenting.technology>
2019-07-21 16:21:41 +00:00
Gleb Popov 7ddd2c9e84 math/stp: Update to 2.3.3. 2019-07-21 13:38:03 +00:00
TAKATSU Tomonari 3bd898c328 - Update to 0.9.600.4.0 2019-07-21 03:48:45 +00:00
TAKATSU Tomonari e3989b1f17 - Update to 5.42 2019-07-21 02:50:03 +00:00
Sunpoet Po-Chuan Hsieh 9558dfc0e2 Update to 3.0.5
Changes:	https://bitbucket.org/rpy2/rpy2/src/default/NEWS
2019-07-19 17:03:12 +00:00
Piotr Kubaj 5b618e0f56 math/dbcsr: fix build on GCC architectures
This port uses C++14, add USES=compiler:c++14-lang:
  target_compile_features The compiler feature "cxx_std_14" is not known to
  CXX compiler

Approved by:	mentors (implicit approval)
2019-07-18 19:34:26 +00:00
Matthias Fechner 03519f5b9f Upgrade to 1.16.1.
https://github.com/locationtech/jts/releases/tag/jts-1.16.1
2019-07-18 09:59:25 +00:00
Matthias Fechner 70ffe8f353 Take maintainer.
Upgrade to 1.15.1 which is required for apache-solr.

Reported by:	Stephane Marzloff secrer at le-bar.org
Reviewed by:	Stephane Marzloff secrer at le-bar.org
2019-07-18 09:17:02 +00:00
Danilo Egea Gondolfo 7f6316b9d8 - Update math/armadillo to 9.600.4
Reported by:	Nina Santi
2019-07-17 20:00:42 +00:00
Piotr Kubaj deb6e8c8fe math/moab: fix build with GCC
Add USES=compiler:c++11-lang to fix:
CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find MPI (missing: MPI_CXX_FOUND) (found version "3.0")

Approved by:	mentors (implicit approval)
2019-07-17 07:39:18 +00:00
Steve Wills a5e4573a32 math/geogebra: update to 5.0.549.0
PR:		239133
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
2019-07-16 16:26:40 +00:00
Stefan Eßer 1f2f32b075 Upgrade to version 2.1.0.
Approved by:	antoine (implicit)
2019-07-16 10:03:39 +00:00
Joseph Mingrone 0e94971cfb math/libRmath: Update to version 3.6.1 2019-07-15 09:20:08 +00:00
Joseph Mingrone 24505f1d80 math/R: Update to version 3.6.1
Upstream changes: See 'CHANGES IN R 3.6.1' and 'CHANGES IN R 3.6.1 patched'
at https://cran.r-project.org/doc/manuals/r-devel/NEWS.html
2019-07-15 09:19:17 +00:00
Sunpoet Po-Chuan Hsieh c9a54c1e48 Fix typo
Reported by:	wen
2019-07-14 18:27:34 +00:00
Yuri Victorovich 4724fd7c40 math/mkl-dnn: Update 0.20.1 -> 1.0
Reported by:	portscout
2019-07-13 09:17:30 +00:00
Yuri Victorovich 2738855102 math/py-scs: Update 2.1.0 -> 2.1.1-2
Reported by:	portscout
2019-07-13 06:01:06 +00:00
Yuri Victorovich 16794ad113 math/scs: 2.0.2-50 -> 2.1.1
Reported by:	portscout
2019-07-13 06:00:31 +00:00
Mark Linimon 4603257363 Simplify architecture tests for 64-bit. Listing each ARCH is fragile; e.g.,
misses some 64-bit mips variants.

While here, further collapse tests for multiple variants of arm, mips, powerpc.

Approved by:	portmgr (tier-2 blanket)
2019-07-12 15:41:37 +00:00
Tobias C. Berner 37e8575738 KDE Applications: update to 19.04.3
July 11, 2019.
Today KDE released the third stability update for KDE Applications 19.04. This
release contains only bugfixes and translation updates, providing a safe and
pleasant update for everyone.

Over sixty recorded bugfixes include improvements to Kontact, Ark, Cantor, JuK,
K3b, Kdenlive, KTouch, Okular, Umbrello, among others.

Improvements include:

  *  Konqueror and Kontact no longer crash on exit with QtWebEngine 5.13
  *  Cutting groups with compositions no longer crashes the Kdenlive video editor
  *  The Python importer in Umbrello UML designer now handles parameters with default arguments

Changelog:
	https://kde.org/announcements/fulllog_applications-aether.php?version=19.04.3
2019-07-12 05:32:09 +00:00
Mark Linimon 7bfae932f7 Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.so
as a stand-in for "are we running on gcc".

For people already testing powerpc on clang, it is possible that they
already have both compilers in base.  Thus, the assumption that "gcc is
in base" (e.g.  libstdc++.so exists) always means "force use of GCC" is
already broken.  It will be for everyone on -CURRENT once the switch is
made.

While here, standardize on compiler:c++11-lang instead of -lib (they are
equivalent these days), pet portlint, and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
2019-07-12 02:25:07 +00:00
Piotr Kubaj 1cb4e1d63c math/py-CyLP: fix build on GCC architectures
Base GCC can't compile this port, add USES=compiler:c++11-lang

Approved by:	mentors (implicit approval)
2019-07-10 12:20:36 +00:00
Piotr Kubaj d8ca18a3aa math/libRmath: allow building on powerpc64
Tested to build fine on powerpc64.

Approved by:	mentors (implicit approval)
2019-07-10 10:55:58 +00:00
Yuri Victorovich 35bb7e61e0 math/mkl-dnn: Update 0.20 -> 0.20.1
Reported by:	portscout
2019-07-10 09:11:51 +00:00
Sunpoet Po-Chuan Hsieh 4cb8305862 Update to 0.13.1
Changes:	https://github.com/openai/gym/blob/master/README.rst#whats-new
2019-07-09 18:20:02 +00:00
Piotr Kubaj 507ecdc172 math/py-symcxx: fix build with GCC-based architectures
This port needs C++11-compatible compiler:
cc1plus: error: unrecognized command line option "-std=c++11"

Approved by:	mentors (implicit approval)
2019-07-09 08:32:14 +00:00
Greg Lewis 8abfdc2b2b Adjust to proposed changes in Java versioning
* Bug #238758 proposes to change the Java versioning from versions such
  as "1.6.0" to versions such as "6" (for example).  Modify the Makefile
  checks on JAVA_PORT_VERSION to cope with either format.

PR:		238982
Approved by:	makc (maintainer)
2019-07-07 23:13:20 +00:00
Sunpoet Po-Chuan Hsieh db7ca1bdf0 Update to 1.16.4
Changes:	https://github.com/numpy/numpy/releases
PR:		238964
Exp-run by:	antoine
2019-07-07 19:14:48 +00:00
TAKATSU Tomonari 54be5624ff - Update to 1.8-6
- Update WWW: line in pkg-descr
2019-07-07 11:12:13 +00:00
TAKATSU Tomonari a6d31df233 - Update to 2.0-10 2019-07-07 11:09:32 +00:00
TAKATSU Tomonari 088c0220b9 - Update to 0.6-3 2019-07-07 10:02:29 +00:00
TAKATSU Tomonari a66c2a2d2d - Update to 1.1-2 2019-07-07 09:18:17 +00:00
TAKATSU Tomonari 772c6a4d7a - Update to 0.3.0 2019-07-07 08:46:16 +00:00
TAKATSU Tomonari 150eabb67c - Update to 0.7-6 2019-07-07 08:29:46 +00:00