envire / envire-envire_core

Core part for the Environment Representation library
BSD 2-Clause "Simplified" License
7 stars 13 forks source link

remove sisl dependency and let make decide on the number of threads #47

Closed planthaber closed 5 years ago

planthaber commented 5 years ago

SISL is now truely optional: https://github.com/rock-core/base-types/pull/134

So I removed it from the install_dependencies.sh script and set the flag to compile base-types without it.

Also, made it compile with make -j instaerd of make -j4, this way make determines the optimal number of threads.