Commit Graph

31 Commits (ab88471c2a5383e6e094e8c5674aa86e9398a4b8)

Author SHA1 Message Date
Varun Agrawal 35bfc84684 make makefile verbose again 2020-03-28 10:05:38 -04:00
Varun Agrawal d608611c87 install tbb as part of configure 2020-03-28 06:56:58 -04:00
Varun Agrawal 8dc7359924 set makefile to not verbose to speed up travis and reduce log length 2020-03-27 23:30:50 -04:00
Varun Agrawal ba5086f271 vastly improved install_tbb function which copies files correctly 2020-03-27 13:15:59 -04:00
Varun Agrawal 99e1c42282 update travis.yml to install tbb during install phase, source script to add variables to current shell 2020-03-27 10:53:22 -04:00
Varun Agrawal 5dc19e0746 install tbb before install to allow propagation of env variables 2020-03-27 09:23:43 -04:00
Varun Agrawal 7248b149fd save tbb download to /tmp 2020-03-27 08:39:06 -04:00
Varun Agrawal 2e34a175f7 properly export variables 2020-03-26 22:05:28 -04:00
Varun Agrawal 34069a60df specific paths for Mac, removed libtbb from travis packages list 2020-03-26 21:00:23 -04:00
Varun Agrawal 4a356b9bd9 improved install_tbb function 2020-03-26 18:00:47 -04:00
acxz 026c794a92 use the same tbb as xenial 2020-03-26 16:32:05 -04:00
Varun Agrawal 80fc06cad7 function to add tbb with debug 2020-03-26 16:03:51 -04:00
acxz ea8f774f8d make GTSAM_WITH_TBB=OFF default in ci 2020-03-26 13:38:17 -04:00
acxz 6945845868 add default value of GTSAM_WITH_TBB 2020-03-25 20:03:03 -04:00
Fan Jiang 21d1af0edf Fix travis.sh 2019-12-23 09:21:34 -08:00
Fan Jiang d1817eb7c9 Merge branch 'develop' into feature/rotation_group 2019-12-21 20:56:28 -08:00
Jose Luis Blanco-Claraco 087221ac95
travis: use clang-9 2019-12-12 23:23:16 +01:00
Frank Dellaert 158b99f030 Made sure GTSAM_USE_QUATERNIONS flag is set and used 2019-10-01 14:04:09 -04:00
Jose Luis Blanco Claraco 7f43054c37 Refactor build flags via CMake target properties
Also:
- Allow users to edit cmake target build options in the cache variables.
- We had to add project() commands for  gtsam and gtsam_unstable,
the PROJECT_SOURCE_DIR changed, but the root GTSAM_SOURCE_DIR instead.
- Ensure use of standard C++11 (no extensions)
2019-06-15 23:09:54 +02:00
Frank Dellaert 7619ae2985 Unstable will not be built or tested in Debug mode: takes too long. 2019-06-12 15:37:30 -04:00
Frank Dellaert f09d118eb8 Use command line argument for script so that cache names are not polluted by environment variables. This should allow ccache to use caches from build stage for testing stage. 2019-06-12 00:23:40 -04:00
Frank Dellaert 502bf7cc04 Test both Debug and Release 2019-06-10 13:25:30 -04:00
Frank Dellaert 7cee39f482 Always run in debug mode 2019-06-10 10:16:51 -04:00
dellaert f27964a6cd Deprecated OFF by default, one new clang run for deprecated ON 2019-06-04 16:10:33 -04:00
Frank Dellaert a1daa163be Add ccache stats 2019-06-02 18:12:08 -04:00
Frank Dellaert ea63adf20d Another typo :-( 2019-06-02 16:48:33 -04:00
Frank Dellaert b06e5f0e83 Install ccache on OSX and add GTSAM_BUILD_WITH_CCACHE flag to cmake 2019-06-02 16:43:33 -04:00
Frank Dellaert 1dedbe65ff Fix typo 2019-06-02 10:08:55 -04:00
Frank Dellaert 5db75623f3 Use more direct configuration of cmake, disable unstable for gcc tests 2019-06-02 10:02:05 -04:00
Jose Luis Blanco Claraco f52c69b5a8 fix wrong logic 2019-05-31 13:10:33 +02:00
Jose Luis Blanco Claraco 0a6cfe4358 Add travis CI 2019-05-31 11:24:11 +02:00