Log of /release/3.4.2/site_scons
Directory Listing
Revision
4919 -
Directory Listing
Modified
Wed Apr 30 06:25:55 2014 UTC
(6 years, 11 months ago)
by
jfenwick
Because we've got to!
Revision
4870 -
Directory Listing
Modified
Mon Apr 14 10:50:41 2014 UTC
(7 years ago)
by
caltinay
Original Path:
trunk/site_scons
Q: ...so what does this papi flag do?
A: darn, you got me.
[now it prints errors with the papi version shipped with debian, hooray]
Revision
4738 -
Directory Listing
Modified
Wed Mar 12 01:32:36 2014 UTC
(7 years, 1 month ago)
by
sshaw
Original Path:
trunk/site_scons
adding support for reading binary grids from gzip compressed binary files, ripley brick only so far
Revision
4657 -
Directory Listing
Modified
Thu Feb 6 06:12:20 2014 UTC
(7 years, 2 months ago)
by
jfenwick
Original Path:
trunk/site_scons
I changed some files.
Updated copyright notices, added GeoComp.
Revision
4576 -
Directory Listing
Modified
Mon Dec 9 23:35:30 2013 UTC
(7 years, 4 months ago)
by
sshaw
Original Path:
trunk/site_scons
python3ified things, replaced mixed whitespace and xrange calls
Revision
4520 -
Directory Listing
Modified
Thu Aug 22 06:42:57 2013 UTC
(7 years, 7 months ago)
by
caltinay
Original Path:
trunk/site_scons
Removing spurious usage of C compiler:
-Changed all scons tests to use C++ compiler
-Renamed paso profiling files (unused)
-Updated most options files (removal of options and updated comments)
Revision
4337 -
Directory Listing
Modified
Fri Mar 22 00:05:25 2013 UTC
(8 years ago)
by
caltinay
Original Path:
trunk/site_scons
Detect a few more byte swap/endianness headers and silence output from
'detectModule' scons helper
Revision
4323 -
Directory Listing
Modified
Tue Mar 19 00:17:36 2013 UTC
(8 years ago)
by
jfenwick
Original Path:
trunk/site_scons
Bringing across changes from release3.3.1. (Version names are set back to Development).
Revision
4300 -
Directory Listing
Modified
Mon Mar 11 00:50:19 2013 UTC
(8 years, 1 month ago)
by
caltinay
Original Path:
trunk/site_scons
Always invoke external python to check for modules. For some reason scipy
detection did not work properly using the old way.
Revision
4299 -
Directory Listing
Modified
Mon Mar 11 00:40:09 2013 UTC
(8 years, 1 month ago)
by
caltinay
Original Path:
trunk/site_scons
Exit with a warning in example files that require unavailable scipy.
bollide->hamster
added warnings to scons for scipy and gdal
Revision
4295 -
Directory Listing
Modified
Fri Mar 8 04:42:01 2013 UTC
(8 years, 1 month ago)
by
caltinay
Original Path:
trunk/site_scons
de-cluttered sconstruct a bit and fixed a script.
Revision
4104 -
Directory Listing
Modified
Thu Dec 13 03:30:23 2012 UTC
(8 years, 4 months ago)
by
jfenwick
Original Path:
trunk/site_scons
Ensuring we are using new-style classes
This may not be strictly necessary since our code does not depend on the difference.
Revision
4078 -
Directory Listing
Modified
Fri Nov 16 07:50:49 2012 UTC
(8 years, 4 months ago)
by
jfenwick
Original Path:
trunk/site_scons
Unit tests for binary install with no scons and no source tree.
Script for installing and testing a .deb within a chroot.
Revision
4030 -
Directory Listing
Modified
Wed Oct 24 00:57:36 2012 UTC
(8 years, 5 months ago)
by
caltinay
Original Path:
trunk/site_scons
Silenced the no-visit-in-path warning and fixed not-in-path run-escript in
utest.sh.
Revision
3975 -
Directory Listing
Modified
Thu Sep 20 01:54:06 2012 UTC
(8 years, 6 months ago)
by
caltinay
Original Path:
trunk/site_scons
Merged symbolic branch into trunk. Curious what daniel and spartacus have to
say...
Revision
3804 -
Directory Listing
Modified
Mon Feb 6 00:48:22 2012 UTC
(9 years, 2 months ago)
by
caltinay
Original Path:
trunk/site_scons
Fixed utest.sh generator so tests can be run if the installation prefix is
not `pwd`
Revision
3376 -
Directory Listing
Modified
Tue Nov 23 01:56:20 2010 UTC
(10 years, 4 months ago)
by
caltinay
Original Path:
trunk/site_scons
Invoke run-escript instead of escript in runTest.
Revision
3359 -
Directory Listing
Modified
Wed Nov 17 23:32:36 2010 UTC
(10 years, 4 months ago)
by
jfenwick
Original Path:
trunk/site_scons
Fixing problem with ./utest.sh including full build path
Revision
3349 -
Directory Listing
Modified
Mon Nov 15 05:09:56 2010 UTC
(10 years, 5 months ago)
by
caltinay
Original Path:
trunk/site_scons
escript now supports out-of-tree builds.
All build and test files are now created under a user-definable build_dir
directory.
This also fixes issue 291.
Removed most svn:ignore props since they are no longer required.
Revision
3270 -
Directory Listing
Modified
Thu Oct 14 00:30:11 2010 UTC
(10 years, 6 months ago)
by
caltinay
Original Path:
trunk/site_scons
added -dEPSCrop option to ps2pdf so graphics are cropped as expected.
Revision
3229 -
Directory Listing
Modified
Thu Sep 30 22:47:02 2010 UTC
(10 years, 6 months ago)
by
caltinay
Original Path:
branches/scons_revamp_from_3210/site_scons
Second iteration:
- all additional SConscript files reviewed and 'cleaned up'.
- broke compatibility with scons <0.98.1! Why?
-- 0.98.1 was released April 2008, even Lenny ships 1.0.0
-- we had a lot of (dirty) workarounds and checks to keep that compatibility
-- a couple of features in 0.98.1 make life a lot easier (e.g. Glob())
-- scons is Python-only (no libraries) so very easy to install/update
Revision
3212 -
Directory Listing
Added
Tue Sep 28 01:06:07 2010 UTC
(10 years, 6 months ago)
by
caltinay
Original Path:
branches/scons_revamp_from_3210/site_scons
First iteration:
- cleanup of main SConstruct file
- new template options file with commented options
- moved our extensions to the "proper" place according to scons docs
- fixed a regex issue in wrapper script
- this version works on guineapig and shake75