diff options
author | Matthias Maier <tamiko@gentoo.org> | 2018-04-24 11:17:48 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2018-04-24 11:18:50 -0500 |
commit | 36365fb574a4be222056c6d33fdcfccc362c0b3f (patch) | |
tree | f66134f8e497b0e0f2f92e00bc5160d4c2788013 /sci-libs/netcdf | |
parent | sci-libs/sundials: remove unused configure option (diff) | |
download | gentoo-36365fb574a4be222056c6d33fdcfccc362c0b3f.tar.gz gentoo-36365fb574a4be222056c6d33fdcfccc362c0b3f.tar.bz2 gentoo-36365fb574a4be222056c6d33fdcfccc362c0b3f.zip |
sci-libs/netcdf: remove unused configure options
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'sci-libs/netcdf')
-rw-r--r-- | sci-libs/netcdf/netcdf-4.6.1.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sci-libs/netcdf/netcdf-4.6.1.ebuild b/sci-libs/netcdf/netcdf-4.6.1.ebuild index 69b0804fd8bd..29e459757a76 100644 --- a/sci-libs/netcdf/netcdf-4.6.1.ebuild +++ b/sci-libs/netcdf/netcdf-4.6.1.ebuild @@ -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 \ |