[yt-svn] commit/yt-3.0: MatthewTurk: Adding dependencies to the oct_container and sleection_routines pyx files.

Bitbucket commits-noreply at bitbucket.org
Tue Sep 18 08:45:44 PDT 2012


1 new commit in yt-3.0:


https://bitbucket.org/yt_analysis/yt-3.0/changeset/c525efb0940c/
changeset:   c525efb0940c
branch:      yt-3.0
user:        MatthewTurk
date:        2012-09-18 17:45:38
summary:     Adding dependencies to the oct_container and sleection_routines pyx files.
affected #:  1 file

diff -r c54f76bb657148ae9f3d0ec21853cc8f8caa856c -r c525efb0940c86e8c42d273c8ee17007f7967a38 yt/geometry/setup.py
--- a/yt/geometry/setup.py
+++ b/yt/geometry/setup.py
@@ -9,13 +9,19 @@
     config = Configuration('geometry',parent_package,top_path)
     config.add_extension("oct_container", 
                 ["yt/geometry/oct_container.pyx"],
-                libraries=["m"], depends=["yt/utilities/lib/fp_utils.pxd"])
+                libraries=["m"],
+                depends=["yt/utilities/lib/fp_utils.pxd",
+                         "yt/geometry/oct_container.pxd",
+                         "yt/geometry/selection_routines.pxd"])
     config.add_extension("selection_routines", 
                 ["yt/geometry/selection_routines.pyx"],
                 extra_compile_args=['-fopenmp'],
                 extra_link_args=['-fopenmp'],
                 include_dirs=["yt/utilities/lib/"],
-                libraries=["m"], depends=["yt/utilities/lib/fp_utils.pxd"])
+                libraries=["m"],
+                depends=["yt/utilities/lib/fp_utils.pxd",
+                         "yt/geometry/oct_container.pxd",
+                         "yt/geometry/selection_routines.pxd"])
     config.make_config_py() # installs __config__.py
     #config.make_svn_version_py()
     return config

Repository URL: https://bitbucket.org/yt_analysis/yt-3.0/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list