Todd Gamblin
a8ccb8e116
copyrights: update all files with license headers for 2021
...
- [x] add `concretize.lp`, `spack.yaml`, etc. to licensed files
- [x] update all licensed files to say 2013-2021 using
`spack license update-copyright-year`
- [x] appease mypy with some additions to package.py that needed
for oneapi.py
2021-01-02 12:12:00 -08:00
Jon Rood
041fcbfa59
Gnuplot also depends on libsm with +wx. ( #17575 )
2020-08-02 16:46:42 -05:00
Tom Payerle
0fb671a19e
Gnuplot fix 16928 ( #16929 )
...
* gnuplot: Fix for #16928
Dependency for --with-wx flag mistyped (should be wxwidgets)
* Revert "gnuplot: Fix for #16928 "
This reverts commit 2b85814e5c
.
* gnuplot: Fix for #16928
Dependency spec for --with-wx flag mistyped (should be wxwidgets, not
wx)
2020-06-03 22:08:07 -05:00
iarspider
27e4a4750d
Hack to select iconv implementation - libiconv vs. libc iconv ( #15437 )
...
(re-do of #15213 due to changes in gnupg recipe)
2020-03-28 09:10:31 -05:00
darmac
f745b790f3
gnuplot: added v5.2.8 ( #14776 )
2020-02-06 10:34:04 +01:00
Todd Gamblin
4af6303086
copyright: update copyright dates for 2020 ( #14328 )
2019-12-30 22:36:56 -08:00
Todd Gamblin
62927654dd
checksums: use sha256 checksums everywhere
...
We'd like to use a consistent checksum scheme everywhere so that we can:
a) incorporate archive checksums into our specs and have a
consistent hashing algorithm across all specs.
b) index mirrors with a consistent type of checksum, and not one that
is dependent on how spack packages are written.
- [x] convert existing md5, sha224, sha512, sha1 checksums to sha256
2019-10-12 07:19:43 -07:00
Denis Davydov
79bd6bbd04
gnuplot: add 5.2.7 and fix qt dep ( #13058 )
2019-10-06 14:28:34 -05:00
Adam J. Stewart
482152e092
Add py-wxpython package ( #12163 )
2019-07-30 17:13:32 -05:00
Todd Gamblin
6f50cd52ed
copyright: update license headers for 2013-2019 copyright.
2019-01-01 00:44:28 -08:00
Denis Davydov
e04adbca66
gnuplot: add X11 dependency and QT terminal ( #9722 )
2018-11-12 18:45:27 -06:00
Denis Davydov
23726617ba
Updated octave and gnuplot versions ( #9660 )
...
* octave: add 4.2.2, 4.4.0 and 4.4.1
* gnuplot: add 5.2.5
2018-10-29 09:32:30 +01: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
Denis Davydov
5794f432a9
gnuplot: add 5.2.2 ( #7831 )
2018-04-21 10:24:36 -05:00
Todd Gamblin
54f97d1dec
Update copyright on LLNL files for 2018. ( #7592 )
2018-03-24 12:13:52 -07:00
Michael Kuhn
5bbbfe9446
Introduce virtual dependency pkgconfig ( #5198 )
...
There are two providers, pkgconf and pkg-config, with the former being
the default provider.
2017-11-23 08:05:38 -07: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
Denis Davydov
c2094a11e3
gnuplot: add 5.2.0 and 5.0.7 ( #5979 )
2017-10-27 08:20:34 +02: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
623e7cb7b6
Add latest version of gnuplot ( #4418 )
2017-06-02 08:04:47 -05:00
Denis Davydov
0b948da74c
gnuplot: fixed broken package and add variants ( #3185 )
...
* gnuplot: fix conflict in header via a simple patch; add variants
* gtkplus: fix missing dependency
* wx: fix build on macOS; switch to AutotoolsPackage
* gnuplot: add missing dependencies
* wx: put back parallel build
2017-03-12 09:37:26 -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
c65fd3a289
Merge branch 'develop' into mplegendre-multi_pkgsrc_roots
...
Conflicts:
lib/spack/spack/cmd/create.py
lib/spack/spack/cmd/extensions.py
lib/spack/spack/cmd/fetch.py
lib/spack/spack/cmd/uninstall.py
lib/spack/spack/config.py
lib/spack/spack/database.py
lib/spack/spack/directory_layout.py
lib/spack/spack/packages.py
lib/spack/spack/spec.py
2015-12-25 16:35:55 -08:00