Armadillo-8.400.0-foss-2018b.eb 747 B

1234567891011121314151617181920212223
  1. name = 'Armadillo'
  2. version = '8.400.0'
  3. homepage = 'http://arma.sourceforge.net/'
  4. description = """Armadillo is an open-source C++ linear algebra library (matrix maths) aiming towards
  5. a good balance between speed and ease of use. Integer, floating point and complex numbers are supported,
  6. as well as a subset of trigonometric and statistics functions."""
  7. toolchain = {'name': 'foss', 'version': '2018b'}
  8. source_urls = ['http://sourceforge.net/projects/arma/files']
  9. sources = [SOURCELOWER_TAR_XZ]
  10. checksums = ['5cb6bc2f457a9d6a0758cfb15c418d48289909daccd79d0e428452029285dd9b']
  11. dependencies = [
  12. ('Boost', '1.67.0'),
  13. ('arpack-ng', '3.5.0'),
  14. ('Python', '2.7.15'),
  15. ]
  16. builddependencies = [('CMake', '3.11.4')]
  17. moduleclass = 'numlib'