Adam J. Stewart
a250792202
Find compatibility versions of GCC ( #2099 )
2016-10-25 11:07:49 -07:00
Adam J. Stewart
08300ccffb
Allow newer versions of GCC to compile older versions of GCC ( #2107 )
...
* Add patch allowing GCC 6 to compile GCC 5
* Expand patch version range
2016-10-25 11:06:33 -07:00
George Hartzell
14ed97f219
Update cask to v0.8.1 ( #2125 )
2016-10-25 10:58:50 -07:00
Adam J. Stewart
eeded917cd
Rename xpyb to py-xpyb ( #2120 )
2016-10-25 10:10:16 -07:00
Massimiliano Culpo
7a575d2f4b
multimethod.py : calls functools.wraps before returning the correct method fixes #2118 ( #2119 )
2016-10-25 08:30:40 -07:00
Mayeul d'Avezac
1928d83259
Tells boost explictly about python libraries and headers ( #2106 )
...
* Tells boost explictly about libraries and headers
Ideally, bjam would determine the libraries and headers from the
executable. But it doesn't. This rigs a best guess for python libraries
and headers.
* Move glob import to top of file
* variable name change: alllibs --> all_libs
* Use dso suffix rather than hard-coded string
* Use only MAJOR.MINOR when setting up python in bjam
2016-10-25 08:10:52 -07:00
Massimiliano Culpo
b27e78cd78
spack setup : fixed regression after #1186 ( #2117 )
2016-10-25 07:53:11 -07:00
Denis Davydov
d7b624457f
gmp: fix a bug ( #2114 )
2016-10-25 07:08:52 -07:00
Todd Gamblin
0f6a5cd385
Merge pull request #1186 from epfl-scitas/features/install_with_phases
...
do_install : allow for an arbitrary number of phases
2016-10-24 17:13:49 -07:00
Todd Gamblin
c1ad4bde28
Rename EditableMakefile to MakefilePackage
2016-10-24 16:41:20 -07:00
Joseph Ciurej
7dd14870ce
Bug Fix : Apply Compiler Flags Specified by Manual Compiler Configuration ( #1532 )
...
* Fixed a bug causing config-specified compiler flags to be ignored.
Updated the compiler config so all flags are in a separate section.
* Updated the documentation for the `compilers.yaml` file spec.
* Implemented basic testing for the 'flags' section of compiler config.
* Fixed a few minor problems with the manual compiler config documentation.
2016-10-24 14:37:03 -07:00
George Hartzell
e35c023c61
Typo: becuase -> because ( #2110 )
2016-10-24 14:28:04 -07:00
Barry Smith
453ad8df9d
Get netlib-lapack to compile with Intel and add deprecated routines ( #2103 )
...
Funded-by: IDEAS
Project: IDEAS/xSDK
Time: .4 hours
2016-10-24 14:25:59 -07:00
Mayeul d'Avezac
509bbd7067
Adds new versions to eigen ( #2105 )
...
* Adds new versions to eigen
* Reorder versions from oldest to newest
2016-10-24 11:09:17 -07:00
Elizabeth Fischer
4f0b7cd2c2
Small fix to docs. ( #2092 )
2016-10-24 11:09:02 -07:00
Massimiliano Culpo
8af9881e9b
spack test : exits after ctrl+c fixes #2029 ( #2082 )
2016-10-24 11:07:08 -07:00
alalazo
7bd735416d
package.py : moved each specialized package to its own module file
2016-10-23 22:38:19 +02:00
alalazo
e0f3188970
spack setup : improved error message
2016-10-23 19:10:07 +02:00
alalazo
fa3f07c092
CMakePackage, AutotoolsPackage : added default behavior on check
2016-10-23 19:02:46 +02:00
alalazo
ebbbed166e
Merge branch 'develop' of https://github.com/LLNL/spack into features/install_with_phases_rebase
2016-10-23 13:35:12 +02:00
alalazo
284ed13fa6
spack.error : fixed pickling and representation to permit to pass FetchErrors
2016-10-23 13:34:29 +02:00
Barry Smith
9d3d492214
mumps: Add support for Intel compiler and insure both lapack and blas… ( #2076 )
...
* mumps: Add support for Intel compiler and insure both lapack and blas libraries are passed to the examples
Likely it was not discoverged before that the examples require both lapack and blas libraries because it
was tested with Openblas which is one large library containing everything.
Funded-by: IDEAS
Project: IDEAS/xSDK
Time: .3 hours
* flake8 fix.
2016-10-22 15:57:44 -07:00
Joseph Ciurej
9f3a46c6c1
Add Package : OpenSceneGraph ( #2075 )
...
* Created the initial version of the 'OpenSceneGraph' package.
* Added 'zlib' as a dependency and linked it during the build step.
* Fixed a few minor PEP8 style violations in the 'OpenSceneGraph' package.
* Added cmake as a build dependency and improved the build procedure.
* Made a few important argument updates to improve package compatibility.
* Fixed up a few remaining style issues in the 'openscenegraph' package.
* Added a description for the 'openscenegraph' package.
* Fixed a bug that was causing some 'openscenegraph@3.2.3%gcc' installs to fail.
* Fixed a number of small issues with the 'openscenegraph' package.
* Removed a number of superfluous flags from the 'openscenegraph' install.
2016-10-22 15:14:29 -07:00
Jean-Paul Pelteret
7565f9dcdb
Add new package "gource" and dependencies "glew, sdl, sdl-image". ( #2084 )
2016-10-22 14:28:59 -07:00
alalazo
bdf4832269
spack build, spack configure : added commands
2016-10-22 17:08:52 +02:00
alalazo
484aaf50cc
CMakePackage : changed method name from wdir
to build_directory
2016-10-22 14:54:26 +02:00
alalazo
8091a3d6cb
do_install : use build_system_class attribute instead of type(self).__base__
2016-10-22 10:48:16 +02:00
alalazo
c84123dce5
spack info : shows the build-system class used
2016-10-22 10:39:33 +02:00
Jim Galarowicz
a6d364661d
Merge remote-tracking branch 'upstream/develop' into develop
2016-10-21 22:05:16 -07:00
George Hartzell
cfbacdb41e
Updated the texlive digest value ( #2073 )
...
The texlive tarball, install-tl-unx.tar.gz is unversioned and changes
periodically. When it does, the digest needs to change too. This does
that.
2016-10-21 16:57:42 -07:00
Matthew LeGendre
859d296105
Don't clear LD_LIBRARY_PATH and friends from compiler wrappers ( #2074 )
...
* Don't clear LD_LIBRARY_PATH and friends from compiler wrappers
* remove debugging print
2016-10-21 16:25:12 -07:00
alalazo
482f60d1d3
packages : moved decorators into AutotoolsPackage and CMakePackage
2016-10-22 01:03:07 +02:00
alalazo
012da99644
spack create : fixed typo
2016-10-22 00:10:37 +02:00
alalazo
e8dafd1090
Removed space before colon in FIXME:
, added one line description of guess classes
2016-10-21 23:54:11 +02:00
Joseph Ciurej
6464d6682c
Update Package : Qt (Add 'WebKit' Support) ( #1455 )
...
* Added the '+webkit' variant to the 'qt' package.
* Made 'qmake' an available executable to 'qt' depdendents.
2016-10-21 14:13:56 -07:00
Matthew LeGendre
79c20a7edd
Merge pull request #2071 from mplegendre/bug_concretize_external_virtuals
...
Bug concretize external virtuals
2016-10-21 13:47:25 -07:00
alalazo
715e029361
spack info : added phases
2016-10-21 22:44:41 +02:00
Matthew LeGendre
5ff08386af
Remove unnecessary blackslash for flake8
2016-10-21 13:17:23 -07:00
alalazo
fd2b72fd0f
qa : flake8 issues
2016-10-21 22:15:29 +02:00
alalazo
04821c7be8
spack create : now creates packages that are derived from AutotoolsPackage and CMakePackage
2016-10-21 22:12:21 +02:00
Matthew LeGendre
73b46a92bc
Fix concretize bug where provider sort couldn't handle version ranges
2016-10-21 11:59:41 -07:00
Matthew LeGendre
9f36ae4e20
Extend concretization test to excercise bug in concretize's provider sorting
2016-10-21 11:57:57 -07:00
Adam J. Stewart
52158d9316
Add new Version property to handle joined version numbers ( #2062 )
...
* Add new version property to handle joined version numbers
* Add unit test for new joined property
* Add documentation on version.up_to() and version.joined
2016-10-21 07:49:36 -07:00
Adam J. Stewart
c513fd72fb
Add latest version of Armadillo ( #2061 )
2016-10-21 07:39:48 -07:00
Massimiliano Culpo
aa86432ec6
patch directive : fixed retrieval from urls ( fixes #1584 ) ( #2039 )
...
* patch directive : fixed retrieval from urls fixes #1584
- add support for 'gz' archives
- fixed bugs with URL patches
- updated nwchem
* patch directive : added checksum to UrlPatch
- refactored classes in patch.py
- updated nwchem
* patch directive : added caching
2016-10-21 07:32:52 -07:00
alalazo
2251428f0a
CMakePackage : changed list()
to []
2016-10-21 13:01:55 +02:00
alalazo
5ce3071143
do_install : removed install_self from the list of arguments (leftover after rebasing #1956 )
2016-10-21 12:51:38 +02:00
alalazo
213e3f0860
Merge branch 'develop' of https://github.com/LLNL/spack into features/install_with_phases_rebase
...
Conflicts:
lib/spack/spack/cmd/install.py
lib/spack/spack/cmd/setup.py
2016-10-21 12:38:43 +02:00
Matthew LeGendre
8de143a994
Fixes needed to build gcc on Linux/ppc64le ( #2057 )
...
* Fixes needed to build gcc on Linux/ppc64le
* flake8 fix.
2016-10-19 23:29:59 -07:00
Todd Gamblin
4b5281bfe6
Update mail map. So many email aliases.
2016-10-19 22:47:39 -07:00