Displaying 20 results from an estimated 1372 matches for "samuel".
2010 Sep 30
3
[LLVMdev] CMake "sudo make install" & headers
...ve different results.
On Mac OS X, headers are not installed. On Linux, they are installed. I've tested this on Debian Linux and OS X 10.6.4 both with CMake >= 2.8.0
I am not sure how to debug this problem. Does anyone have any experience with CMake command line on Mac OS X?
Kind regards,
Samuel
On 1/10/2010, at 10:21 AM, Samuel Crow wrote:
> Hi Samuel,
>
> I always just click the icon for CMake on the Mac. Then you select a
> destination directory for the headers from the graphical user interface and the
> source where the cmakefile.txt root is. Then you click on the...
2010 Oct 01
0
[LLVMdev] CMake "sudo make install" & headers
If that was a problem, wouldn't it affect the installation of every other type of file? Also, wouldn't that be a really strange bug?
Anyway, I checked and the path was expanded, probably by the shell:
-- Install configuration: "Release"
-- Installing: /Users/samuel/llvm-2.8/lib/libLLVMSupport.a
-- Installing: /Users/samuel/llvm-2.8/lib/libLLVMSystem.a
-- Installing: /Users/samuel/llvm-2.8/lib/libLLVMCore.a
-- Installing: /Users/samuel/llvm-2.8/lib/libLLVMCodeGen.a
Still no solution.
Kind regards,
Samuel
On 1/10/2010, at 2:02 PM, Florian Sauer wrote:
>...
2010 Oct 01
2
[LLVMdev] CMake "sudo make install" & headers
Hi,
I did this:
$ cmake -DCMAKE_INSTALL_PREFIX=~/llvm-2.8 -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=X86 ..
$ make
$ make install
Still didn't install the headers.
$ cd ~/llvm-2.8/include/
$ ls -la
total 0
drwxr-xr-x 2 samuel staff 68 1 Oct 12:47 .
drwxr-xr-x 6 samuel staff 204 1 Oct 12:47 ..
Libraries and binaries installed fine:
$ cd ../lib/
$ ls -la
total 44600
drwxr-xr-x 2 samuel staff 1190 1 Oct 13:40 .
drwxr-xr-x 6 samuel staff 204 1 Oct 12:47 ..
-rwxr-xr-x 1 samuel staff 17736 1 Oct...
2010 Sep 30
0
[LLVMdev] CMake "sudo make install" & headers
Samuel Williams <space.ship.traveller at gmail.com> writes:
[snip]
> The problem is that exactly the same arguments to CMake on Mac OS X
> and Linux give different results.
>
> On Mac OS X, headers are not installed. On Linux, they are
> installed. I've tested this on Debian Lin...
2008 Mar 26
11
[PATCH 0/2] fbif: Add offset in resize event
Hello,
The following two patches add an additional offset part in the FB resize
event.
Samuel
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2014 Nov 04
2
[LLVMdev] Issue with std::call_once in PPC64 platform
Ok, I'll put a patch together to fix this later today. I'll probably do
what Reid was suggesting and use what is already in there for Windows.
Thanks,
Samuel
Bill Schmidt <wschmidt at linux.vnet.ibm.com> wrote on 11/04/2014 12:11:08 PM:
> From: Bill Schmidt <wschmidt at linux.vnet.ibm.com>
> To: Samuel F Antao/Watson/IBM at IBMUS
> Cc: azanella at linux.vnet.ibm.com, beanz at apple.com, Hal Finkel
> <hfinkel at anl.gov>,...
2014 Nov 04
2
[LLVMdev] Issue with std::call_once in PPC64 platform
...n aarch64.
In general it sounds like std::call_once may not really be bug free.
Jiangning, can you please provide your gcc/libstdc++ version?
Thanks,
-Chris
> On Nov 4, 2014, at 9:38 AM, Bill Schmidt <wschmidt at linux.vnet.ibm.com> wrote:
>
> On Tue, 2014-11-04 at 12:17 -0500, Samuel F Antao wrote:
>> Ok, I'll put a patch together to fix this later today. I'll probably
>> do what Reid was suggesting and use what is already in there for
>> Windows.
>
> Hm, better hold off on that. Ulrich Weigand has noted that there is
> invalid code generati...
2015 Oct 10
2
[PATCH] nv50, nvc0: don't base decisions on available pushbuf space
On Sat, Oct 10, 2015 at 3:55 PM, Samuel Pitoiset
<samuel.pitoiset at gmail.com> wrote:
>
>
> On 10/10/2015 09:42 PM, Ilia Mirkin wrote:
>>
>> On Sat, Oct 10, 2015 at 3:41 PM, Samuel Pitoiset
>> <samuel.pitoiset at gmail.com> wrote:
>>>
>>> This patch looks fine except that it shoul...
2014 Nov 04
2
[LLVMdev] Issue with std::call_once in PPC64 platform
...http://lab.llvm.org:8011/builders/clang-ppc64-elf-linux2/builds/16444/steps/compile.llvm.stage2/logs/stdio
It is failing for me both in BE (gcc 4.8.2) and LE(4.9.1). I am compiling
with clang 3.5, but those are the gcc toolchains I am using.
What do you think is the best way to fix this?
Thanks!
Samuel
Bill Schmidt <wschmidt at linux.vnet.ibm.com> wrote on 11/04/2014 11:45:06 AM:
> From: Bill Schmidt <wschmidt at linux.vnet.ibm.com>
> To: Samuel F Antao/Watson/IBM at IBMUS
> Cc: LLVM Dev <llvmdev at cs.uiuc.edu>, beanz at apple.com, Hal Finkel
> <hfinkel at anl....
2013 Jan 28
16
PVH questions
...;'t need to handle
that?
- How about the console and store MFNs from the boot info? Are they
still MFNs, or actually PFNs?
- How about PV network in non-copy mode? It used to be done
with a page transfer, which the frontend would free, does
XENMEM_decrease_reservation still use MFNs, or PFNs?
Samuel
2014 Nov 05
2
[LLVMdev] Issue with std::call_once in PPC64 platform
...> Jiangning, can you please provide your gcc/libstdc++ version?
>>
>> Thanks,
>> -Chris
>>
>>
>> > On Nov 4, 2014, at 9:38 AM, Bill Schmidt <wschmidt at linux.vnet.ibm.com>
>> wrote:
>> >
>> > On Tue, 2014-11-04 at 12:17 -0500, Samuel F Antao wrote:
>> >> Ok, I'll put a patch together to fix this later today. I'll probably
>> >> do what Reid was suggesting and use what is already in there for
>> >> Windows.
>> >
>> > Hm, better hold off on that. Ulrich Weigand has no...
2013 May 09
4
[PATCH] mini-os: eliminate duplicated definition of spin_unlock_wait
Signed-off-by: Chen Baozi <baozich@gmail.com>
---
extras/mini-os/include/spinlock.h | 2 +-
extras/mini-os/include/x86/arch_spinlock.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/mini-os/include/spinlock.h b/extras/mini-os/include/spinlock.h
index 70cf20f..6604e3c 100644
--- a/extras/mini-os/include/spinlock.h
+++
2016 Oct 17
2
[PATCH 5/5] recognize and accelerate GM20x
This requires at least a quick test. :-)
Acked-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
On 10/16/2016 09:14 PM, Ilia Mirkin wrote:
> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
> ---
>
> Untested. I don't have the hardware.
>
> src/nv_driver.c | 2 ++
> src/nvc0_accel.c | 10 +++++++++-
> 2 fi...
2018 Feb 13
3
Suppress horizontal mean line in beanplot()
...lline", but it only allows
for "mean" or "median" .
I have tried overallline = F, overallline="n", and overallline="", but
without success.
Strangely, I could also not find any suggestions on the internet.
Does anybody know how to do this?
Thanks,
Samuel
## Example code using the dataset InsectSprays from datasets package
library(beanplot)
beanplot(count ~ spray, data = InsectSprays)
# How to remove the dashed horizonal line?
--
Samuel Knapp
Lehrstuhl f?r Pflanzenern?hrung
Technische Universit?t M?nchen
(Chair of Plant Nutrition
Technical...
2008 Aug 26
39
PV Grub Questions
I am using Xen 3.3 from source.
My PV guest boots fine with the normal kernel and initrd options
When I boot the guest with PV GRUB I only get:
GNU GRUB version 0.97 (65536K lower / 0K upper memory)
[ Minimal BASH-like line editing is supported. For
the first word, TAB lists possible command
completions. Anywhere else TAB lists the possible
2005 Jan 29
4
format question
how can I get a float to always print two decimal places?
Thanks,
Jamie
2014 Nov 04
4
[LLVMdev] Issue with std::call_once in PPC64 platform
...in the wrapper used in getManagedStaticMutex.
I understand this call is buggy for some platforms (or probably some oldish
libstdc++ versions). Is this a known issue? Should we guard
LLVM_DEFINE_ONCE_FLAG definition with platform specific macros to avoid the
crash, at least for the moment?
Thanks!
Samuel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141103/68792fa3/attachment.html>
2014 Sep 26
2
[LLVMdev] [cfe-dev] Address sanitizer regression test failures for PPC64 targets
On Mon, 2014-09-08 at 22:00 -0400, Samuel F Antao wrote:
> Alexey, Alexander,
>
> Thanks for the suggestions. I tried removing the flag SA_NODEFER but
> it didn't do any good... I have been digging into the problem with the
> null_deref test today but I was unable to clearly identify the
> problem. I suspect that it...
2006 Jul 07
5
Re: Rails migration issue
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Ok, so rake migrate --trace gets you this:
Khavi:~/Documents/WebCode/rails/clickcaster sgoodwin$ rake migrate --
trace
(in /Users/sgoodwin/Documents/WebCode/rails/clickcaster)
** Invoke migrate (first_time)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
** Execute migrate
then it
2016 Oct 11
4
NVidia Hardware Donation possible
Samuel,
the HP GT630 is unfortunately the GK107. Given we find the other GT630
model I will check it and come back to you.
Are you interested in any of the other two cards?
Regards,
Martin
On 2016-10-10 13:45, Samuel Pitoiset wrote:
>
>
> On 10/10/2016 01:44 PM, Martin Vorbach wrote:
>&...