aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Bissey <francois@vrooom.(none)>2009-11-04 00:15:04 +1300
committerFrançois Bissey <francois@vrooom.(none)>2009-11-04 00:20:10 +1300
commita8afdf7b777eaf41b1242251213dd00be0cd8059 (patch)
treeb2b852014a27de67434ebbbd255687e051c70c43 /sci-mathematics/lie
parentcadabra version bump (diff)
downloadsci-a8afdf7b777eaf41b1242251213dd00be0cd8059.tar.gz
sci-a8afdf7b777eaf41b1242251213dd00be0cd8059.tar.bz2
sci-a8afdf7b777eaf41b1242251213dd00be0cd8059.zip
more parallel make fixes for lie
Diffstat (limited to 'sci-mathematics/lie')
-rw-r--r--sci-mathematics/lie/ChangeLog4
-rw-r--r--sci-mathematics/lie/Manifest4
-rw-r--r--sci-mathematics/lie/files/parrallelmake-lie-2.2.2.patch18
3 files changed, 21 insertions, 5 deletions
diff --git a/sci-mathematics/lie/ChangeLog b/sci-mathematics/lie/ChangeLog
index a12084b91..7518af7e3 100644
--- a/sci-mathematics/lie/ChangeLog
+++ b/sci-mathematics/lie/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 03 Nov 2009; François Bissey <f.r.bissey@massey.ac.nz>
+ files/parrallelmake-lie-2.2.2.patch:
+ bump the parrallel-make patch to care for some more possible breakages
+
19 Apr 2009; François Bissey <f.r.bissey@massey.ac.nz> lie-2.2.2.ebuild:
cleaning of the ebuild.
diff --git a/sci-mathematics/lie/Manifest b/sci-mathematics/lie/Manifest
index df3e3c175..0b76930be 100644
--- a/sci-mathematics/lie/Manifest
+++ b/sci-mathematics/lie/Manifest
@@ -1,6 +1,6 @@
AUX lie-2.2.2-make.patch 4665 RMD160 c37324244e80c50cac591f909d3b279f26428d73 SHA1 637674b22abd6fb3bf26f7ff43ab349dcdcc0100 SHA256 62c87afe8b0fcffa02dad069ffb0ab27d2ca32ffb0161ed071971a6b982904fa
-AUX parrallelmake-lie-2.2.2.patch 332 RMD160 dd5d9f81e62f81e2c029c12a4788fde28814aacf SHA1 ca20ec373faf7a57be0daeef6b1f3aa6c9b89085 SHA256 f6e952508a820945031786039c54978ed78e0ec8893b7c7bc9b53b5e0e4b0bdd
+AUX parrallelmake-lie-2.2.2.patch 926 RMD160 ce4304114eeaebe399bbd4c1e6c19c9b0511240f SHA1 77e6a8daf62fcf59660a5e30c53cb440ed68ffad SHA256 0e1eea2a227ddded526fe7e40d837e7c7e498fe2b847f330d55b79745d267470
DIST conLiE.tar.gz 361170 RMD160 3a0ff7e62db3de194222d0d5bd5fab8390ef8537 SHA1 92eb9283868cc46ae0b87c4dfd6f13631e046bee SHA256 6eac244471abb730811a05c8cb0b36eb7f8285cd18a03b956dadcf80ef1f0961
EBUILD lie-2.2.2.ebuild 1078 RMD160 dbc6fe71db218c255967fba519c3353eabc9cea0 SHA1 92786c226bbb8136a9b088fbec2a8d119b1eabca SHA256 5134bc7e7f0ce1dad139ff0dffaeaf280189e43483542b0066e4539a4b4ce37e
-MISC ChangeLog 334 RMD160 991a2bdf4a5fd240c65c2728ef56ac2b59a35f47 SHA1 9afe206b19352374ca222cf018459222dc1b1018 SHA256 f901cb55ca9387327ef05ab236f758f1d1e9e7ff7ca691a20d331959f6085b36
+MISC ChangeLog 505 RMD160 2cf9ed4366008eb4ece430fd7d899efc43dd37df SHA1 e7cfb143bbc9360069da388a794e43e2bffe2606 SHA256 053b7825a466017c7a218bb456bd0d3062f8e3a0c2a160a66d4d0aef07f57873
MISC metadata.xml 490 RMD160 86d74e0315fd46dcb1ef92be92e9c399c6ad596c SHA1 30ddf33d8bc318eb3eba19600719de1126da5ee1 SHA256 2c4512011eb778ff4063be3a181a00266912cf9ec962d142dc5c36b5008316ff
diff --git a/sci-mathematics/lie/files/parrallelmake-lie-2.2.2.patch b/sci-mathematics/lie/files/parrallelmake-lie-2.2.2.patch
index 27b4a7fd7..4880e2324 100644
--- a/sci-mathematics/lie/files/parrallelmake-lie-2.2.2.patch
+++ b/sci-mathematics/lie/files/parrallelmake-lie-2.2.2.patch
@@ -1,6 +1,18 @@
---- Makefile.orig 2009-02-24 12:17:54.000000000 +1300
-+++ Makefile 2009-02-24 12:18:10.000000000 +1300
-@@ -131,7 +131,7 @@
+--- Makefile.orig 2000-04-07 19:46:28.000000000 +1200
++++ Makefile 2009-11-03 22:31:29.000000000 +1300
+@@ -82,9 +82,9 @@
+ # been set to the most recent one of object files in the respective
+ # subdirectories, whence taking that dummy file as dependency suffices.
+
+-date.o: date.c $(objects) box/.last_compiled static/.last_compiled
++date.o: date.c $(objects) math_functions binding_functions box/.last_compiled static/.last_compiled
+ $(CC) -ansi -c date.c
+-gapdate.o: date.c $(GAP_objects) box/.last_compiled static/.last_compiled
++gapdate.o: date.c $(GAP_objects) math_functions binding_functions box/.last_compiled static/.last_compiled
+ $(CC) -ansi -c -o gapdate.o date.c
+
+ Lie.exe: date.o
+@@ -115,7 +115,7 @@
learnind: util/learnind.c
$(MAKE) -C util ../learnind