aboutsummaryrefslogtreecommitdiff
path: root/math/py-optuna
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2021-01-02 11:29:48 +0000
committerKurt Jaeger <pi@FreeBSD.org>2021-01-02 11:29:48 +0000
commited8d7adc88721f346c18f12031e1b3315c17abf1 (patch)
tree0222fbf377d320ae1137bf084eab458d424d237b /math/py-optuna
parent474895cdb67df33222fa2b2e67a4c6fc7dea0fa7 (diff)
downloadports-ed8d7adc88721f346c18f12031e1b3315c17abf1.tar.gz
ports-ed8d7adc88721f346c18f12031e1b3315c17abf1.zip
graphics/py-box2d-py, math/py-cmaes, math/py-optuna: remove pkg-message.in
PR: 252342 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
Notes
Notes: svn path=/head/; revision=559926
Diffstat (limited to 'math/py-optuna')
-rw-r--r--math/py-optuna/Makefile1
-rw-r--r--math/py-optuna/files/pkg-message.in9
2 files changed, 0 insertions, 10 deletions
diff --git a/math/py-optuna/Makefile b/math/py-optuna/Makefile
index ec73636a229d..f4dbf883ffff 100644
--- a/math/py-optuna/Makefile
+++ b/math/py-optuna/Makefile
@@ -27,6 +27,5 @@ USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
-SUB_FILES= pkg-message
.include <bsd.port.mk>
diff --git a/math/py-optuna/files/pkg-message.in b/math/py-optuna/files/pkg-message.in
deleted file mode 100644
index cd438590cdea..000000000000
--- a/math/py-optuna/files/pkg-message.in
+++ /dev/null
@@ -1,9 +0,0 @@
-[
-{ type: install
- message: <<EOM
-There is no Tensorflow port currently in FreeBSD ports tree that is required
-by Keras by default. To make Keras work with Theano backend, one needs to modify
-theirs $HOME/.keras/keras.json file and set "backend" option to "theano".
-EOM
-}
-]