mongochem-0.7.0-r1.ebuild 746 B

1234567891011121314151617181920212223242526272829
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. CMAKE_MAKEFILE_GENERATOR="ninja"
  5. inherit cmake-utils vcs-snapshot
  6. DESCRIPTION="Application for managing large collections of chemical data"
  7. HOMEPAGE="http://www.openchemistry.org/"
  8. #SRC_URI="http://openchemistry.org/files/v0.5/${P}.tar.gz"
  9. SRC_URI="https://github.com/OpenChemistry/mongochem/archive/df36ebce92024dd4fd1c70eb37eb84e4c51120ff.tar.gz -> ${P}.tar.gz"
  10. SLOT="0"
  11. LICENSE="BSD"
  12. KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
  13. IUSE=""
  14. RDEPEND="
  15. dev-libs/boost[threads]
  16. dev-libs/mongo-cxx-driver
  17. sci-libs/avogadrolibs[qt4]
  18. sci-libs/chemkit
  19. sci-libs/vtk[qt4,rendering]
  20. sci-chemistry/molequeue
  21. "
  22. DEPEND="${RDEPEND}"