summaryrefslogtreecommitdiff
path: root/graphics/py-box2d-py/files
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2021-01-01 10:00:12 +0000
committerKurt Jaeger <pi@FreeBSD.org>2021-01-01 10:00:12 +0000
commita06fe2b82c7251826f14e3f021881c44109a4e3d (patch)
treed32e4cf94069003102ac3a674466c5244131b749 /graphics/py-box2d-py/files
parentNew port: deskutils/elementary-calendar: Desktop calendar app designed for el... (diff)
New port: graphics/py-box2d-py: 2D physics library Box2D 2.3 for usage in Python
2D physics library Box2D 2.3 for usage in Python. WWW: https://pypi.org/project/box2d-py/ PR: 252152 Submitted by: Neel Chauhan <neel@neelc.org>
Diffstat (limited to 'graphics/py-box2d-py/files')
-rw-r--r--graphics/py-box2d-py/files/pkg-message.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/py-box2d-py/files/pkg-message.in b/graphics/py-box2d-py/files/pkg-message.in
new file mode 100644
index 000000000000..cd438590cdea
--- /dev/null
+++ b/graphics/py-box2d-py/files/pkg-message.in
@@ -0,0 +1,9 @@
+[
+{ 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
+}
+]