View | Details | Raw Unified | Return to bug 252342
Collapse All | Expand All

(-)math/py-optuna/Makefile (-1 lines)
Lines 27-32 Link Here
27
USE_PYTHON=	autoplist distutils
27
USE_PYTHON=	autoplist distutils
28
28
29
NO_ARCH=	yes
29
NO_ARCH=	yes
30
SUB_FILES=	pkg-message
31
30
32
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)math/py-optuna/files/pkg-message.in (-9 lines)
Lines 1-9 Link Here
1
[
2
{ type: install
3
  message: <<EOM
4
There is no Tensorflow port currently in FreeBSD ports tree that is required
5
by Keras by default. To make Keras work with Theano backend, one needs to modify
6
theirs $HOME/.keras/keras.json file and set "backend" option to "theano".
7
EOM
8
}
9
]
(-)math/py-cmaes/Makefile (-1 lines)
Lines 20-25 Link Here
20
USE_PYTHON=	autoplist distutils
20
USE_PYTHON=	autoplist distutils
21
21
22
NO_ARCH=	yes
22
NO_ARCH=	yes
23
SUB_FILES=	pkg-message
24
23
25
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)math/py-cmaes/files/pkg-message.in (-9 lines)
Lines 1-9 Link Here
1
[
2
{ type: install
3
  message: <<EOM
4
There is no Tensorflow port currently in FreeBSD ports tree that is required
5
by Keras by default. To make Keras work with Theano backend, one needs to modify
6
theirs $HOME/.keras/keras.json file and set "backend" option to "theano".
7
EOM
8
}
9
]
(-)graphics/py-box2d-py/Makefile (-2 lines)
Lines 18-23 Link Here
18
USES=		python:3.6+
18
USES=		python:3.6+
19
USE_PYTHON=	autoplist distutils
19
USE_PYTHON=	autoplist distutils
20
20
21
SUB_FILES=	pkg-message
22
23
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)graphics/py-box2d-py/files/pkg-message.in (-9 lines)
Lines 1-9 Link Here
1
[
2
{ type: install
3
  message: <<EOM
4
There is no Tensorflow port currently in FreeBSD ports tree that is required
5
by Keras by default. To make Keras work with Theano backend, one needs to modify
6
theirs $HOME/.keras/keras.json file and set "backend" option to "theano".
7
EOM
8
}
9
]

Return to bug 252342