Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hpc-team
spack
Commits
5e9f4dc9
Unverified
Commit
5e9f4dc9
authored
Oct 10, 2020
by
谭九鼎
Committed by
GitHub
Oct 09, 2020
Browse files
Use https for links (#19244)
parent
47e253f7
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
5e9f4dc9
...
...
@@ -606,4 +606,4 @@ version of all the changes since `v0.9.1`.
-
Switched from
`nose`
to
`pytest`
for unit tests.
-
Unit tests take 1 minute now instead of 8
-
Massively expanded documentation
-
Docs are now hosted on
[
spack.readthedocs.io
](
http://spack.readthedocs.io
)
-
Docs are now hosted on
[
spack.readthedocs.io
](
http
s
://spack.readthedocs.io
)
README.md
View file @
5e9f4dc9
...
...
@@ -21,7 +21,7 @@ builds of the same package. With Spack, you can build your software
*all*
the ways you want to.
See the
[
Feature Overview
](
http://spack.readthedocs.io/en/latest/features.html
)
[
Feature Overview
](
http
s
://spack.readthedocs.io/en/latest/features.html
)
for examples and highlights.
To install spack and your first package, make sure you have Python.
...
...
@@ -34,14 +34,14 @@ Then:
Documentation
----------------
[
**Full documentation**
](
http://spack.readthedocs.io/
)
is available, or
[
**Full documentation**
](
http
s
://spack.readthedocs.io/
)
is available, or
run
`spack help`
or
`spack help --all`
.
Tutorial
----------------
We maintain a
[
**hands-on tutorial**
](
http://spack.readthedocs.io/en/latest/tutorial.html
)
.
[
**hands-on tutorial**
](
http
s
://spack.readthedocs.io/en/latest/tutorial.html
)
.
It covers basic to advanced usage, packaging, developer features, and large HPC
deployments. You can do all of the exercises on your own laptop using a
Docker container.
...
...
@@ -75,7 +75,7 @@ Your PR must pass Spack's unit tests and documentation tests, and must be
[
PEP 8
](
https://www.python.org/dev/peps/pep-0008/
)
compliant. We enforce
these guidelines with our CI process. To run these tests locally, and for
helpful tips on git, see our
[
Contribution Guide
](
http://spack.readthedocs.io/en/latest/contribution_guide.html
)
.
[
Contribution Guide
](
http
s
://spack.readthedocs.io/en/latest/contribution_guide.html
)
.
Spack's
`develop`
branch has the latest contributions. Pull requests
should target
`develop`
, and users who want the latest package versions,
...
...
@@ -120,7 +120,7 @@ If you are referencing Spack in a publication, please cite the following paper:
*
Todd Gamblin, Matthew P. LeGendre, Michael R. Collette, Gregory L. Lee,
Adam Moody, Bronis R. de Supinski, and W. Scott Futral.
[
**The Spack Package Manager: Bringing Order to HPC Software Chaos**
](
http://www.computer.org/csdl/proceedings/sc/2015/3723/00/2807623.pdf
)
.
[
**The Spack Package Manager: Bringing Order to HPC Software Chaos**
](
http
s
://www.computer.org/csdl/proceedings/sc/2015/3723/00/2807623.pdf
)
.
In
*Supercomputing 2015 (SC’15)*
, Austin, Texas, November 15-20 2015. LLNL-CONF-669890.
License
...
...
lib/spack/docs/_gh_pages_redirect/index.html
View file @
5e9f4dc9
<html>
<head>
<meta
http-equiv=
"refresh"
content=
"0; url=http://spack.readthedocs.io/"
/>
<meta
http-equiv=
"refresh"
content=
"0; url=http
s
://spack.readthedocs.io/"
/>
</head>
<body>
<p>
This page has moved to
<a
href=
"http://spack.readthedocs.io/"
>
http://spack.readthedocs.io/
</a>
This page has moved to
<a
href=
"http
s
://spack.readthedocs.io/"
>
http
s
://spack.readthedocs.io/
</a>
</p>
</body>
</html>
lib/spack/docs/packaging_guide.rst
View file @
5e9f4dc9
...
...
@@ -3116,7 +3116,7 @@ differ from package to package. In order to make the ``install()`` method
independent
of
the
choice
of
``
Blas
``
implementation
,
each
package
which
provides
it
implements
``@
property
def
blas_libs
(
self
):``
to
return
an
object
of
`
LibraryList
<
http
://
spack
.
readthedocs
.
io
/
en
/
latest
/
llnl
.
util
.
html
#
llnl
.
util
.
filesystem
.
LibraryList
>`
_
`
LibraryList
<
http
s
://
spack
.
readthedocs
.
io
/
en
/
latest
/
llnl
.
util
.
html
#
llnl
.
util
.
filesystem
.
LibraryList
>`
_
type
which
simplifies
usage
of
a
set
of
libraries
.
The
same
applies
to
packages
which
provide
``
Lapack
``
and
``
ScaLapack
``.
Package
developers
are
requested
to
use
this
interface
.
Common
usage
cases
are
:
...
...
@@ -3151,7 +3151,7 @@ Package developers are requested to use this interface. Common usage cases are:
For
more
information
,
see
documentation
of
`
LibraryList
<
http
://
spack
.
readthedocs
.
io
/
en
/
latest
/
llnl
.
util
.
html
#
llnl
.
util
.
filesystem
.
LibraryList
>`
_
`
LibraryList
<
http
s
://
spack
.
readthedocs
.
io
/
en
/
latest
/
llnl
.
util
.
html
#
llnl
.
util
.
filesystem
.
LibraryList
>`
_
class
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment