FreeBSD Bugzilla – Attachment 173306 Details for
Bug 204435
[NEW PORT] graphics/py-mayavi: Application and library for 3D visualization and plotting in Python
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
New files/patch-setup.py
patch-setup.py (text/plain), 645 bytes, created by
vladimir.chukharev
on 2016-08-05 08:07:11 UTC
(
hide
)
Description:
New files/patch-setup.py
Filename:
MIME Type:
Creator:
vladimir.chukharev
Created:
2016-08-05 08:07:11 UTC
Size:
645 bytes
patch
obsolete
>--- setup.py.orig 2016-08-01 22:02:36.000000000 +0300 >+++ setup.py 2016-08-05 09:31:21.061072000 +0300 >@@ -403,12 +403,12 @@ > config.add_data_dir('mayavi/core/lut') > config.add_data_dir('mayavi/tests/data') > config.add_data_dir('mayavi/tests/csv_files') >- config.add_data_dir('mayavi/tools/static') >+ config.add_data_dir('mayavi/tools/static/x3d') > > # Image files. > for pkgdir in ('mayavi', 'tvtk'): > for root, dirs, files in os.walk(pkgdir): >- if split(root)[-1] == 'images': >+ if (split(root)[-1] == 'images') and files: > config.add_data_dir(root) > > # *.ini files.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
vladimir.chukharev:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 204435
:
162973
|
162974
|
168029
|
168030
| 173306