summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2022-04-20 02:11:19 -0500
committerGitHub <noreply@github.com>2022-04-20 09:11:19 +0200
commit83533fc31f8d840f235c34e18e7a2b346e373c1e (patch)
treeedd0e5746fcb2883d79fcca2eeaab1e640dd6b99 /lib
parent0420c829c668372a3a50dcd296883f90cc241b24 (diff)
downloadspack-83533fc31f8d840f235c34e18e7a2b346e373c1e.tar.gz
spack-83533fc31f8d840f235c34e18e7a2b346e373c1e.tar.bz2
spack-83533fc31f8d840f235c34e18e7a2b346e373c1e.tar.xz
spack-83533fc31f8d840f235c34e18e7a2b346e373c1e.zip
PythonPackage docs: Spack now supports Windows (#30177)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/build_systems/pythonpackage.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/spack/docs/build_systems/pythonpackage.rst b/lib/spack/docs/build_systems/pythonpackage.rst
index 81fde67cf1..b246ed1445 100644
--- a/lib/spack/docs/build_systems/pythonpackage.rst
+++ b/lib/spack/docs/build_systems/pythonpackage.rst
@@ -645,8 +645,7 @@ are not yet in Spack, and Spack contains many Python packages that are
not yet in Anaconda. The main advantage of Spack over Anaconda is its
ability to choose a specific compiler and BLAS/LAPACK or MPI library.
Spack also has better platform support for supercomputers, and can build
-optimized binaries for your specific microarchitecture. On the other hand,
-Anaconda offers Windows support.
+optimized binaries for your specific microarchitecture.
^^^^^^^^^^^^^^^^^^^^^^
External documentation