|
From: Patrick H. <pat...@us...> - 2004-05-16 17:18:11
|
patrickh 2004/05/16 10:18:04 PDT
Modified files:
modules/GMTL SConstruct
Log:
Yet another attempt to make PyGMTL build more correctly.
Revision Changes Path
1.34 +3 -4 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.33&r2=1.34&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-05-24 14:58:31
|
allenb 2004/05/24 07:58:22 PDT
Modified files:
modules/GMTL SConstruct
Log:
use correct spelling of prefix in help
Revision Changes Path
1.35 +1 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.34&r2=1.35&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-07-21 16:03:29
|
allenb 2004/07/21 09:03:22 PDT
Modified files:
modules/GMTL SConstruct
Log:
Fix bug in build where options where not set right.
Revision Changes Path
1.36 +1 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.35&r2=1.36&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-09-26 17:47:03
|
patrickh 2004/09/26 10:46:53 PDT
Modified files:
modules/GMTL SConstruct
Log:
Teach the build about Darwin (aka, Mac OS X).
Revision Changes Path
1.39 +39 -0 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.38&r2=1.39&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-10-14 16:26:52
|
patrickh 2004/10/14 09:26:43 PDT
Modified files:
modules/GMTL SConstruct
Log:
Take some steps to get PyGMTL building on Darwin (aka, Mac OS X). At
this point, I think I have all the compiler and linker flags set up
correctly, but the code is failing to build.
Removed hard-coded expecation of using Boost 1.31.
Revision Changes Path
1.40 +50 -24 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.39&r2=1.40&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-10-20 04:32:57
|
patrickh 2004/10/19 21:32:50 PDT
Modified files:
modules/GMTL SConstruct
Log:
More adjustment of compiler and linker flags. PyGMTL now compiles, links,
loads, and runs. However, at link time, there are many, many warnings
about multiply defined symbols. This may be the result of a compiler bug.
For the moment, the workaround I used (the -m option when linking) appears
to address this.
Revision Changes Path
1.41 +15 -5 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.40&r2=1.41&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-10-20 04:33:30
|
patrickh 2004/10/19 21:33:23 PDT
Modified files:
modules/GMTL SConstruct
Log:
Forced commit to note that the last revision dealt solely with the
Mac OS X case.
Revision Changes Path
1.42 +0 -0 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.41&r2=1.42&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-10-20 17:53:52
|
patrickh 2004/10/20 10:53:44 PDT
Modified files:
modules/GMTL SConstruct
Log:
Refactoring: Allow the use of Boost installations that use the
versioned Boost header tree. This adds a new command
line option, BoostVersion, for specifying the Boost
version number, a necessary aspect of finding
boost/version.hpp correctly within a versioned header
installation.
Removed redundant imports of the 're' module.
Revision Changes Path
1.43 +39 -13 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.42&r2=1.43&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-10-20 17:58:01
|
patrickh 2004/10/20 10:57:54 PDT
Modified files:
modules/GMTL SConstruct
Log:
Bug fixed: The Boost.Python library using the gcc toolset was not
properly detected. This was introduced (by me) in
Revision 1.40.
Revision Changes Path
1.44 +1 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.43&r2=1.44&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-10-27 18:11:57
|
patrickh 2004/10/27 11:11:51 PDT
Modified files:
modules/GMTL SConstruct
Log:
Crank up the maximum arity for Boost.Python functions to 16 to allow for
initialization of 4x4 matrices using 16 individual values.
Revision Changes Path
1.45 +1 -0 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.44&r2=1.45&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-10-27 22:36:20
|
patrickh 2004/10/27 15:36:14 PDT
Modified files:
modules/GMTL SConstruct
Log:
Set the template depth for GCC platfroms to 256, as this is what Boost
uses.
Revision Changes Path
1.46 +1 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.45&r2=1.46&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-10-27 22:37:17
|
patrickh 2004/10/27 15:37:10 PDT
Modified files:
modules/GMTL SConstruct
Log:
Only set the maximum Boost.Python function arity when compiling PyGMTL.
Revision Changes Path
1.47 +2 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.46&r2=1.47&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-11-12 01:35:33
|
allenb 2004/11/11 17:35:21 PST
Modified files:
modules/GMTL SConstruct
Log:
Update for recent scons versions.
Revision Changes Path
1.48 +1 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.47&r2=1.48&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-03-08 15:17:53
|
patrickh 2005/03/08 07:17:45 PST
Modified files:
modules/GMTL SConstruct
Log:
SF Patch#: 1154903
Support building with GCC in a Cygwin environment.
Submitted by: Chad Austin < aegis at users dot sourceforge dot net >
Revision Changes Path
1.50 +30 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.49&r2=1.50&diff_format=l
|
|
From: Allen B. <al...@us...> - 2005-04-02 22:03:59
|
allenb 2005/04/02 14:03:54 PST
Modified files:
modules/GMTL SConstruct
Log:
cygwin support.
Revision Changes Path
1.52 +2 -0 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.51&r2=1.52&diff_format=l
|
|
From: Allen B. <al...@us...> - 2005-05-09 20:06:52
|
allenb 2005/05/09 13:06:46 PDT
Modified files:
modules/GMTL SConstruct
Log:
Remove dependence on os.walk. This is a python 2.3 only thing and some people don't have that yet.
Revision Changes Path
1.53 +3 -2 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.52&r2=1.53&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-05-13 15:53:54
|
patrickh 2005/05/13 08:53:48 PDT
Modified files:
modules/GMTL SConstruct
Log:
Fixed building PyGMTL on Mac OS X 10.4.
Revision Changes Path
1.54 +14 -2 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.53&r2=1.54&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-05-13 22:34:38
|
patrickh 2005/05/13 15:34:32 PDT
Modified files:
modules/GMTL SConstruct
Log:
Added support for compiling PyGMTL with Visual C++ 8.0.
Revision Changes Path
1.55 +41 -13 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.54&r2=1.55&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-05-17 16:33:24
|
patrickh 2005/05/17 09:32:58 PDT
Modified files:
modules/GMTL SConstruct
Log:
Fixed a long-standing annoyance (at least for me) where the Visual Studio
installation in the user's path would be ignored in favor of using the
latest version.
Revision Changes Path
1.56 +0 -2 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.55&r2=1.56&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-06-08 21:49:19
|
patrickh 2005/06/08 14:49:13 PDT
Modified files:
modules/GMTL SConstruct
Log:
Weak attempt to deal with the case when CL.EXE is not in our path and thus
cannot be used to determine the Visual C++ version.
Revision Changes Path
1.60 +4 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.59&r2=1.60&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-07-14 02:49:48
|
patrickh 2005/07/13 19:49:42 PDT
Modified files:
modules/GMTL SConstruct
Log:
Use -O3 when building on Mac OS X.
Revision Changes Path
1.62 +1 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.61&r2=1.62&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-11-17 03:31:23
|
patrickh 2005/11/16 19:31:16 PST
Modified files:
modules/GMTL SConstruct
Log:
Support Boost patch releases (i.e., 1.33.1).
Revision Changes Path
1.63 +3 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.62&r2=1.63&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-11-17 04:08:40
|
patrickh 2005/11/16 20:08:34 PST
Modified files:
modules/GMTL SConstruct
Log:
The distcc that comes with XCode 2.2 seems to need an absolute path to
the compiler in order to be able to execute it properly.
Revision Changes Path
1.64 +1 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.63&r2=1.64&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2006-04-13 14:44:17
|
patrickh 2006/04/13 07:44:15 PDT
Modified files:
modules/GMTL SConstruct
Log:
When building a GMTL RPM, GMTL is installed into a temporary location so
that the installable package can be constructed. To do this, the 'prefix'
option must be set on the scons command line, but doing so causes
gmtl-config to be regenerated with the wrong internal prefix. To work
around this, I have commented out the dependency of gmtl-config on its
dictionary of substitution variables. This does have some
undesirable--though fairly obscure--side effects, but I do not see a better
a way to solve this problem.
Revision Changes Path
1.65 +6 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.64&r2=1.65&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2006-04-13 23:34:29
|
patrickh 2006/04/13 16:34:25 PDT
Modified files:
modules/GMTL SConstruct
Log:
Extended the search for the Boost.Python library to handle the cases of
the x86_64 architecture and the lame Boost RPM that strips the version
and threading information from the shared library.
Revision Changes Path
1.66 +31 -6 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.65&r2=1.66&diff_format=l
|