Chris Siefert
Chris Siefert
I forgot the -d option, but when I add it, I get a temp directory errors when I add it. If I'm using the Windows command prompt or cygwin ,...
The file does exist, but it isn't a file, rather a Windows Junction point (which is evidently kind of like a symbolic link). Unfortunately, the link doesn't point to anywhere,...
Any good idea how to check that? The file doesn't exist before GumTree starts, and by the time I can find out where the temporary file is generated, GumTree has...
@ndellingwood Yeah, that test can cause issues. With the state of the autotester, that isn't going to get fixed any time soon.
@ndellingwood Nope. And until the AT gets fixed, we can't add one. But that's a good idea.
See my response to #10745
You really want to use an absolute path there, not a relative one
I've never seen anyone install Trilinos using those options. This is what I use: -D CMAKE_INSTALL_PREFIX=/my/directory
> Maybe it has to do with switching from c++14 to c++17 in the test scripts? @rppawlo Wait. They did that?