diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2021-01-01 10:00:12 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2021-01-01 10:00:12 +0000 |
commit | a06fe2b82c7251826f14e3f021881c44109a4e3d (patch) | |
tree | d32e4cf94069003102ac3a674466c5244131b749 /graphics/py-box2d-py/files | |
parent | New 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.in | 9 |
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 +} +] |