Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Spack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eic_tools
Spack
Commits
402c158f
Commit
402c158f
authored
11 years ago
by
Todd Gamblin
Browse files
Options
Downloads
Patches
Plain Diff
Change to github URL in docs.
parent
ce9b3511
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/spack/docs/getting_started.rst
+4
-4
4 additions, 4 deletions
lib/spack/docs/getting_started.rst
lib/spack/docs/index.rst
+5
-3
5 additions, 3 deletions
lib/spack/docs/index.rst
with
9 additions
and
7 deletions
lib/spack/docs/getting_started.rst
+
4
−
4
View file @
402c158f
...
...
@@ -4,12 +4,12 @@ Getting Started
Download
--------------------
Getting spack is easy.
Clone it using `git <http://git-scm.com->`_
with the following
command:
Getting spack is easy.
You can clone it from the `github repository
<https://github.com/scalability-llnl/spack>`_ using this
command:
.. code-block:: sh
$ git clone
ssh://git@cz-stash.llnl.gov:7999/scale
/spack.git
$ git clone
git@github.com:scalability-llnl
/spack.git
This will create a directory called ``spack``. We'll assume that the
full path to this directory is in some environment called
...
...
@@ -19,7 +19,7 @@ to go:
.. code-block:: sh
$ export PATH=spack/bin:$SPACK_HOME
$ spack install
mpich
$ spack install
libelf
In general, most of your interactions with Spack will be through the
``spack`` command.
...
...
This diff is collapsed.
Click to expand it.
lib/spack/docs/index.rst
+
5
−
3
View file @
402c158f
...
...
@@ -23,13 +23,15 @@ single build script for many different builds of the same package.
See the :doc:`features` for examples and highlights.
Get spack and install your first package:
Get spack from the `github repository
<https://github.com/scalability-llnl/spack>`_ and install your first
package:
.. code-block:: sh
$ git clone
ssh://git@cz-stash.llnl.gov:7999/scale
/spack.git
$ git clone
git@github.com:scalability-llnl
/spack.git
$ cd spack/bin
$ ./spack install
mpich
$ ./spack install
libelf
If you're new to spack and want to start using it, see :doc:`getting_started`,
or refer to the full manual below.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment