You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.6 KiB

  1. # Dependencies
  2. ## Included Dependencies:
  3. - Carl 1.0
  4. - CUDD 3.0.0
  5. CUDD is included in the StoRM Sources under /resources/3rdparty/cudd-2.5.0 and builds automatically alongside StoRM.
  6. Its Sourced where heavily modified as to incorporate newer Versions of Boost, changes in C++ (TR1 to C++11) and
  7. to remove components only available under UNIX.
  8. - Eigen 3.3 beta1
  9. Eigen is included in the StoRM Sources under /resources/3rdparty/eigen and builds automatically alongside StoRM.
  10. - GTest 1.7.0
  11. GTest is included in the StoRM Sources under /resources/3rdparty/gtest-1.7.0 and builds automatically alongside StoRM
  12. - GMM >= 4.2
  13. GMM is included in the StoRM Sources under /resources/3rdparty/gmm-4.2 and builds automatically alongside StoRM.
  14. ## Optional:
  15. - Gurobi >= 5.6.2
  16. Specify the path to the gurobi root dir using -DGUROBI_ROOT=/your/path/to/gurobi
  17. - Z3 >= 4.3.2
  18. Specify the path to the z3 root dir using -DZ3_ROOT=/your/path/to/z3
  19. - MathSAT >= 5.2.11
  20. Specify the path to the mathsat root dir using -DMSAT_ROOT=/your/path/to/mathsat
  21. - MPIR >= 2.7.0
  22. MSVC only and only if linked with MathSAT
  23. Specify the path to the gmp-include directory -DGMP_INCLUDE_DIR=/your/path/to/mathsat
  24. Specify the path to the mpir.lib directory -DGMP_MPIR_LIBRARY=/your/path/to/mpir.lib
  25. Specify the path to the mpirxx.lib directory -DGMP_MPIRXX_LIBRARY=/your/path/to/mpirxx.lib
  26. - GMP
  27. clang and gcc only
  28. - CUDA Toolkit >= 6.5
  29. Specify the path to the cuda toolkit root dir using -DCUDA_ROOT=/your/path/to/cuda
  30. - CUSP >= 0.4.0
  31. Only of built with CUDA Toolkit
  32. CUSP is included in the StoRM Sources as a git-submodule unter /resources/3rdparty/cusplibrary