Skip to content
Snippets Groups Projects
Commit b8bb24d4 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Update README.md and LICENSE with new github.com/llnl URLs

parent 0356ba34
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ This file is part of Spack. ...@@ -5,7 +5,7 @@ This file is part of Spack.
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://github.com/llnl/spack
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License (as published by it under the terms of the GNU General Public License (as published by
......
![image](share/spack/logo/spack-logo-text-64.png "Spack") ![image](share/spack/logo/spack-logo-text-64.png "Spack")
============ ============
[![Build Status](https://travis-ci.org/scalability-llnl/spack.png?branch=develop)](https://travis-ci.org/scalability-llnl/spack) [![Build Status](https://travis-ci.org/llnl/spack.png?branch=develop)](https://travis-ci.org/llnl/spack)
Spack is a package management tool designed to support multiple Spack is a package management tool designed to support multiple
versions and configurations of software on a wide variety of platforms versions and configurations of software on a wide variety of platforms
...@@ -19,19 +19,19 @@ written in pure Python, and specs allow package authors to write a ...@@ -19,19 +19,19 @@ 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://scalability-llnl.github.io/spack/features.html) [Feature Overview](http://llnl.github.io/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:
$ git clone https://github.com/scalability-llnl/spack.git $ git clone https://github.com/llnl/spack.git
$ cd spack/bin $ cd spack/bin
$ ./spack install libelf $ ./spack install libelf
Documentation Documentation
---------------- ----------------
[**Full documentation**](http://scalability-llnl.github.io/spack) for Spack is [**Full documentation**](http://llnl.github.io/spack) for Spack is
the first place to look. the first place to look.
See also: See also:
...@@ -70,7 +70,7 @@ latest stable release. ...@@ -70,7 +70,7 @@ latest stable release.
Authors Authors
---------------- ----------------
Many thanks go to Spack's [contributors](https://github.com/scalability-llnl/spack/graphs/contributors). Many thanks go to Spack's [contributors](https://github.com/llnl/spack/graphs/contributors).
Spack was originally written by Todd Gamblin, tgamblin@llnl.gov. Spack was originally written by Todd Gamblin, tgamblin@llnl.gov.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment