Skip to content
Snippets Groups Projects
Commit 67f327f8 authored by Ian Lee's avatar Ian Lee
Browse files

Updated links to use new llnl.gov address

parent 7176e5ef
Branches
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ written in pure Python, and specs allow package authors to write a ...@@ -19,7 +19,7 @@ written in pure Python, and specs allow package authors to write a
single build script for many different builds of the same package. single build script for many different builds of the same package.
See the See the
[Feature Overview](http://llnl.github.io/spack/features.html) [Feature Overview](http://software.llnl.gov/spack/features.html)
for examples and highlights. for examples and highlights.
To install spack and install your first package: To install spack and install your first package:
...@@ -31,7 +31,7 @@ To install spack and install your first package: ...@@ -31,7 +31,7 @@ To install spack and install your first package:
Documentation Documentation
---------------- ----------------
[**Full documentation**](http://llnl.github.io/spack) for Spack is [**Full documentation**](http://software.llnl.gov/spack) for Spack is
the first place to look. the first place to look.
See also: See also:
......
...@@ -22,7 +22,7 @@ go: ...@@ -22,7 +22,7 @@ go:
$ spack install libelf $ spack install libelf
For a richer experience, use Spack's `shell support For a richer experience, use Spack's `shell support
<http://llnl.github.io/spack/basic_usage.html#environment-modules>`_: <http://software.llnl.gov/spack/basic_usage.html#environment-modules>`_:
.. code-block:: sh .. code-block:: sh
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# Written by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # Written by Todd Gamblin, tgamblin@llnl.gov, All rights reserved.
# LLNL-CODE-647188 # LLNL-CODE-647188
# #
# For details, see https://llnl.github.io/spack # For details, see https://software.llnl.gov/spack
# Please also see the LICENSE file for our notice and the LGPL. # Please also see the LICENSE file for our notice and the LGPL.
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# Written by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # Written by Todd Gamblin, tgamblin@llnl.gov, All rights reserved.
# LLNL-CODE-647188 # LLNL-CODE-647188
# #
# For details, see https://llnl.github.io/spack # For details, see https://software.llnl.gov/spack
# Please also see the LICENSE file for our notice and the LGPL. # Please also see the LICENSE file for our notice and the LGPL.
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# Written by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # Written by Todd Gamblin, tgamblin@llnl.gov, All rights reserved.
# LLNL-CODE-647188 # LLNL-CODE-647188
# #
# For details, see https://llnl.github.io/spack # For details, see https://software.llnl.gov/spack
# Please also see the LICENSE file for our notice and the LGPL. # Please also see the LICENSE file for our notice and the LGPL.
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# Written by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # Written by Todd Gamblin, tgamblin@llnl.gov, All rights reserved.
# LLNL-CODE-647188 # LLNL-CODE-647188
# #
# For details, see https://llnl.github.io/spack # For details, see https://software.llnl.gov/spack
# Please also see the LICENSE file for our notice and the LGPL. # Please also see the LICENSE file for our notice and the LGPL.
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# Written by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # Written by Todd Gamblin, tgamblin@llnl.gov, All rights reserved.
# LLNL-CODE-647188 # LLNL-CODE-647188
# #
# For details, see https://scalability-llnl.github.io/spack # For details, see https://scalability-software.llnl.gov/spack
# Please also see the LICENSE file for our notice and the LGPL. # Please also see the LICENSE file for our notice and the LGPL.
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
...@@ -34,7 +34,7 @@ def __init__(self): ...@@ -34,7 +34,7 @@ def __init__(self):
self.successCount = 0 self.successCount = 0
self.failCount = 0 self.failCount = 0
self.errorCount = 0 self.errorCount = 0
@property @property
def numberOfTestsRun(self): def numberOfTestsRun(self):
"""Excludes skipped tests""" """Excludes skipped tests"""
...@@ -48,10 +48,10 @@ def configure(self, options, conf): ...@@ -48,10 +48,10 @@ def configure(self, options, conf):
def addSuccess(self, test): def addSuccess(self, test):
self.successCount += 1 self.successCount += 1
def addError(self, test, err): def addError(self, test, err):
self.errorCount += 1 self.errorCount += 1
def addFailure(self, test, err): def addFailure(self, test, err):
self.failCount += 1 self.failCount += 1
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# Written by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # Written by Todd Gamblin, tgamblin@llnl.gov, All rights reserved.
# LLNL-CODE-647188 # LLNL-CODE-647188
# #
# For details, see https://llnl.github.io/spack # For details, see https://software.llnl.gov/spack
# Please also see the LICENSE file for our notice and the LGPL. # Please also see the LICENSE file for our notice and the LGPL.
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# Written by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # Written by Todd Gamblin, tgamblin@llnl.gov, All rights reserved.
# LLNL-CODE-647188 # LLNL-CODE-647188
# #
# For details, see https://llnl.github.io/spack # For details, see https://software.llnl.gov/spack
# Please also see the LICENSE file for our notice and the LGPL. # Please also see the LICENSE file for our notice and the LGPL.
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment