diff options
author | 2007-10-08 14:56:00 +0000 | |
---|---|---|
committer | 2007-10-08 14:56:00 +0000 | |
commit | 37eb15e9535c76d86656b6c1cd3eb0e5d9b86b17 (patch) | |
tree | 4c56310d905d85fa8fc6b8350fb6b9eb5772316a /sci-libs/itpp | |
parent | whitespace (diff) | |
download | historical-37eb15e9535c76d86656b6c1cd3eb0e5d9b86b17.tar.gz historical-37eb15e9535c76d86656b6c1cd3eb0e5d9b86b17.tar.bz2 historical-37eb15e9535c76d86656b6c1cd3eb0e5d9b86b17.zip |
whitespace
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'sci-libs/itpp')
-rw-r--r-- | sci-libs/itpp/Manifest | 8 | ||||
-rw-r--r-- | sci-libs/itpp/itpp-4.0.0_rc2.ebuild | 3 |
2 files changed, 5 insertions, 6 deletions
diff --git a/sci-libs/itpp/Manifest b/sci-libs/itpp/Manifest index dc378ce96d0d..1b22fd6a7a76 100644 --- a/sci-libs/itpp/Manifest +++ b/sci-libs/itpp/Manifest @@ -14,10 +14,10 @@ EBUILD itpp-3.99.3.1.ebuild 1673 RMD160 79115419711ef6c7a3e361ab140f3a2e99ab1a42 MD5 2321cf113487df7e3156a22f51c52e7a itpp-3.99.3.1.ebuild 1673 RMD160 79115419711ef6c7a3e361ab140f3a2e99ab1a42 itpp-3.99.3.1.ebuild 1673 SHA256 9407a68f5d8c3321a28745b719eb94dbd031b1462affdb751af3ebaaf7035942 itpp-3.99.3.1.ebuild 1673 -EBUILD itpp-4.0.0_rc2.ebuild 1869 RMD160 664eefe4d77f0620408cce320f26be48f74c7ee8 SHA1 843b02b7b06d856c9952b9617f51b6e359fb4a7d SHA256 a04f42f7fe5d1c7e85d8d64765dd1e1b7b35e4ba5db571406d8a7c151a6864a1 -MD5 a82693d13340ff41a5803323715ad6d3 itpp-4.0.0_rc2.ebuild 1869 -RMD160 664eefe4d77f0620408cce320f26be48f74c7ee8 itpp-4.0.0_rc2.ebuild 1869 -SHA256 a04f42f7fe5d1c7e85d8d64765dd1e1b7b35e4ba5db571406d8a7c151a6864a1 itpp-4.0.0_rc2.ebuild 1869 +EBUILD itpp-4.0.0_rc2.ebuild 1869 RMD160 a96567b1cb61c4f9e76491f47e2158c96b1df9d6 SHA1 36fb7dfbc40dab78f46dc58c5a1e20259a249905 SHA256 8a04b056ea2ef7bd0f1cf362af4778892bd7cf43bdca4781c95069512ba232c9 +MD5 1217b74e5fc797970ddea8afd6245f4e itpp-4.0.0_rc2.ebuild 1869 +RMD160 a96567b1cb61c4f9e76491f47e2158c96b1df9d6 itpp-4.0.0_rc2.ebuild 1869 +SHA256 8a04b056ea2ef7bd0f1cf362af4778892bd7cf43bdca4781c95069512ba232c9 itpp-4.0.0_rc2.ebuild 1869 MISC ChangeLog 8287 RMD160 16ab84883f589cbb742c170b7c046ab7a9f4060d SHA1 1b4637187b922de212cf3300018388ba7c8778ea SHA256 4b57b08d1a3a7ceb5480d3b4e891f78ecfb45dd0098c24ba7eb3ed79dd6ff07a MD5 b76a1f74a4d592a8650bf455327eba4a ChangeLog 8287 RMD160 16ab84883f589cbb742c170b7c046ab7a9f4060d ChangeLog 8287 diff --git a/sci-libs/itpp/itpp-4.0.0_rc2.ebuild b/sci-libs/itpp/itpp-4.0.0_rc2.ebuild index 4d5789716fbb..ff59e6b0d01c 100644 --- a/sci-libs/itpp/itpp-4.0.0_rc2.ebuild +++ b/sci-libs/itpp/itpp-4.0.0_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.0.0_rc2.ebuild,v 1.1 2007/10/08 13:16:42 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.0.0_rc2.ebuild,v 1.2 2007/10/08 14:56:00 mr_bones_ Exp $ inherit fortran flag-o-matic @@ -53,7 +53,6 @@ src_compile() { myconf="${myconf} --with-fft=-lfftw3" fi - if use minimal; then myconf="${myconf} --disable-comm --disable-fixed --disable-optim --disable-protocol --disable-signal --disable-srccode" fi |