Autocuts
Autocuts copied to clipboard
Since there is no API documentation, or indeed any clear demarcation between the computational core and the sample application, it's hard for anyone else to try to use this code.
On macOS LLVM (brew) 5.0.1 and 6.0.0, after updating CMakeFile.txt to point to the correct clang, build fails on an Eigen compilation issue: ``` sh [ 79%] Building CXX object...
Hi, I'm not able to clone and build this repo on a clean setup. When I run ``` git clone https://github.com/Roipo/Autocuts.git cd Autocuts/ git submodule update --init --recursive ``` the...
When building with Pardiso I had to replace set(LIBIGL_EXTRA_LIBRARIES ${LIBIGL_EXTRA_LIBRARIES} ${CMAKE_SOURCE_DIR}/libpardiso500-MACOS-X86-64.dylib) with find_package(BLAS REQUIRED) find_package(LAPACK REQUIRED) find_library(GFORTRAN_LIBRARY NAMES libgfortran.so) set(LIBIGL_EXTRA_LIBRARIES ${LIBIGL_EXTRA_LIBRARIES} ${CMAKE_SOURCE_DIR}/libpardiso600-GNU720-X86-64.so ${BLAS_LIBRARIES} ${GFORTRAN_LIBRARY} ${LAPACK_LIBRARIES}) set(SRCFILES ${SRCFILES} PardisoSolver.cpp) add_definitions(-DUSE_PARDISO) to...
Building on macOS 10.13.2 (17C205) clang 5.0.1, Autocuts segfaults at startup: ``` $ ./Autocuts_bin Segmentation fault: 11 ```