aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tom111@gmx.de>2010-09-14 12:48:38 +0200
committerThomas Kahle <tom111@gmx.de>2010-09-14 12:48:38 +0200
commitfadaa48d4f38219393948027c480fb1ceefbe86d (patch)
tree57f36d63ac57ad59a080a52f9729389fc2628630 /sci-mathematics/petsc
parentNew package: sci-mathematics/petsc (diff)
downloadsci-fadaa48d4f38219393948027c480fb1ceefbe86d.tar.gz
sci-fadaa48d4f38219393948027c480fb1ceefbe86d.tar.bz2
sci-fadaa48d4f38219393948027c480fb1ceefbe86d.zip
Fix for petsc and adding license
Diffstat (limited to 'sci-mathematics/petsc')
-rw-r--r--sci-mathematics/petsc/ChangeLog3
-rw-r--r--sci-mathematics/petsc/Manifest4
-rw-r--r--sci-mathematics/petsc/petsc-3.1_p4.ebuild2
3 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/petsc/ChangeLog b/sci-mathematics/petsc/ChangeLog
index 4e78ecba4..e5d2bae3e 100644
--- a/sci-mathematics/petsc/ChangeLog
+++ b/sci-mathematics/petsc/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 14 Sep 2010; Thomas Kahle <tom111@gmx.de> petsc-3.1_p4.ebuild:
+ Fixing "${myconf}"
+
*petsc-3.1_p4 (13 Sep 2010)
13 Sep 2010; Thomas Kahle <tom111@gmx.de> +petsc-3.1_p4.ebuild,
diff --git a/sci-mathematics/petsc/Manifest b/sci-mathematics/petsc/Manifest
index d39fc8f3c..6ce1df974 100644
--- a/sci-mathematics/petsc/Manifest
+++ b/sci-mathematics/petsc/Manifest
@@ -1,6 +1,6 @@
AUX fix-configure-pic.patch 533 RMD160 f24a17f653d67f42cb13701b0798704bcae95ec0 SHA1 3508bdce47619f3b29d86da4792e63c152a8314c SHA256 cfe886eb1343841e6f1b47a8a7c9ad7be66616af48eff6fce9efab64ecfb2589
AUX fix-mpiuni.patch 456 RMD160 2e69463821de6c3279a3b04b3b4b149ee354fffe SHA1 6c754380ac2b737b3f57f8ee252916c27aaa63ea SHA256 df0765040477b6dddb5f0db595477a983fa7ad3bb431747ad4c812853cd77a75
DIST petsc-3.1-p4.tar.gz 15455558 RMD160 42d1c587ab1a2676f62de866afe8c43365a1b236 SHA1 4516e74e7ea349fed58b26963cfa3747ef07c62e SHA256 4e9abb2d6a07e49ba77459398871c3f91c50669979f7e9d5017009615d2a24af
-EBUILD petsc-3.1_p4.ebuild 4140 RMD160 83b6d5d7f8af7275bf278b5ab3bf20d024f9840a SHA1 9330a235095d9879face9c6d2fae48af58fef822 SHA256 886caa9ea78f9ef08349ad0867afefeab8ff0c550713f4522ca61b317471f54f
-MISC ChangeLog 362 RMD160 271f8d0af2f9068035d5c26ef20caa8c50e83939 SHA1 03da821dc26c1fbc47ce88b598088798865fac4c SHA256 4608c7dac23e71ded9fe2b6e572daf87869e04bf6463d603e15b4886b15a9b1c
+EBUILD petsc-3.1_p4.ebuild 4138 RMD160 32626757ecff1e6a512bb33fbededbb7bbf9326a SHA1 af5aeed15c6cfc12dbc3eb579fb244304a50e786 SHA256 413b705b42b9db6059176b21dd18089babab1f919b184d8195a841f3557034d1
+MISC ChangeLog 449 RMD160 017713027bd837e0aea936d871198fd02621bba1 SHA1 81e098c9f5db4491f422a1de48480ff8596be9c5 SHA256 79d0808891f9f2f2f2779bf135dea97ad3ba37843ee04993e097b9daca024744
MISC metadata.xml 270 RMD160 095cc24d79cf505fb399f4efe83c1fbd669a4777 SHA1 d694ac481815815d35bc28c0653b02b3c4bbcd08 SHA256 34185c01f89f4dac0de8133ad0d6f6e36f0e2c83f958a6cb03d0ae0f30fda007
diff --git a/sci-mathematics/petsc/petsc-3.1_p4.ebuild b/sci-mathematics/petsc/petsc-3.1_p4.ebuild
index 1cb5879b6..c793ec591 100644
--- a/sci-mathematics/petsc/petsc-3.1_p4.ebuild
+++ b/sci-mathematics/petsc/petsc-3.1_p4.ebuild
@@ -88,7 +88,7 @@ src_configure(){
myconf="${myconf} --with-debugging=0"
fi
- python "${S}"/config/configure.py "${myconf}" \
+ python "${S}"/config/configure.py ${myconf} \
CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" \
--with-windows-graphics=0 --with-matlab=0 --with-python=0 \
--with-clanguage="${mylang}" --with-single-library=1 \