sci-libs/netcdf: remove unused configure options
authorMatthias Maier <tamiko@gentoo.org>
Tue, 24 Apr 2018 16:17:48 +0000 (11:17 -0500)
committerMatthias Maier <tamiko@gentoo.org>
Tue, 24 Apr 2018 16:18:50 +0000 (11:18 -0500)
Package-Manager: Portage-2.3.31, Repoman-2.3.9

sci-libs/netcdf/netcdf-4.6.1.ebuild

index 69b0804fd8bd65a63e05baf7c3c78d61425a75a4..29e459757a76828be93cf2ebfb319bb4589e6f23 100644 (file)
@@ -30,8 +30,6 @@ src_configure() {
        local myconf
        if use mpi; then
                export CC=mpicc
-               myconf="--enable-parallel"
-               use test && myconf+=" --enable-parallel-tests"
        fi
        econf "${myconf}" \
                --disable-examples \