diff options
author | Martin Pokorny <mpokorny@nrao.edu> | 2020-01-17 19:02:51 -0700 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2020-01-17 20:02:51 -0600 |
commit | cacd57d3401c48490870df2a9c1b7ab51d0e5065 (patch) | |
tree | 245c8204621f1129c29c40d0bf43c69b7fae8b7c /.github/workflows/minimum_python_versions.yaml | |
parent | c6a691182151341fbc554365903115bd834288bf (diff) | |
download | spack-cacd57d3401c48490870df2a9c1b7ab51d0e5065.tar.gz spack-cacd57d3401c48490870df2a9c1b7ab51d0e5065.tar.bz2 spack-cacd57d3401c48490870df2a9c1b7ab51d0e5065.tar.xz spack-cacd57d3401c48490870df2a9c1b7ab51d0e5065.zip |
Updates to casacore package (#14552)
* Add +cfitsio variant to wcslib dependency
* Replace ncurses dependency with readline dependency
casacore explicitly may depend on readline, not ncurses
* Add workaround for casacore's readline dependency
casacore optionally depends upon readline, but it's CMakeLists.txt provides no
user control over whether or not readline becomes a dependency. As readline is
often present by default on systems, it's better for this package to explicitly
depend on readline in order to prevent linking to whatever system version of the
library happens to be found during the build process. This should be considered
a workaround until casacore's CMakeLists.txt is fixed.
* Apply workaround for casacore's dependency on SOFA
Similar to the issues with casacore's readline dependency, casacore's optional
dependency on SOFA does not provide the user with a means of controlling the
dependency during build time. Unlike the readline library, the SOFA library is
unlikely to exist on most systems by default. As the SOFA dependency is only
optionally used for testing casacore, requiring it by default is not a good
workaround. Until casacore's CMakeLists.txt is fixed, this variant has been
removed to avoid unexpected library dependencies in the installed package.
* Add newer casacore versions
* Add mpokorny to maintainer field
Diffstat (limited to '.github/workflows/minimum_python_versions.yaml')
0 files changed, 0 insertions, 0 deletions