Displaying 2 results from an estimated 2 matches for "test_png".
Did you mean:
get_png
2012 Feb 02
1
pgfSweave doesn't lazyload my objects
...which
works fine; all cached objects from code-chunks with option cache = TRUE
are lazy loaded. I've tried it on two machines ... I'm pretty sure I'm
overlooking something obvious.
Below is my .Rnw and sessionInfo. Pointers, suggestions, etc are most
welcome.
%%%%%%%%%%%%%%% RNW; test_png.Rnw %%%%%%%%%%%%%%%%%%%%%%
\documentclass{article}
\begin{document}
some bla bla text
<<large-chunk-no-cache, cache=false>>=
mm1 <- matrix(1:1e7, 1e3, 1e4)
@
<<c2>>=
print(length(mm1))
@
<<large-chunk-do-cache, cache=true>>=
mm2 <- matrix(1:1e7, 1e3, 1...
2018 Apr 11
1
Building an LLVM/CLANG cross compiler for legacy GCC toolchain
...the buildroot system:
clang -v -target mips-linux-uclibc
--gcc-toolchain=/home/mdalpee/buildroot-2009.05/build_mips/staging_dir/usr
--sysroot=/home/mdalpee/buildroot-2009.05/build_mips/staging_dir/usr -o
build-mips-product/test-png -fPIC
-I/home/mdalpee/checkouts/clang/source/src/program/include test_png.c png.c
../lib/build-mips-product/libutils.a
clang version 7.0.0 (trunk 328723)
Target: mips--linux-uclibc
Thread model: posix
InstalledDir: /home/milkweed/build-clang/bin
"/home/mdalpee/build-clang/bin/clang-7.0" -cc1 -triple mips--linux-uclibc
-emit-obj -mrelax-all -disable-free -...