- 25 Nov, 2019 1 commit
-
-
Keith Bennett authored
-
- 24 Jun, 2019 1 commit
-
-
Keith Bennett authored
-
- 22 May, 2019 1 commit
-
-
Keith Bennett authored
-
- 15 Nov, 2018 1 commit
-
-
CFSA authored
-
- 12 Nov, 2018 1 commit
-
-
Keith Bennett authored
-
- 02 Sep, 2018 1 commit
-
-
Keith Bennett authored
-
- 23 Apr, 2018 1 commit
-
-
Keith Bennett authored
-
- 09 Apr, 2018 1 commit
-
-
Keith Bennett authored
The path-mangling ugliness broke yet again.
-
- 06 Apr, 2018 1 commit
-
-
Keith Bennett authored
The path-mangling ugliness used for previous versions no longer works. This tweaks it slightly to account for the new VisIt cmake files.
-
- 09 Mar, 2018 3 commits
-
-
Keith Bennett authored
-
Keith Bennett authored
If the g++ major version number differs from that used to compile the VisIt binary then the resulting SDF reader will be broken.
-
Keith Bennett authored
-
- 19 Dec, 2016 1 commit
-
-
Keith Bennett authored
-
- 23 Nov, 2016 1 commit
-
-
Keith Bennett authored
There was a bug in one of the cmake files shipped with these versions of VisIt that was reported here: https://visitbugs.ornl.gov/issues/1644 This change fixes things up so that the reader plugin can still be built.
-
- 10 Aug, 2016 1 commit
-
-
Keith Bennett authored
-
- 06 Jun, 2016 1 commit
-
-
Andrew Wood authored
This avoids having to set LD_LIBRARY_PATH in the bash environment to find sdf_extension.so. It assumes that the rpath is one level up from the VisIt plugin directory. This should probably be changed so that it is configurable from the command line.
-
- 16 Apr, 2016 1 commit
-
-
Keith Bennett authored
-
- 31 Mar, 2016 1 commit
-
-
Keith Bennett authored
-
- 11 Mar, 2016 1 commit
-
-
Andrew Wood authored
build -r wouldn't remove CMake files, which would break attempts to build after changing VISITPLUGINDIR, for example.
-
- 25 Nov, 2015 2 commits
-
-
Keith Bennett authored
Only major version 1 or 2 of VisIt are supported by the build script. Anything else should be flagged as an error. This change also detects if visit has been left in its build location which does not support the addition of 3rd party plugins. This fixes SDF/SDF#4 and also fixes EPOCH/epoch#1320
-
Keith Bennett authored
-
- 24 Nov, 2015 1 commit
-
-
Keith Bennett authored
-
- 16 May, 2015 1 commit
-
-
Andrew Wood authored
-
- 01 May, 2015 2 commits
-
-
Keith Bennett authored
-
Keith Bennett authored
-
- 26 Mar, 2015 1 commit
-
-
Keith Bennett authored
-
- 01 Mar, 2015 1 commit
-
-
Keith Bennett authored
-
- 09 Jan, 2015 1 commit
-
-
Keith Bennett authored
-
- 13 Dec, 2014 1 commit
-
-
Keith Bennett authored
-
- 22 Aug, 2014 1 commit
-
-
Keith Bennett authored
-
- 12 Aug, 2014 1 commit
-
-
Keith Bennett authored
The compiler option '-stdlib=libstdc++' is required for building on OS-X 10.9 This change adds the flag back again but tests the operating system to prevent problems on other systems.
-
- 11 Jun, 2014 1 commit
-
-
Andrew Wood authored
It breaks compilation under openSusE 12.2 and Centos 6.5: Building CXX object CMakeFiles/cmTryCompileExec2143522885.dir/testCXXCompiler.cxx.o /usr/bin/c++ -Wno-deprecated -stdlib=libstdc++ -o CMakeFiles/cmTryCompileExec2143522885.dir/testCXXCompiler.cxx.o -c /home/andrew/CAST_NEW/SDF/VisIt/CMakeFiles/CMakeTmp/testCXXCompiler.cxx c++: error: unrecognized command line option ‘-stdlib=libstdc++’
-
- 31 May, 2014 1 commit
-
-
Keith Bennett authored
-
- 23 Apr, 2014 7 commits
-
-
Keith Bennett authored
-
Keith Bennett authored
-
Keith Bennett authored
-
Keith Bennett authored
-
Keith Bennett authored
-
Andrew Wood authored
-
Andrew Wood authored
Now it cleans up and rebuilds. Previously it just did a 'make clean'. If the previous build was 'build -p', this meant that the public copies of the *.so files would be deleted. Oddly, the users didn't seem to like that. To get the previous behaviour, use the option twice: 'build -c -c'.
-