Update documentation URL after switch to readthedocs (#1901)

This commit is contained in:
Adam J. Stewart
2016-10-04 13:47:25 -05:00
committed by Todd Gamblin
parent e9d4780bbc
commit 7806fded3e
8 changed files with 14 additions and 14 deletions

View File

@@ -39,7 +39,7 @@ class Cuda(Package):
Type, select runfile and click Download. Spack will search your Type, select runfile and click Download. Spack will search your
current directory for this file. Alternatively, add this file to a current directory for this file. Alternatively, add this file to a
mirror so that Spack can find it. For instructions on how to set up a mirror so that Spack can find it. For instructions on how to set up a
mirror, see http://software.llnl.gov/spack/mirrors.html mirror, see http://spack.readthedocs.io/en/latest/mirrors.html.
Note: This package does not currently install the drivers necessary Note: This package does not currently install the drivers necessary
to run CUDA. These will need to be installed manually. See: to run CUDA. These will need to be installed manually. See:

View File

@@ -9,7 +9,7 @@ class Daal(IntelInstaller):
Note: You will have to add the download file to a Note: You will have to add the download file to a
mirror so that Spack can find it. For instructions on how to set up a mirror so that Spack can find it. For instructions on how to set up a
mirror, see http://software.llnl.gov/spack/mirrors.html""" mirror, see http://spack.readthedocs.io/en/latest/mirrors.html"""
homepage = "https://software.intel.com/en-us/daal" homepage = "https://software.intel.com/en-us/daal"

View File

@@ -11,7 +11,7 @@ class IntelParallelStudio(IntelInstaller):
Note: You will have to add the download file to a Note: You will have to add the download file to a
mirror so that Spack can find it. For instructions on how to set up a mirror so that Spack can find it. For instructions on how to set up a
mirror, see http://software.llnl.gov/spack/mirrors.html""" mirror, see http://spack.readthedocs.io/en/latest/mirrors.html"""
homepage = "https://software.intel.com/en-us/intel-parallel-studio-xe" homepage = "https://software.intel.com/en-us/intel-parallel-studio-xe"

View File

@@ -77,7 +77,7 @@ class Intel(IntelInstaller):
Note: You will have to add the download file to a Note: You will have to add the download file to a
mirror so that Spack can find it. For instructions on how to set up a mirror so that Spack can find it. For instructions on how to set up a
mirror, see http://software.llnl.gov/spack/mirrors.html""" mirror, see http://spack.readthedocs.io/en/latest/mirrors.html"""
homepage = "https://software.intel.com/en-us/intel-parallel-studio-xe" homepage = "https://software.intel.com/en-us/intel-parallel-studio-xe"

View File

@@ -9,7 +9,7 @@ class Ipp(IntelInstaller):
Note: You will have to add the download file to a Note: You will have to add the download file to a
mirror so that Spack can find it. For instructions on how to set up a mirror so that Spack can find it. For instructions on how to set up a
mirror, see http://software.llnl.gov/spack/mirrors.html""" mirror, see http://spack.readthedocs.io/en/latest/mirrors.html"""
homepage = "https://software.intel.com/en-us/intel-ipp" homepage = "https://software.intel.com/en-us/intel-ipp"

View File

@@ -9,7 +9,7 @@ class Mkl(IntelInstaller):
Note: You will have to add the download file to a Note: You will have to add the download file to a
mirror so that Spack can find it. For instructions on how to set up a mirror so that Spack can find it. For instructions on how to set up a
mirror, see http://software.llnl.gov/spack/mirrors.html. mirror, see http://spack.readthedocs.io/en/latest/mirrors.html.
To set the threading layer at run time set MKL_THREADING_LAYER To set the threading layer at run time set MKL_THREADING_LAYER
variable to one of the following values: INTEL (default), SEQUENTIAL, PGI. variable to one of the following values: INTEL (default), SEQUENTIAL, PGI.

View File

@@ -36,7 +36,7 @@ class Pgi(Package):
architecture) to the format: pgi-<version>.tar.gz. Spack will search your architecture) to the format: pgi-<version>.tar.gz. Spack will search your
current directory for a file of this format. Alternatively, add this current directory for a file of this format. Alternatively, add this
file to a mirror so that Spack can find it. For instructions on how to file to a mirror so that Spack can find it. For instructions on how to
set up a mirror, see http://software.llnl.gov/spack/mirrors.html""" set up a mirror, see http://spack.readthedocs.io/en/latest/mirrors.html"""
homepage = "http://www.pgroup.com/" homepage = "http://www.pgroup.com/"
url = "file://%s/pgi-16.3.tar.gz" % os.getcwd() url = "file://%s/pgi-16.3.tar.gz" % os.getcwd()

View File

@@ -29,14 +29,14 @@
class Turbomole(Package): class Turbomole(Package):
"""TURBOMOLE: Program Package for ab initio Electronic Structure """TURBOMOLE: Program Package for ab initio Electronic Structure
Calculations. NB: Requires a license to download.""" Calculations.
# NOTE: Turbomole requires purchase of a license to download. Go to the Note: Turbomole requires purchase of a license to download. Go to the
# NOTE: Turbomole home page, http://www.turbomole-gmbh.com, for details. Turbomole home page, http://www.turbomole-gmbh.com, for details.
# NOTE: Spack will search the current directory for this file. It is Spack will search the current directory for this file. It is
# NOTE: probably best to add this file to a Spack mirror so that it can be probably best to add this file to a Spack mirror so that it can be
# NOTE: found from anywhere. For information on setting up a Spack mirror found from anywhere. For information on setting up a Spack mirror
# NOTE: see http://software.llnl.gov/spack/mirrors.html see http://spack.readthedocs.io/en/latest/mirrors.html"""
homepage = "http://www.turbomole-gmbh.com/" homepage = "http://www.turbomole-gmbh.com/"