Config.in 325 B

1234567891011
  1. config BR2_PACKAGE_PERL_MATH_PRIME_UTIL
  2. bool "perl-math-prime-util"
  3. depends on !BR2_STATIC_LIBS
  4. help
  5. Utilities related to prime numbers, including fast sieves and
  6. factoring.
  7. https://github.com/danaj/Math-Prime-Util
  8. comment "perl-math-prime-util needs a toolchain w/ dynamic library"
  9. depends on BR2_STATIC_LIBS