Information
- Paper topic: Animation
- Software type: Code
- Able to run a replicability test: False
- Replicability score: 0
- License: Copyright (c)2013 The Regents of the University of California (Regents). (see LICENSE for details)
- Build mechanism: Makefile
- Dependencies: boost / libpng /BLAS/ freeglut / gfortran / lapack
- Documentation score {0,1,2}: 1
- Reviewer: David Coeurjolly
Source code information
Comments
I got a C++ issue when building the project on MacOS (after setting a -std=c+11 in the Makefile.mac):
In file included from src/auglag.cpp:27:
In file included from src/optimization.hpp:30:
src/sparse.hpp:118:18: error: invalid operands to binary expression ('basic_ostream<char, std::__1::char_traits<char> >' and 'std::fstream' (aka 'basic_fstream<char>'))
file << "}]" << file;
~~~~~~~~~~~~ ^ ~~~~
. On both linux/macos, the TAUCS dependency cannot be built due to a missing "intel cilk" library which should be optional but the configure was not able to handle the issue (no 'taucs_config_tests.h' generated).
Misc. comments
The paper code seems to be included in the ARCSIM project. I wasn't able to check the part of the software containing it (few documentation and build issues).
There are two options to add a review to this article:
- Open a pull request at https://github.com/dcoeurjo/ReplData-private
- Fill the form below (this option requires manual work and might be avoided if possible):
TODO: ADD FORM