search for: __all__

Displaying 7 results from an estimated 7 matches for "__all__".

Did you mean: __call__
2005 Mar 23
1
forcing R CMD COMPILE
...am developing a package with a lot of C++ code, and I have a question about R CMD COMPILE. As I can see, when the package's Makefile calls R CMD COMPILE foo.cpp R verifies if foo.o exists, and if it is up to date (last modified after foo.cpp's last), trying to avoid recompile foo.cpp. But __all__ my files have other dependencies (at least a .h). The Makefile verifies it, and calls COMPILE only when it is sure that foo.o is not up to dated. The problem occours, for example, if I modify only foo.h, and then compile again. R will say that foo.o is up to date, but it is not true. Is there any...
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +"""WSGI environment setup for server.""" + +from ovirtserver.config.app_cfg import base_config + +__all__ = ['load_environment'] + +#Use base_config to setup the environment loader function +load_environment = base_config.make_load_environment() diff --git a/server/ovirtserver/config/middleware.py b/server/ovirtserver/config/middleware.py new file mode 100644 index 0000000..b5f47da --- /dev/nul...
2007 Jun 15
2
indexed ''text'' (not string) column not used when searching, unless explicitely specified!!
Hi all, I''ve included a mysql ''text'' column in my index, and aaf/Ferret doesn''t use it when I search, UNLESS I specify it as a restrictor, and then it only searches in that field! For example: => 0 results are returned by a standard (__all__ fields ?) search >> Entity.find_by_contents "zixi" Query: zixi total hits: 0, results delivered: 0 BUT if I search __only__ in 1 field, I find something >> Entity.find_by_contents "extra:zixi" Entity Load (0.001286) SELECT * FROM entities WHERE...
2015 Jan 30
1
[LLVMdev] LNT install
Hi David, That's weird, I have setup LNT in multiple different distros and have never seen this. Looks like no one ever tested on the system you're running. Can you share a bit more of your environment? Also, you can check the setup.py to see if it does any stripping of package names, which could go wrong in the wrong environment. cheers, --renato On 29 January 2015 at 20:13, David
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - -"""WSGI environment setup for server.""" - -from ovirtserver.config.app_cfg import base_config - -__all__ = ['load_environment'] - -#Use base_config to setup the environment loader function -load_environment = base_config.make_load_environment() diff --git a/server/ovirtserver/config/middleware.py b/server/ovirtserver/config/middleware.py deleted file mode 100644 index b5f47da..0000000 --- a/se...
2015 Jan 29
2
[LLVMdev] LNT install
I followed the lnt quickstart <http://llvm.org/docs/lnt/quickstart.html> directions but got this diagnostic when doing the setup: bash-3.2$ ~/mysandbox/bin/python ~/lnt/setup.py develop /Users/dcallahan/mysandbox/lib/python2.7/site-packages/setuptools/dist.py:284: UserWarning: The version spec\ ified requires normalization, consider using '0.4.1.dev0' instead of
2010 Mar 03
1
why no libRblas.so in ubuntu packages on CRAN?
Hi, everybody. I notice debian packages for Ubuntu on CRAN are missing "libRblas.so" and I'm trying to find out why. Why do I care? We are working in an hpc project in a CentOS Linux cluster. That led me to the question of "which BLAS is fastest?" Dirk E referred me this morning to the R admin manual. The standard R compilation creates a shared blas library libRblas.so