[Getdata-commits] SF.net SVN: getdata:[835] trunk/getdata
Scientific Database Format
Brought to you by:
ketiltrout
|
From: <ket...@us...> - 2013-07-18 00:04:44
|
Revision: 835
http://sourceforge.net/p/getdata/code/835
Author: ketiltrout
Date: 2013-07-18 00:04:36 +0000 (Thu, 18 Jul 2013)
Log Message:
-----------
Remove debug printf from python; fix make clean in doc/; allow make clean bindings/perl
Modified Paths:
--------------
trunk/getdata/bindings/perl/Makefile.am
trunk/getdata/bindings/python/pydirfile.c
trunk/getdata/doc/Makefile.am
Modified: trunk/getdata/bindings/perl/Makefile.am
===================================================================
--- trunk/getdata/bindings/perl/Makefile.am 2013-06-21 17:19:05 UTC (rev 834)
+++ trunk/getdata/bindings/perl/Makefile.am 2013-07-18 00:04:36 UTC (rev 835)
@@ -84,7 +84,7 @@
clean-local:
rm -rf lib blib
if test -e Build; then \
- $(PERL) Build clean; \
+ $(PERL) Build clean || true; \
fi
rm -f $(BUILT_SOURCES) make_parameters.sed MYMETA.yml MYMETA.json GetData.pm
rm -rf Build _build MANIFEST build.stamp t/*~
Modified: trunk/getdata/bindings/python/pydirfile.c
===================================================================
--- trunk/getdata/bindings/python/pydirfile.c 2013-06-21 17:19:05 UTC (rev 834)
+++ trunk/getdata/bindings/python/pydirfile.c 2013-07-18 00:04:36 UTC (rev 835)
@@ -688,7 +688,6 @@
ns = gd_getdata(self->D, field_code, first_frame, first_sample, 0, (size_t)num_samples,
return_type, data);
- fprintf(stderr, "%zu/%zu\n", ns, (size_t)num_samples);
#ifdef USE_NUMPY
if (!as_list) {
Modified: trunk/getdata/doc/Makefile.am
===================================================================
--- trunk/getdata/doc/Makefile.am 2013-06-21 17:19:05 UTC (rev 834)
+++ trunk/getdata/doc/Makefile.am 2013-07-18 00:04:36 UTC (rev 835)
@@ -53,4 +53,4 @@
unclean_database_recovery.txt
clean-local:
- rm -rf *~ README.perl
+ rm -rf *~
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|