03:01.24 |
brlcad |
is glad to have finally
gotten rid of his previous beast of a tv when I moved .. jason and
I together could barely lift the thing at nearly 200
lbs |
03:58.26 |
*** join/#brlcad Ralith
(~ralith@S010600221561996a.vc.shawcable.net) |
04:09.55 |
*** join/#brlcad Ralith
(~ralith@S010600221561996a.vc.shawcable.net) |
05:55.49 |
*** join/#brlcad Ralith
(~ralith@S010600221561996a.vc.shawcable.net) |
09:39.31 |
*** join/#brlcad mafm
(~mafm@81.32.104.89) |
14:00.22 |
*** join/#brlcad mafm
(~mafm@81.32.104.89) |
14:46.05 |
CIA-88 |
BRL-CAD: 03starseeker * r40460
10/brlcad/branches/cmake/ (CMakeLists.txt
src/libfft/CMakeLists.txt): Add libfft to CMake logic - first test
of using ADD_CUSTOM_COMMAND to generate sources from a locally
built binary. |
15:39.45 |
CIA-88 |
BRL-CAD: 03starseeker * r40461
10/brlcad/branches/cmake/ (3 files in 3 dirs): Add in libicv and
libtclcad. libtclcad is a problem child, or if it isn't incrTcl is
- seems to REQUIRE private headers from Tcl/Tk, which is likely to
complicate using the results of FindTCL |
16:13.53 |
CIA-88 |
BRL-CAD: 03starseeker * r40462
10/brlcad/branches/cmake/src/libfft/CMakeLists.txt: Whoops, fix
typo. |
16:53.54 |
brlcad |
starseeker: feel free to "fix" tclcad to not
use private headers |
16:54.10 |
brlcad |
can refactor or remove that code .. it was a
TclLibrary call iirc |
16:54.19 |
brlcad |
trying to find tcl at run-time |
17:07.25 |
CIA-88 |
BRL-CAD: 03starseeker * r40463
10/brlcad/branches/cmake/ (CMakeLists.txt src/adrt/CMakeLists.txt):
Add in libtermio and adrt - needed to fix the bsd library stuff for
adrt. CMake doesn't like empty add_library calls, so did tie0 as
one library and made tie1 the 'parent' library that links in
tie0. |
17:07.46 |
starseeker |
brlcad: ah, so that's not really a required
thing to use incrTcl? |
17:07.58 |
starseeker |
crosses fingers - that would
be nice... |
17:19.29 |
brlcad |
er, I don't remember really -- would require a
lil investigating |
17:21.12 |
brlcad |
but it's a wart regardless and it would be
better to refactor now while it's a problem than write work-arounds
that would have to be undone making it even harder to refactor
later |
17:29.59 |
CIA-88 |
BRL-CAD: 03starseeker * r40464
10/brlcad/branches/cmake/ (CMakeLists.txt src/anim/CMakeLists.txt):
Add in anim directory. Prototyping a macro to wrapp all of the exec
files that are to be installed - may both simplfy and speed up
conversion. |
17:30.36 |
starseeker |
starts trying to apply
brlcad's advice about removing patterns... this is a common
one... |
19:25.50 |
CIA-88 |
BRL-CAD: 03starseeker * r40465
10/brlcad/branches/cmake/ (5 files in 5 dirs): |
19:25.50 |
CIA-88 |
BRL-CAD: Add wrapper macros for the library
and exec install invocations - only |
19:25.50 |
CIA-88 |
BRL-CAD: retro-fitting in places like rt or
conv where there are a lot of lines to |
19:25.50 |
CIA-88 |
BRL-CAD: reduce; not worrying about individual
instances that shorten a file by only one |
19:25.50 |
CIA-88 |
BRL-CAD: or two lines. |
21:04.10 |
*** join/#brlcad R0b0t1
(~Enigma@unaffiliated/r0b0t1) |
23:12.12 |
*** join/#brlcad Nohla
(~Nohla@201.255.233.105) |
23:53.07 |
CIA-88 |
BRL-CAD: 03starseeker * r40466
10/brlcad/branches/cmake/ (CMakeLists.txt
src/brlman/CMakeLists.txt): brlman is a bit tricky - it relies on
specific variable definitions, so will either need to alter
brlman.sh.in, some stuff on the CMake side, or 'translate' in
brlman's CMakeLists.txt file - latter may the simplest. |
23:57.31 |
starseeker |
ah crud, it's not so simple - CMake variable
substitution uses the same syntax that sh uses to get values from
variables |