
* New package: sumo This PR adds the sumo package, as well as the fox package as a dependency. It also updates and adds some fixes for openscenegraph. For fox, the patch is for the development version. That patch should not be necessary in future versions as it has been applied upstream. The stable version is 1.6.57 and is marked as preferred. This is the version needed for sumo. Added dependencies for openscenegraph as well as set constraints on qt versions. * Update var/spack/repos/builtin/packages/sumo/package.py I had intended to set this version constraint but somehow did not. Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> * Add dependency types to sumo recipe - googletest: 'test' - swig: 'build' - java: 'build', 'run' Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
12 lines
367 B
Diff
12 lines
367 B
Diff
--- a/lib/FXRex.cpp 2019-08-22 21:46:13.000000000 -0500
|
|
+++ b/lib/FXRex.cpp 2020-04-13 16:46:31.718701955 -0500
|
|
@@ -503,7 +503,7 @@
|
|
*/
|
|
|
|
// Debugging regex code
|
|
-#define REXDEBUG 1
|
|
+// #define REXDEBUG 1
|
|
|
|
// As close to infinity as we're going to get; this seems big enough. We can not make
|
|
// it too large as this may wrap around when added to something else!
|