search for: loggic

Displaying 4 results from an estimated 4 matches for "loggic".

Did you mean: logic
2014 Nov 02
4
[LLVMdev] RFC: Timeline for deprecating the autoconf build system?
On 2 Nov 2014, at 14:17, Joerg Sonnenberger <joerg at britannica.bec.de> wrote: > Requiring cmake for NetBSD is not acceptable as it is almost as heavy as > a C++ compiler itself. That said, I don't really care about the > Makefiles, just about configure and the associated loggic to craete > Config.h and friends. I would expect FreeBSD to have similar concerns. For the FreeBSD base system, we use a bmake-based build system for LLVM, but that is based on the Makefiles generated by CMake. I believe that we're now using CMake for the version of LLVM in ports. David
2014 Nov 04
2
[LLVMdev] RFC: Timeline for deprecating the autoconf build system?
...g Sonnenberger <joerg at britannica.bec.de> wrote: >> >> > Requiring cmake for NetBSD is not acceptable as it is almost as heavy as >> > a C++ compiler itself. That said, I don't really care about the >> > Makefiles, just about configure and the associated loggic to craete >> > Config.h and friends. I would expect FreeBSD to have similar concerns. >> >> For the FreeBSD base system, we use a bmake-based build system for >> LLVM, but that is based on the Makefiles generated by CMake. I >> believe that we're now using CMak...
2014 Oct 31
16
[LLVMdev] RFC: Timeline for deprecating the autoconf build system?
Hi, I would like to propose deprecating the autoconf build system at some point in the future. Maintaining two build systems is a hassle not only for this project, but also for other projects that use LLVM and have to deal with the slight differences in output between the two build systems. It seems like most people are using CMake at this point, so my questions to the community are: - Is
2011 Sep 13
2
Selecting row indices from a data.frame by a factor and simple calculation (miniumum)
Hello I wish to extract the row indices from a data.frame in which a column contains numeric data by calculating the minimum value, but grouped on another column factor: An example data.frame: Code absdiff NY14/3070 2 NY14/3070 4 NY14/3070 1 NY14/5459 5 NY14/5459 7 So in this case the factor is Code and the numeric vector is absdiff The