summaryrefslogtreecommitdiff
path: root/sci-chemistry/apbs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-10-22 11:09:47 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-10-22 11:09:47 +0100
commit64e107b9b6058580ff0432107eb37cefb0b2a7d8 (patch)
tree9a44e603e2ae365e2b1fe35ac37f73e830cdee1d /sci-chemistry/apbs
parent957235cf19a691360c720f7913672adda4258ed0 (diff)
gentoo resync : 22.10.2018
Diffstat (limited to 'sci-chemistry/apbs')
-rw-r--r--sci-chemistry/apbs/Manifest2
-rw-r--r--sci-chemistry/apbs/apbs-1.4.1-r2.ebuild24
2 files changed, 15 insertions, 11 deletions
diff --git a/sci-chemistry/apbs/Manifest b/sci-chemistry/apbs/Manifest
index 912658bff2af..d83109851ca0 100644
--- a/sci-chemistry/apbs/Manifest
+++ b/sci-chemistry/apbs/Manifest
@@ -2,5 +2,5 @@ AUX apbs-1.4.1-manip.patch 1522 BLAKE2B 4a30aadc2d80fef5d813ea29f20073b6c4d1cefe
AUX apbs-1.4.1-multilib.patch 3301 BLAKE2B 4268a21ec878d780c7a1efe433bf2c82ef2e72f49a6071b6df695bf672ee999be9c29fed06e949b80cc230333d8deca1094c946662ec657d31e3b6f86e873969 SHA512 cdd72fd23a57ee8413f72bf674ae246543b1c9f326727ff07c3b8848d59f98ab7d2daf28677460cb4726f919832079c1d280bcdc86a8bef5c0875583c789b7c0
AUX apbs-1.4.1-python.patch 4109 BLAKE2B 25193eb227ab9d34f3f636b6264bdbaecdbe48747220582b39798c5c6631bdc7731645f66096dbf659c9eea7f31c8e20c0944796f8f89d995a4cd2712be91a3b SHA512 369c0fa08187ba80d8ce72542fc2942f28426beed39619dd6a90a9ef8dfecb47ea6dc7aa20994629a69d63b55d72d1f837c442744bf5499a942bf312f6723092
DIST apbs-1.4.1.zip 37999283 BLAKE2B 2301deb7ab4eb2f20098cf63df180bb53189e42a89cd5559357cdcf08e84d27a44eafe8557bb460574802d24d29741ad4606dc3bd7f32911d0d0f2c7453d6470 SHA512 3a127af3940054e5a43b3c0c620507f4f9baa69049e5a0933d8e8825458ad2faba840392752de49fe68d91e2054fb1394cf87bb5bb1c0b48305368e2f404cf6a
-EBUILD apbs-1.4.1-r2.ebuild 3117 BLAKE2B 0d5b38d97ab3c9917b4b4ced1cd5a5ff20dc03522bbedc3492ff2276b59f41b48a3b48cc97a660144afda07fc677f131e56293b8467a27cc3bab70cef0a7bfa3 SHA512 e8f20517537119640c8f12accdcc37a2f25b30d3b25923f54a5bff3c88b679219f029b49ae96ac66acf04599877f1b33289e1ce15462a0e7a6a4cd5f979ac3fc
+EBUILD apbs-1.4.1-r2.ebuild 3140 BLAKE2B b31ecbf8ddb9e8824917cb7c79ba5239957e1723c56a60b9b20aa6d818a0140ce0e4ace7691ac9663d0e38f99b5d851b529b1355b965d071d7e6b65566763bf9 SHA512 e97100de2ed58f60b414cead8aea44d53178f2b28ca016c9fa4a783993b3be0c66a53eb541e4679f58bc3054e18ab8866bef1a31b817cf62031b65ad3044e1a5
MISC metadata.xml 1048 BLAKE2B 53a61bd7e05e53b294f0cbd1a21b86f391429ad5f23a545e7cbb27625b152589247a08db06c5d7f6658425de032be970fae0230ad1ac14ac4f6de42663d6c97c SHA512 7d68049cb9b044676430fe879890cc4cd869b99f85696f579d9cbf3b156081301792fd7f03205a9b9d429d71c9a35b4815f4236573f68d3ef6b4718e6e1f0bb3
diff --git a/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild b/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild
index aecbcd3ce745..108e43bf904b 100644
--- a/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild
+++ b/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -11,7 +11,7 @@ inherit cmake-utils distutils-r1 flag-o-matic multilib toolchain-funcs
GITHUB_REV="74fcb8676de69ed04ddab8976a8b05a6caaf4d65"
DESCRIPTION="Evaluation of electrostatic properties of nanoscale biomolecular systems"
-HOMEPAGE="http://www.poissonboltzmann.org/apbs/"
+HOMEPAGE="https://www.poissonboltzmann.org/apbs/"
#SRC_URI="mirror://sourceforge/${PN}/${P}-source.tar.gz"
SRC_URI="https://github.com/Electrostatics/apbs-pdb2pqr/archive/${GITHUB_REV}.zip -> ${P}.zip"
@@ -28,18 +28,18 @@ REQUIRED_USE="
RDEPEND="
dev-cpp/eigen:3
dev-libs/maloc[mpi=]
- virtual/blas
sys-libs/readline
+ virtual/blas
fetk? (
- sci-libs/fetk
sci-libs/amd
- sci-libs/umfpack
+ sci-libs/fetk
sci-libs/superlu
+ sci-libs/umfpack
)
mpi? ( virtual/mpi )
python? ( ${PYTHON_DEPS} )
"
-DEPEND="${DEPEND}
+DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen )
"
@@ -63,7 +63,8 @@ src_prepare() {
use doc && MAKEOPTS+=" -j1"
if use python; then
unset PATCHES || die
- cd tools/python && distutils-r1_src_prepare
+ cd tools/python || die
+ distutils-r1_src_prepare
fi
}
@@ -92,7 +93,8 @@ src_configure() {
)
cmake-utils_src_configure
if use python; then
- cd tools/python && distutils-r1_src_configure
+ cd tools/python || die
+ distutils-r1_src_configure
fi
}
@@ -100,7 +102,8 @@ src_compile(){
cmake-utils_src_compile
if use python; then
append-ldflags -L"${S}"/lib
- cd tools/python && distutils-r1_src_compile
+ cd tools/python || die
+ distutils-r1_src_compile
fi
}
@@ -121,7 +124,8 @@ src_install() {
fi
done
if use python; then
- cd tools/python && distutils-r1_src_install
+ cd tools/python || die
+ distutils-r1_src_install
rm -rf "${ED}"/usr/share/apbs/tools/python || die
fi
}