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
7380de8e
Commit
7380de8e
authored
10 years ago
by
Todd Gamblin
Browse files
Options
Downloads
Patches
Plain Diff
Change git URL to https URL in all docs.
parent
39acca4b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
lib/spack/docs/getting_started.rst
+1
-1
1 addition, 1 deletion
lib/spack/docs/getting_started.rst
lib/spack/docs/index.rst
+1
-1
1 addition, 1 deletion
lib/spack/docs/index.rst
with
3 additions
and
3 deletions
README.md
+
1
−
1
View file @
7380de8e
...
...
@@ -22,7 +22,7 @@ for examples and highlights.
To install spack and install your first package:
$ git clone
git@
github.com
:
scalability-llnl/spack.git
$ git clone
https://
github.com
/
scalability-llnl/spack.git
$ cd spack/bin
$ ./spack install libelf
...
...
This diff is collapsed.
Click to expand it.
lib/spack/docs/getting_started.rst
+
1
−
1
View file @
7380de8e
...
...
@@ -9,7 +9,7 @@ Getting spack is easy. You can clone it from the `github repository
.. code-block:: sh
$ git clone
git@
github.com
:
scalability-llnl/spack.git
$ git clone
https://
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
...
...
This diff is collapsed.
Click to expand it.
lib/spack/docs/index.rst
+
1
−
1
View file @
7380de8e
...
...
@@ -29,7 +29,7 @@ package:
.. code-block:: sh
$ git clone
git@
github.com
:
scalability-llnl/spack.git
$ git clone
https://
github.com
/
scalability-llnl/spack.git
$ cd spack/bin
$ ./spack install libelf
...
...
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