search for: slibs

Displaying 14 results from an estimated 14 matches for "slibs".

Did you mean: libs
2005 Jul 11
2
building packages on Windows
Hi, all, I just recently upgraded my computer though I'm using the same OS (XP). But now I'm having difficulty building packages and I cannot seem to solve the problem. I'm using R-2.1.1pat on Windows XP. Here is what I tried: D:\Users\sundard\slib\sundar\R>R CMD CHECK sundar * checking for working latex ... OK * using log directory
2007 Apr 20
2
Fastest way to repeatedly subset a data frame?
Hi - I have a data frame with a large number of observations (62,000 rows, but only 2 columns - a character ID and a result list). Sample: > my.df <- data.frame(id=c("ID1", "ID2", "ID3"), result=1:3) > my.df id result 1 ID1 1 2 ID2 2 3 ID3 3 I have a list of ID vectors. This list will have anywhere from 100 to 1000 members, and
2012 Feb 21
5
[LLVMdev] buildbot failure in LLVM on clang-x86_64-debian-fnt
All, This buildbot is getting lots of assertion failures in the test suite. They were probably caused by my commit: ------------------------------------------------------------------------ r151049 | foad | 2012-02-21 09:25:52 +0000 (Tue, 21 Feb 2012) | 6 lines Changed paths: M /llvm/trunk/lib/VMCore/LLVMContextImpl.h M /llvm/trunk/lib/VMCore/Type.cpp PR1210: make uniquing of struct and
2004 Apr 30
2
festival and gcc 3.3.2 (Fedora Core 1)
Can someone tell me how to build festival on a machine with gcc 3.3.2? I've searched all around and even found a reference or two that the problem exists but I'm not seeing the fix. thanks! -reed Symtoms are -- ./configure, then.... [root@telephone speech_tools]# make Check system type Remake modincludes.inc NATIVE_AUDIO ok EDITLINE
2012 Feb 21
0
[LLVMdev] buildbot failure in LLVM on clang-x86_64-debian-fnt
On Tue, Feb 21, 2012 at 2:51 AM, Jay Foad <jay.foad at gmail.com> wrote: > All, > > This buildbot is getting lots of assertion failures in the test suite. > They were probably caused by my commit: > > ------------------------------------------------------------------------ > r151049 | foad | 2012-02-21 09:25:52 +0000 (Tue, 21 Feb 2012) | 6 lines > Changed paths: >
2019 May 23
3
Possible bug when finding shared libraries during staged installation
...ies, so are_shared looks like this: > are_shared $`/Users/Kara/projects/forks/x13binary/inst//lib/libgcc_s.1.dylib` [1] TRUE TRUE TRUE $`/Users/Kara/projects/forks/x13binary/inst//lib/libgfortran.3.dylib` [1] TRUE $`/Users/Kara/projects/forks/x13binary/inst//lib/libquadmath.0.dylib` [1] TRUE slibs[are_shared] then fails with invalid subscript type 'list'. I believe this may be a bug and I have included a patch that uses any() and vapply() to ensure that only one value is returned for each library and the result is an atomic vector. This is my first time submitting a bug report or pa...
2019 May 24
2
Possible bug when finding shared libraries during staged installation
...d shared library i386] /usr/lib/libgcc_s.1.dylib (for architecture x86_64):??? Mach-O 64-bit dynamically linked shared library x86_64 /usr/lib/libgcc_s.1.dylib (for architecture i386):??? Mach-O dynamically linked shared library i386 Thanks for the report, I will fix. Tomas > > > slibs[are_shared] then fails with invalid subscript type 'list'. > > yes, "of course". > > > I believe this may be a bug and I have included a patch that uses any() and > > vapply() to ensure that only one value is returned for each library and the >...
2019 May 24
0
Possible bug when finding shared libraries during staged installation
.../inst//lib/libgfortran.3.dylib` > [1] TRUE > $`/Users/Kara/projects/forks/x13binary/inst//lib/libquadmath.0.dylib` > [1] TRUE Thank you, Kara. Just for curiosity, what does file /Users/Kara/projects/forks/x13binary/inst//lib/libgcc_s.1.dylib produce on your Mac? > slibs[are_shared] then fails with invalid subscript type 'list'. yes, "of course". > I believe this may be a bug and I have included a patch that uses any() and > vapply() to ensure that only one value is returned for each library and the > result is an atomic vec...
2004 Dec 12
1
ANNOUNCE: Release of GnuCash stable version 1.8.10
What's New in GnuCash 1.8.10? o Don't use C++/C99 declarations. Declare variables at the top of the function. o Updated British English, Czech, Italian, Russian, German, Brazilian Portugese, Dutch, French, Spanish, translations. o Fabien COELHO's zero-balance patch to remove accounts of zero balance from the report. o Fix a broken recursion problem. Don't call show-acct?
2019 May 24
0
Possible bug when finding shared libraries during staged installation
...lib (for architecture x86_64): Mach-O 64-bit > dynamically linked shared library x86_64 > /usr/lib/libgcc_s.1.dylib (for architecture i386): Mach-O dynamically > linked shared library i386 > > Thanks for the report, I will fix. > > Tomas > > > > > > slibs[are_shared] then fails with invalid subscript type 'list'. > > > > yes, "of course". > > > > > I believe this may be a bug and I have included a patch that uses > any() and > > > vapply() to ensure that only one value is returned fo...
2011 Jul 03
0
ANNOUNCE: Announcement: Gnucash 2.4.7 Released
GnuCash 2.4.7 released The GnuCash development team proudly announces GnuCash 2.4.7, the seventh bug fix release in a series of stable of the GnuCash Free Accounting Software. With this release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX. Getting GnuCash for Windows (Win32 binary) The
2009 Aug 20
0
ANNOUNCE: Gnucash 2.3.4 released
Announcement: GnuCash 2.3.4 Release 2009-08-19 GnuCash 2.3.4 released The GnuCash development team proudly announces GnuCash 2.3.4, the fifth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD,
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hello Sean and Tobias, Sean, Thank you. Could you describe Nick's ideas in few words or give me links to your discussion, so I could adapt my ideas to it. Tobias, Your patch fails on several modules in my benchmark (73 of ~1800 tests). I have sent one as attachment. See statistics files for more details, all the .ll files you could simply find in test-suite object directory (after