./devel/orc, Compiler for vector operations

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q1, Version: 0.4.11nb1, Package name: orc-0.4.11nb1, Maintainer: pkgsrc-users

Orc is a library and set of tools for compiling and executing
very simple programs that operate on arrays of data. The "language"
is a generic assembly language that represents many of the features
available in SIMD architectures, including saturated addition and
subtraction, and many arithmetic operations.


Required to build:
[devel/gmake] [devel/libtool-base]

Master sites:

SHA1: e99f684fc551c2bb3a5cdefe6fa5165174508a5f
RMD160: 03bca8a087064c95978629fa9943b5ff305e8a0d
Filesize: 660.375 KB

Version history: (Expand)


CVS history: (Expand)


   2011-04-25 18:31:16 by S.P.Zeidler | Files touched by this commit (3)
Log message:
Pullup ticket #3419 - requested by he
devel/orc: build fix for powerpc

Revisions pulled up:
- devel/orc/Makefile                                            1.3
- devel/orc/distinfo                                            1.6
- devel/orc/patches/patch-ab                                    1.4

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Mon Apr 18 20:07:32 UTC 2011

   Modified Files:
   	pkgsrc/devel/orc: Makefile distinfo
   Added Files:
   	pkgsrc/devel/orc/patches: patch-ab

   Log message:
   Add a patch so that this builds properly for powerpc.
   Also bump package revision.

   To generate a diff of this commit:
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/orc/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/orc/distinfo
   cvs rdiff -u -r0 -r1.4 pkgsrc/devel/orc/patches/patch-ab