Commit graph

28 commits

Author SHA1 Message Date
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
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
2018-12-12 01:35:33 +00:00
Wen Heping
92ce6e4922 - Update to 2.2.4
PR:		231997
Submitted by:	neel@neelc.org(maintainer)
2018-10-08 07:30:31 +00:00
Wen Heping
6b66e13a22 - Update to 2.2.2
PR:		230111
Submitted by:	neel@neelc.org(maintainer)
2018-07-30 12:34:15 +00:00
Steve Wills
14416703b2 math/py-keras: Update to 2.2.0
PR:		229374
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2018-06-28 20:25:34 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Danilo G. Baio
8931507aaa math/py-keras: Update to 2.1.6
- Repository changed at Github

Changes:	https://github.com/keras-team/keras/releases/tag/2.1.6

PR:		227820
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2018-04-29 19:36:09 +00:00
Yuri Victorovich
11e479104d math/py-keras: Update 2.1.4 -> 2.1.5
Port changes:
* Change to DISTVERSION
* Minor comment change
* Add PYNUMPY to RUN_DEPENDS
* Sort RUN_DEPENDS
* Remove USE_PYTHON=concurrent (not needed)
* Group USExx
* Replace WWW with the https version

PR:		226451
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2018-04-02 08:03:29 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Steve Wills
daa34070ff math/py-keras: Update to 2.1.4
PR:		225914
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2018-02-16 02:24:09 +00:00
Danilo G. Baio
309e386547 math/py-keras: Update to 2.1.3
WHile here:
  Allow concurrent installation.
  Relax USES=python, Keras is compatible with Python 2.7-3.6.

Changes:	https://github.com/keras-team/keras/releases/tag/2.1.3

PR:		225463
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2018-01-28 13:31:35 +00:00
Steve Wills
2d9bfab980 math/py-keras: Update to 2.1.2
PR:		224154
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2017-12-07 18:11:08 +00:00
Danilo G. Baio
d19df08a56 math/py-keras: Update to 2.1.1
PR:		223978
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2017-12-01 00:35:42 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Bartek Rutkowski
d50d8a7184 math/py-keras: update 2.0.8 -> 2.0.9
PR:		223527
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2017-11-09 09:16:25 +00:00
Danilo G. Baio
64ea9354b4 math/py-keras: Update to 2.0.8
While here, silence portlint warning about order of USES/USE_*.

PR:		221870
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2017-08-29 23:34:17 +00:00
Wen Heping
8b652e9c24 - Update to 2.0.5
PR:		220092
Submitted by:	neel@neelc.org(maintainer)
2017-06-19 00:52:21 +00:00
Danilo G. Baio
cc3cd9ec93 math/py-keras: Update to 2.0.4
While here, limit python for use any version up to 3.5

PR:		219743
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D11051
2017-06-06 01:32:12 +00:00
Bartek Rutkowski
db62043bfd math/py-keras: update 2.0.0 -> 2.0.2
PR:		218054
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2017-03-24 15:57:02 +00:00
Wen Heping
dede60f007 - Update to 2.0.0
PR:		217865
Submitted by:	neel@neelc.org(maintainer)
2017-03-19 07:35:37 +00:00
Wen Heping
071d7e1613 - Update to 1.2.2
PR:		217370
Submitted by:	neel@neelc.org(maintainer)
2017-02-27 01:48:23 +00:00
Dmitry Marakasov
13289e681b - Update to 1.2.0
PR:		216003
Submitted by:	neel@neelc.org (maintainer)
2017-01-16 11:44:17 +00:00
Wen Heping
647d6c026a - Update to 1.1.1
PR:		214550
Submitted by:	neel@neelc.org(maintainer)
2016-11-16 08:40:03 +00:00
Dmitry Marakasov
d187f798cc - Update to 1.1.0
PR:		212857
Submitted by:	neel@neelc.org (maintainer)
2016-09-22 14:30:25 +00:00
Dmitry Marakasov
fdae5e21bb - Update to 1.0.8
- While here, add LICENSE_FILE and pet portlint

PR:		212241
Submitted by:	neel@neelc.org (maintainer)
2016-08-31 12:06:14 +00:00
Kurt Jaeger
fd4977b729 math/py-keras: 1.0.6 -> 1.0.7
PR:		211698
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2016-08-11 04:22:57 +00:00
Pawel Pekala
157a61c6e9 Update to version 1.0.6
PR:		211409
Submitted by:	Neel Chauhan (maintainer)
2016-07-27 21:53:10 +00:00
Dmitry Marakasov
b9e821becb - Update to 1.0.5
PR:		210663
Submitted by:	neel@neelc.org (maintainer)
2016-06-28 15:22:34 +00:00
Pawel Pekala
97a65c99c3 Deep Learning library for Python. Convnets, recurrent neural networks, and
more. Runs on Theano and TensorFlow.

WWW: http://keras.io/

PR:		210119
Submitted by:	Neel Chauhan <neel@neelc.org>
2016-06-22 17:14:44 +00:00