Ben Boeckel
71c357e485
qt: support building with 10.10+ SDKs
2016-09-06 16:00:21 -04:00
Ben Boeckel
aa9faceb03
qt: disable phonon support
2016-09-06 16:00:21 -04:00
Ben Boeckel
6075abfbdb
qt: depend on icu4c
2016-09-06 16:00:21 -04:00
Ben Boeckel
a9bfd88248
qt: depend on OpenSSL
...
OS X doesn't come with an OpenSSL supported by Qt4.
2016-09-06 16:00:21 -04:00
Ben Boeckel
4c566617f7
qt: make libxcb a conditional dependency
...
OS X doesn't have X (usually).
2016-09-06 16:00:21 -04:00
Ben Boeckel
5ba1144515
qt: create a dbus variant
2016-09-06 16:00:20 -04:00
Ben Boeckel
4b471ecc6e
qt: support detecting newer SDK paths
2016-09-06 15:59:46 -04:00
Todd Gamblin
a3f1ae8c4f
Merge pull request #1041 from adamjstewart/features/matplotlib
...
Matplotlib Python package overhaul
2016-08-28 21:22:44 -07:00
Ben Boeckel
826732efec
packages: mark builddeps as type='build'
...
Less sure about these.
2016-08-15 10:46:23 -04:00
Adam J. Stewart
04cee45ac9
Skip webengine until webkit support is added
2016-08-11 10:33:43 -05:00
Adam J. Stewart
b6fad65f52
Combine patch for all versions
...
Patch doesn't work with @when unless you specify a patch for every
version. When running `spack patch` for a version without a patch,
spack thinks that a patch exists, tries to apply it, but it doesn't
exist. Spack gets very confused.
2016-08-11 10:33:43 -05:00
Adam J. Stewart
59ce0c7514
Add patch to build qt 4 with GCC 6
2016-08-11 10:33:42 -05:00
Adam J. Stewart
ddf1879bed
Remove glib dependency, causes problems with PCRE and JavaScript
2016-08-11 10:33:02 -05:00
Adam J. Stewart
90dd26397c
Fix qt patch
2016-08-11 10:33:02 -05:00
Adam J. Stewart
ac15d5d619
Add patch for qt gamepad compilation problems
2016-08-11 10:33:01 -05:00
Adam J. Stewart
eac9a5905f
Flake8 and url_for_version changes
2016-08-11 10:33:01 -05:00
Adam J. Stewart
80742b2647
Add latest version of qt
2016-08-11 10:30:31 -05:00
Todd Gamblin
240f1fd223
Spack packages now PEP8 compliant.
2016-08-10 16:33:39 -07:00
Ben Boeckel
6fd45520da
deptypes: mark deptypes in packages
2016-07-14 16:21:46 -04:00
Todd Gamblin
e7ced54369
Correct LLNL LGPL license template for clarity.
2016-05-11 21:22:25 -07:00
Adam J. Stewart
17fa1b5007
Un-fix version 3
2016-05-02 11:28:20 -05:00
Adam J. Stewart
61e5ee5d63
Prevent use of system GTK+
2016-05-02 11:28:20 -05:00
Jim Galarowicz
2cf9ebc62c
Fix compile issues with new libpng versions and qt3 builds by using an older version of libpng. In libpng, make older versions available.
2016-04-13 15:00:45 -07:00
citibeth
9f7db44574
Removed useless url in qt
2016-04-02 12:58:37 -04:00
Adam J. Stewart
66038ef729
Add url_for_version function and gtk variant
2016-03-31 13:34:56 -05:00
Todd Gamblin
b1516f64eb
Rename some environment methods to be less repetitive, add set_path.
2016-03-21 16:01:40 -07:00
Todd Gamblin
439d47b4e4
Refactor environment setup.
...
- Gave setup_environment and setup_dependent_environment more similar
signatures. They now allows editing the Spack env and the runtime
env for *this* package and dependents, respectively.
- modify_module renamed to setup_dependent_python_module for symmetry
with setup_dependent_environment and to avoid confusion with
environment modules.
- removed need for patching Package objects at runtime.
- adjust packages to reflect these changes.
2016-03-21 16:01:35 -07:00
alalazo
f0f0663d1b
package : split environment_modifications
into setup_environment
and setup_dependent_environment
.
...
package : renamed `module_modifications` to `modify_module` for consistency
2016-03-17 15:11:39 +01:00
alalazo
b2c98feea4
Merge branch 'develop' of https://github.com/LLNL/spack into features/env_objects_flying_around
2016-03-16 09:02:35 +01:00
alalazo
572cb93bf8
package : renamed setup_dependent_environment
to module_modifications
2016-03-15 14:05:30 +01:00
alalazo
c85888eb57
package : added environment_modifications
2016-03-15 13:36:41 +01:00
Kelly (KT) Thompson
23cbc2b1d9
+ Provide download/build instructions for qt/5.4.2.
...
- This version provides updates to provided cmake scripts that are required
for building cmake-gui.
+ Provide download/build instructions for version 3.5.0.
- When building the +qt variant, add a validate function to ensure that
qt-5.4.0 is not used (this version of qt has errors related to cmake).
2016-03-09 17:59:39 -07:00
Luigi Calori
fe8aca630c
add a variant to Qt for make dependency on mesa swlwctable
2016-02-10 14:58:00 +01: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
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