diff options
author | Christoph Junghans <junghans@gentoo.org> | 2018-08-31 10:55:01 -0600 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2018-08-31 10:57:43 -0600 |
commit | 3f21137b03748c2afae69ce6e304cb607301570a (patch) | |
tree | bf111859056eb093abdeee1b69ed6da9c886f466 /sci-physics/lammps | |
parent | sys-fs/lvm2: missing libaio dep (diff) | |
download | gentoo-3f21137b03748c2afae69ce6e304cb607301570a.tar.gz gentoo-3f21137b03748c2afae69ce6e304cb607301570a.tar.bz2 gentoo-3f21137b03748c2afae69ce6e304cb607301570a.zip |
sci-physics/lammps: build lib in v20180822
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sci-physics/lammps')
-rw-r--r-- | sci-physics/lammps/lammps-20180822.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-physics/lammps/lammps-20180822.ebuild b/sci-physics/lammps/lammps-20180822.ebuild index dfa18f8327bf..e9add1ea4dc6 100644 --- a/sci-physics/lammps/lammps-20180822.ebuild +++ b/sci-physics/lammps/lammps-20180822.ebuild @@ -55,6 +55,7 @@ src_configure() { -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc" -DBUILD_SHARED_LIBS=ON -DBUILD_MPI=$(usex mpi) + -DBUILD_LIB=ON -DPKG_GPU=$(usex cuda) -DGPU_API=CUDA -DENABLE_TESTING=$(usex test) |