Log of /release/3.3.1/site_scons
Directory Listing
Revision
4318 -
Directory Listing
Modified
Thu Mar 14 10:16:49 2013 UTC
(7 years, 10 months ago)
by
jfenwick
arrrggggg
Revision
4315 -
Directory Listing
Modified
Wed Mar 13 04:28:23 2013 UTC
(7 years, 10 months ago)
by
jfenwick
not sure
Revision
4302 -
Directory Listing
Modified
Mon Mar 11 01:02:52 2013 UTC
(7 years, 10 months ago)
by
jfenwick
Branching for final release prep
Revision
4300 -
Directory Listing
Modified
Mon Mar 11 00:50:19 2013 UTC
(7 years, 10 months 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
(7 years, 10 months 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
(7 years, 10 months 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, 1 month 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, 2 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, 3 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, 4 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
(8 years, 11 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, 2 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, 2 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, 2 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, 3 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, 3 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, 3 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