]> git.pld-linux.org Git - packages/cilk.git/commitdiff
- add update patch, works now
authorsparky <sparky@pld-linux.org>
Sat, 21 Jan 2006 14:16:00 +0000 (14:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cilk.spec -> 1.4

cilk.spec

index 6421909c1dbd2a74eeee961adfce8bfc0c2bc7cd..f5a647c6c2e7f118e19379faef0c1dba45762708 100644 (file)
--- a/cilk.spec
+++ b/cilk.spec
@@ -13,6 +13,7 @@ Group:                Development/Languages
 Source0:       http://bradley.csail.mit.edu/~bradley/cilk/downloads/%{name}-%{version}_%{_rev}.tar.bz2
 # Source0-md5: 1046f684ac72076106574fcc8326e612
 URL:           http://supertech.lcs.mit.edu/cilk/
+Patch0:                %{name}-update.patch
 BuildRequires: bison
 BuildRequires: flex
 Requires:      gcc
@@ -42,6 +43,7 @@ Statyczne biblioteki cilka.
 
 %prep
 %setup -q -n %{version}
+%patch0 -p1
 %{!?with_tests:sed 's/ examples / /' -i Makefile.in}
 
 %build
This page took 0.074416 seconds and 4 git commands to generate.