GSL-2.3-intel-2017.02.eb 557 B

12345678910111213141516171819
  1. easyblock = 'ConfigureMake'
  2. name = 'GSL'
  3. version = '2.3'
  4. homepage = 'http://www.gnu.org/software/gsl/'
  5. description = """The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers.
  6. The library provides a wide range of mathematical routines such as random number generators, special functions
  7. and least-squares fitting."""
  8. toolchain = {'name': 'intel', 'version': '2017.02'}
  9. toolchainopts = {'unroll': True, 'pic': True}
  10. source_urls = [GNU_SOURCE]
  11. sources = [SOURCELOWER_TAR_GZ]
  12. configopts = "--with-pic"
  13. moduleclass = 'numlib'