Matthias Diener
ff67009161
libarchive: remove lzma dependency ( #10517 )
...
lzma was last updated in 2008 and has compilation
issues on some platforms. The format has been superceded
by xz (see e.g. https://tukaani.org/xz/ ).
2019-02-08 16:33:13 +01:00
Todd Gamblin
6f50cd52ed
copyright: update license headers for 2013-2019 copyright.
2019-01-01 00:44:28 -08:00
Todd Gamblin
eea786f4e8
relicense: replace LGPL headers with Apache-2.0/MIT SPDX headers
...
- remove the old LGPL license headers from all files in Spack
- add SPDX headers to all files
- core and most packages are (Apache-2.0 OR MIT)
- a very small number of remaining packages are LGPL-2.1-only
2018-10-17 14:42:06 -07:00
Todd Gamblin
54f97d1dec
Update copyright on LLNL files for 2018. ( #7592 )
2018-03-24 12:13:52 -07:00
Geoffrey Oxberry
a5758d97b3
libarchive@3.3.2: new version ( #7113 )
2018-01-31 13:39:58 +01:00
Todd Gamblin
05fa302655
Replace github.com/llnl/spack with github.com/spack/spack ( #6142 )
...
We moved to a new GitHub org! Now make the code and docs reflect that.
2017-11-04 17:08:04 -07:00
Michael Kuhn
84ae7872d3
Update copyright notices for 2017 ( #5295 )
2017-09-06 17:44:16 -10:00
Todd Gamblin
cac4362f64
Make LICENSE recognizable by GitHub. ( #4598 )
2017-06-24 22:22:55 -07:00
Adam J. Stewart
02f92fc7f8
Massive conversion from Package to AutotoolsPackage ( #2845 )
...
* Massive conversion from Package to AutotoolsPackage
* Forgot to convert p4est to AutotoolsPackage
* Fix typo
* Fix broken link in docs
2017-01-18 10:34:09 -08:00
Adam J. Stewart
eace068788
Use self.run_tests for make check
2016-08-24 15:21:23 -05:00
Adam J. Stewart
70bb1f1707
Reduce number of variants, just use system or no-system libs
2016-08-24 14:39:05 -05:00
Adam J. Stewart
5fc20487e4
Flake8 and formatting changes
2016-08-11 10:22:47 -05:00
Adam J. Stewart
534e1cbf1b
Some tests don't pass with Intel compilers
2016-08-11 10:20:08 -05:00
Adam J. Stewart
ee5e20dae3
Add dependencies to libarchive and cmake
2016-08-11 10:17:42 -05:00
Todd Gamblin
240f1fd223
Spack packages now PEP8 compliant.
2016-08-10 16:33:39 -07:00
Todd Gamblin
e7ced54369
Correct LLNL LGPL license template for clarity.
2016-05-11 21:22:25 -07:00
Todd Gamblin
89d5127900
New, cleaner package repository structure.
...
Package repositories now look like this:
top-level-dir/
repo.yaml
packages/
libelf/
package.py
mpich/
package.py
...
This leaves room at the top level for additional metadata, source,
per-repo configs, indexes, etc., and it makes it easy to see that
something is a spack repo (just look for repo.yaml and packages).
2015-11-26 14:19:27 -08:00