Alex Lin
497f11f132
Make TRICK_CXX variable to specify c++ compiler #767 ( #815 )
...
Changed all references of TRICK_CPPC to TRICK_CXX. Added a
warning message that TRICK_CPPC has been deprecated.
2019-06-18 11:00:08 -05:00
Derek Bankieris
7a08829d3d
Introduce makefile variable TRICK_SYSTEM_LDFLAGS
...
Like other TRICK_SYSTEM variables, users should not modify this.
This renders TRICK_LDFLAGS and TRICK_USER_LINK_LIBS redundant. While we
would like to eventually remove TRICK_USER_LINK_LIBS, it's not likely to
ever actually happen.
Refs #369
2016-12-14 12:36:21 -06:00
Michael Vetter
18f0d7e871
Remove trailing whitespaces
...
Makes it easier to edit the files. So if we press 'end of line' we are
really at the end of line.
2016-11-08 10:25:07 +01:00
Alex Lin
3a7e756926
Unit test directories do not support gtest libs in lib64
...
Added library search dirs ${GTEST_HOME}/lib64 and ${GTEST_HOME}/lib
to the link line.
refs #264
2016-07-01 11:50:06 -05:00
Alex Lin
268d3407df
Set and use LD in our makefiles correctly.
...
Changed TRICK_LD to TRICK_CPPC in the unit test makefiles. It
should be TRICK_CPPC on these lines.
refs #131
2016-06-28 08:58:33 -05:00
Alex Lin
5d9ab6e6c0
Create the conversions between quaternion and Euler angles
...
Test compilation requires -lpthread on Ubuntu. Also added a .gitignore
for the test executable and object code files.
refs #216
2016-04-14 10:48:20 -05:00
Hung Nguyen
5de28a360c
Added the conversion capabilities between Euler angles and quaternions. Refs:#216
2016-04-04 17:07:04 -05:00