Skip to content

Commit

Permalink
Corrected known issues and prerequisite links
Browse files Browse the repository at this point in the history
  • Loading branch information
gcomoretto committed Jul 10, 2018
1 parent 78409d8 commit 76105aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 22 deletions.
4 changes: 2 additions & 2 deletions install/prereqs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ The LSST Science Pipelines require Python 3.6 or newer.
Both the :doc:`newinstall.sh <../newinstall>` and :doc:`lsstsw <../lsstsw>`\ -based installation methods provide dedicated Miniconda environments pre-loaded with Python dependencies.
If you opt to use your own Python, you can re-create the default Python environment made by :command:`newinstall.sh` and ``lsstsw`` with these Conda environments:

- `macOS <https://github.com/lsst/lsstsw/blob/master/etc/conda3_packages-osx-64.txt>`_.
- `Linux <https://github.com/lsst/lsstsw/blob/master/etc/conda3_packages-linux-64.txt>`_.
- `macOS <https://github.com/lsst/lsstsw/blob/16.0/etc/conda3_packages-osx-64.txt>`_.
- `Linux <https://github.com/lsst/lsstsw/blob/16.0/etc/conda3_packages-linux-64.txt>`_.

.. _optional-deps:

Expand Down
8 changes: 4 additions & 4 deletions known-issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Binary installation issues
Cross Platform
--------------

- In case the release is executed using a different package baseline, errors
may be found. See issues :jirab:`DM-15040` and :jirab:`DM-15041` as an example.
See :ref:`release-v16-0-scope` for detailed package baseline.

- The installation is only tested with the Conda environment provided by the <newinstall.sh>
or <lsstsw> installation methods. You may attempt to install ``lsst_distrib`` without this
Conda environment provided that you also install the packages listed in :ref:`prereq-platforms`,
though these installations may not behave as expected. See :jira:`DM-15040` and :jira:`DM-15041`.

Red Hat (and clones) specific
-----------------------------
Expand Down
16 changes: 0 additions & 16 deletions releases/note-source/v16_0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,6 @@ Summer 2018 Release (v16_0)
These release notes highlight significant changes to the Science Pipelines codebase which are likely to be of wide interest.
For a complete list of changes, see :ref:`release-v16-0-tickets`.

.. _release-v16-0-scope:

Release 16.0 Scope
------------------

The scope of the release is to be executed on a controlled environment.
It has been proven to run on newinstall.sh environment, and it is expected
to run without problems on a package baseline that corresponds to what
installed by newinstall.sh version 16.0.

Any deviation from that baseline may imply that that the results are
different from the expected ones, i.e. running the corresponding 16.0
demo package.


.. _release-v16-0-major-changes:

Major Functionality and Interface Changes
Expand All @@ -55,7 +40,6 @@ Major Functionality and Interface Changes
- :ref:`release-v16-0-starselector`
- :ref:`release-v16-0-selectimages`


.. _release-v16-0-new-geom:

Reworked “geom” package, replacing much of “afw.geom”
Expand Down

0 comments on commit 76105aa

Please sign in to comment.