diff options
author | George Hartzell <hartzell@alerce.com> | 2017-04-25 21:04:20 -0700 |
---|---|---|
committer | Massimiliano Culpo <massimiliano.culpo@googlemail.com> | 2017-04-26 06:04:20 +0200 |
commit | 33c9a91d853da82dccf3d244e06c0c3db0061c9a (patch) | |
tree | 5793549ef6ce2e59fdb4b64b2d85771f04002bb5 /.gitignore | |
parent | d04ae9a2b4c19e45c99f3af3c6d6a2599486ee05 (diff) | |
download | spack-33c9a91d853da82dccf3d244e06c0c3db0061c9a.tar.gz spack-33c9a91d853da82dccf3d244e06c0c3db0061c9a.tar.bz2 spack-33c9a91d853da82dccf3d244e06c0c3db0061c9a.tar.xz spack-33c9a91d853da82dccf3d244e06c0c3db0061c9a.zip |
Make perl and python variants (#3992)
The blast+ configure script supports building
--with-{python,perl}=path and --without-{python,perl}.
This commit makes the use of those two languages configurable via
variants and adds dependencies and explicit --with-... or
--without-... flags to configure.
Python was a non-optional dependency, now it is a variant that
defaults to `True`.
Perl was not previously an explicit dependency but the configure
script was likely to discover one on your system (`/usr/bin/perl`).
It is now a variant that defaults to `True`.
I am unable to accurately determine what these flags to the configure
script enable. My users are frustrated by the dependency on Python in
particular because it constrains the other modules that they can have
loaded for new discernible benefit.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions